Saturday, June 6, 2015

How to enable or disable usb port

When you do so, the USB storage device does not work when the user connects the device to the computer. To set the Start value, follow these

1. Run Regedit in run



2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor





3. In the right pane, double-click Start.
4. In the Value data box, type 4, click Hexadecimal (if it is not already
    selected), and then click OK.
5. Quit Registry Editor.

and

6. In the Value data box, type 3 for enable usb port, click Hexadecimal (if it is not already
    selected), and then click OK.



OR

you can Download registry file form here to enable and disable.


Download Here

Adding an Application to the Right Click on Every Folder

Here is how to add any application to the Context Menu when you right click on any Folder. This way you do not have to always go to the Start Menu. When you right click on any folder, you can have access to that application, the same as using Sent To.

1. Open RegEdit





2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key to the "Shell" Key and name it anything you like.





4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard)
5. Click on the Key HKEY_CLASSES_ROOT\Folder\shell\NewKey
6. Add a New Key named Command
7. Set the (Default) value of the application you want to run.

 For example: c:\program files\internet explorer\iexplore.exe (Include the full path and parameters if you need them)




Saturday, May 9, 2015

How to make windows 7 bootable pendrive


Required software

1. windows ISO image
2. windows7 USB/DVD Tool. you can download Here



For Windows XP



1. Microsoft .NET Framework 2.0 must be installed. you can download Here

2. Microsoft Image Mastering API v2 must be installed. you can download Here

After Download Windows7 USB/DVD Tool. Install application and Run



Download All Tools

Click Here






Thank you for Watching this Video


visit SAS Techvision to get Computer repair Service in Delhi

How to create bootable USB drive Windows XP Vista 7 8 8.1

Required things:

1.  A USB flash drive with a minimum of 8 GB space
2. Windows 7 installation ISO File
3. Windows XP installation CD/DVD
4. Windows 8 / 8.1 ISO File
5. Virtual Disk Software


Procedure:
1. Connect the USB flash drive to your Windows machine and move data present on  the USB flash drive to a safer location.


2. Download WinSetupFromUSB Zip file. extract the contents to desktop. Open the folder, right-click on WinSetupFromUSB (.exe) file and select Run as administrator option.


Download WinsetupFromUSB

Link - 1

Link - 2







Thanks for Watching this Video

For Computer Repair in Delhi Please Visit AS Techies

Tuesday, March 4, 2014

Enable Remote desktop via the registry

If you have ever run into an issue where you have set up a server but forgot to put the tick in the box to enable remote desktop, then enable from other system by connecting Registry.

Run regedit





HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server




Under the Terminal Server key, you'll find a REG_DWORD value named fDenyTSConnection. Double-click on that value to open the Edit DWORD Value box and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled)



Visit our website to get computer amc service in New Delhi and Delhi NCR

Website:-  AS Techies 

How to Creating and Configuring a User in MS SQL



1. Open SQL Server Management Studio (SSMS)

2. Connect to SQL Server using the proper credentials 





3. Expand Security and Logins





4. Right click Logins and select New Login





5. On this page you assign a Login name and select the authentication method and default database/language. (Note only Domains can use Windows Authentication) If you are using SQL authentication you will need to enter an initial password and choose the enforcement options for password policy and expiration as well as whether or not the user will need to change their password when they log in.





6. Click on Server Roles and you can assign any sever roles you want this user to have.





7. Click on Securable and then click the Search button. This will bring up the Add Objects dialog box where you can choose specific objects, objects of a certain type or the server itself. Select one and click Ok





8. Select Grant, With Grant or Deny as necessary for any/all of the objects in the explicit box. (Grant will grant access to the securable, with grant will allow the user to grant access to the securable and deny will expressly deny permission to the securable no matter what roles or permissions the user may have)




9. Click on status to grant or deny permission to the Database Engine, enable or disable the login and to unlock the account should it get locked out. When all this is done click on OK to create the user.



  

DOWNLOAD THIS FILE HERE

DOWNLOAD