Difference between revisions of "Microsoft Windows"

From Richard's Wiki
Jump to: navigation, search
Line 1: Line 1:
== To stop synchronization on XP ==
+
==== To stop synchronization on XP ====
  
 
Make sure you have synchronised all files you require first, then -  
 
Make sure you have synchronised all files you require first, then -  
Line 10: Line 10:
  
  
== To pause in a batch file ==
+
==== To pause in a batch file ====
 
pause a
 
pause a
 +
 +
----
 +
 +
* [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:49, 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