Difference between revisions of "Microsoft Windows"

From Richard's Wiki
Jump to: navigation, search
Line 14: Line 14:
  
 
----
 
----
===== General Tips ====
+
===== General Tips =====
  
 
* [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]

Revision as of 18:51, 11 April 2009

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