phi*_*lip 6 desktop refresh batch-file
我需要更新桌面ussing batch这可能吗?
我找到了以下刷新包含窗口的VBscript但是,桌面需要重新刷新而不是包含窗口
不管怎么说?
Set WSHShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{F5}"
Run Code Online (Sandbox Code Playgroud)
谢谢-
你可以试试这个:
rundll32 user32.dll,UpdatePerUserSystemParameters
Run Code Online (Sandbox Code Playgroud)
或这个:
ie4uinit.exe -ClearIconCache
Run Code Online (Sandbox Code Playgroud)
但是,它取决于版本.