Showing posts with label regedit. Show all posts
Showing posts with label regedit. Show all posts

Tuesday, October 12, 2010

Automatic Windows Refresh

We can modify the registry,so that window automatically refreshes frequently.To do so
Copy & paste the following code in notepad and save it as WindowsRefresh.reg

*****************************WindowsRefresh.reg**************************************
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update]
"UpDateMode"=dword:00000000

************************************************************************************

Once done,open the file to add it to your registry.Reboot your system

Friday, August 6, 2010

clear your page file at shutdown

A page file is just like a ram present in harddisk.This contains your data,when it is not required by your cpu.
u can clear this page file when your system shutdowns

just open the notepad and type the following code and save it as clearpage.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="10"



After its saved.open the file and say "yes","ok"
Now every time your windows shutdown,your page files get cleaned up

My volume icon missing in system tray. wat to do?

Sometimes Due to virus infection,they corrupt our volume icon in system tray.
and when we go to control panel to see the volume setting.we find all the features are disabled,means our volume is gone

even in this case ,when we try to play a music file ,we hear nothing but a pindrop silence,while our songs is still played
To over come this ,i have a simplest solution

open a notepad and copy the following:

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
"SystemTray"="SysTray.Exe"


save it as volume.reg.
just double click the file and say "yes" ,"ok"
Then you can see your volume icon appearing in system tray.If not just reboot