B Bill Stewart Dec 10, 2004 #2 This-line-intentionally-left-blank said: Is there a script based solution for F5 in XP/2000? Click to expand... Try: rundll32 user32.dll,UpdatePerUserSystemParameters (Works in XP; don't know about Win2K)
This-line-intentionally-left-blank said: Is there a script based solution for F5 in XP/2000? Click to expand... Try: rundll32 user32.dll,UpdatePerUserSystemParameters (Works in XP; don't know about Win2K)
D David Candy Dec 11, 2004 #3 Set objShell = CreateObject("Shell.Application") Set AllWindows=objShell.Windows For Each window in AllWindows If window.locationname="My Computer" then window.refresh End If Next But not for the desktop.
Set objShell = CreateObject("Shell.Application") Set AllWindows=objShell.Windows For Each window in AllWindows If window.locationname="My Computer" then window.refresh End If Next But not for the desktop.