- Open registry editor
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
- Now right on explorer key and create new key
- Named the key as "AlwaysUnloadDLL"
- In the value data field set value as 1
- Restart windows for the change to take effect
Welcome to NSTECH blog, this site provides free IT Support for everyone, providing you informations about virus guards, system repair, system recover, tips and tricks, registry tweaks and more.
Wednesday, September 23, 2009
auto unload DLL files after exit program
Monday, September 21, 2009
change default locations in the save as menu
Normally when you try to save a file, it displayed default locations such as "Recent Documents / Desktop / Documents / My Computer / My Network Places". if you want you can set your own location instead of default location, here is how to do it.
- Click start > run
- Type gpedit.msc to open group policy editor
- Under "Local Computer Policy" go to the user configuration > Administrative Templates > Windows Components > Windows Explorer > Common Open File Dialog
- Once you select Common Open File Dialog , you will notice a few settings appear in the right side of the window
- In there Double click on "Items displayed in Places Bar"
- Click "Enabled" and put your own locations to appear in the save as menu (ex - E:\ or E:\data or \\computer name\folder name
- After entering locations click apply and ok to changes go in to effect
clear auto entries from internet explorer
This will show you how to clear entries that displayed in internet explorer
- Go to start > run
- Type inetcpl.cpl and press enter , to open internet properties (or right click on internet explorer and click properties)
- Now click on content tab
- Then click Autocomplete button (in the personal information)
- Now click clear forms button to clear entries (if you want you can clear saved passwords by clicking clear passwords button)
- Click ok, then apply and ok
modify default download location for internet explorer
If you want you cant set your own download location for internet explorer, here's how to do it
- Open registry editor
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer
- Now right click on the key and create new string value
- Name it as DownloadDirectory
- Double click to open the key and enter location of your download (ex-D:\Download)
- Click ok and close the registry editor
how to remove video & image preview in xp
Normally in windows xp if you click video file or picture file, preview of that file is displayed in the left area. imagine if you have partially download video or image and when you click it Explorer tries to load the whole file, this causing slow your computer and explorer error. then you have to restart explorer, but if you clicked that file again the result will be the same. as a solution you can disable previewing option, follow these steps.
To disable video preview
- Go to start > run
- Type regsvr32 /u shmedia.dll
- Click ok
- This will disable preview option for video
To disable image preview
- Go to start > run
- Type regsvr32 /u shimgvw.dll
- Click ok
- This will disable preview option for image
Sunday, September 20, 2009
how to solve live messenger error 1601
Do you cant install live messenger or remove existing one to install new version? displaying error 1601, well you can solve this error by unregistering and re-registering the Windows Installer. you can try windows installer cleaner utility to fixed this problem, but if it fails try below, this will works sure..
- Click start > run
- Type msiexec /unregister and click ok
- This will unregister windows installer
Now re-register
- Click start > run
- Type msiexec /regserver and click ok
- This will register windows installer
Saturday, September 19, 2009
how to solve "pinter access denied" error vista
- Go to the control panel
- Double click printers icon
- Now click on add a printer
- Click on add a local Printer
- Choose Create a New Port with port type of Local Port from the drop down menu , then click Next
- In the Port Name box type the path to the printer you wish to connect to and click ok , (ex-\\computer name\printer name)
- In the Install Printer Driver screen, select your printer from the list or choose Have Disk and specify drivers to install printer
- Newly installed should be in the printers window
- Test the printer by using test print
Tuesday, September 15, 2009
registry location for internet explorer homepage
- Open registry editor
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
- In the right side find the key Start Page and double click to open it
- Now under value data you can see the default homepage set by you
- If you want you can change the default homepage in here, just type the URL you want to use click ok to apply value data.
how to restrict control panel applets
- Open registry editor
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
- Create a new key under policies called System
- Now add new DWORD value in system and name it as NoDispCPL
- Now change the value data to 1
- Exit registry editor and restart pc
- NoDispBackgroundPage - Hide Background Page
- NoDispScrSavPage - Hide Screen Saver Page
- NoDispAppearancePage - Hide Appearance Page
- NoDispSettingsPage - Hide Settings Page
- NoSecCPL - Disable Password Control Panel
- NoPwdPage - Hide Password Change Page
- NoVirtMemPage - Hide Virtual Memory Button
- NoFileSysPage - Hide File System Button
- NoConfigPage - Hide Hardware Profiles Page
- NoDevMgrPage - Hide Device Manager Page
- NoProfilePage - Hide User Profiles Page
- NoAdminPage - Hide Remote Administration Page
how to prevent changes to file associations
- Open registry editor
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
- In the right side, create new DWORD value and named it as NoFileAssociate
- Double click to open the key and enter value data as 1
- Restart the pc to changes go into effect