Difference between revisions of "Microsoft Windows"
From Richard's Wiki
Line 21: | Line 21: | ||
* [http://articles.techrepublic.com.com/5100-10878_11-5572452.html Using registry shortcuts to disable and enable screen savers in Windows XP] <pre>[HKEY_CURRENT_USER\Control Panel\Desktop] "ScreenSaveActive"="0"</pre> | * [http://articles.techrepublic.com.com/5100-10878_11-5572452.html Using registry shortcuts to disable and enable screen savers in Windows XP] <pre>[HKEY_CURRENT_USER\Control Panel\Desktop] "ScreenSaveActive"="0"</pre> | ||
* [http://support.microsoft.com/default.aspx?scid=kb;en-us;314493&Product=winxp How to change the Windows Logon screen saver in Windows XP] | * [http://support.microsoft.com/default.aspx?scid=kb;en-us;314493&Product=winxp How to change the Windows Logon screen saver in Windows XP] | ||
+ | |||
+ | ===== Deeply nested controls do not resize properly when their parents are resized ===== | ||
+ | * [http://support.microsoft.com/kb/953934 Deeply nested controls do not resize properly when their parents are resized (Knowldegebase Article)] |
Revision as of 21:55, 13 June 2010
Contents
Windows 7
To stop synchronization on XP
Make sure you have synchronised all files you require first, then -
Add the following Dword to the registry file to clear the Offline folders cache:
HKLM\software\microsoft\windows\currentversion\netcache\ "FormatDatabase"
Reboot workstation to re-initialise the Offline folders database.
To pause in a batch file
pause a
General Tips
- Using registry shortcuts to disable and enable screen savers in Windows XP
[HKEY_CURRENT_USER\Control Panel\Desktop] "ScreenSaveActive"="0"
- How to change the Windows Logon screen saver in Windows XP