Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 3,687 Posts 1,467 Joined 2005-08-08 12:00 20-year member UID 44210
Status Offline
WSHShell.SendKeys "{F5}+{F10}e"
The main function is to call the "Refresh" in the right-click menu, and it works effectively on the desktop, within folders, and in IE windows; in specific cases, it becomes tiling all windows (specifically what the situation is is not known)
Credits 1,513 Posts 554 Joined 2005-12-30 00:50 20-year member UID 48180 Gender Male
Status Offline
Originally posted by eech at 2006-12-21 22:46:
Got it. Hehe. Originally I had a shortcut on the desktop to end and restart Windows Explorer, with the shortcut key set to F5. No wonder. Hehe
Ask for advice: Is there a specific command to end and restart Windows Explorer?
Like in WinME: RUNDLL32 SHELL32.DLL,SHExitWindowsEx -1
In addition to these:
wmic process where "name='Explorer.exe'" call terminate
ntsd -c q -p pid'''explorer-pid
ntsd -c q -pn Explorer.exe
taskkill /im Explorer.exe /f
[ Last edited by baomaboy on 2007-1-24 at 04:39 AM ]
Credits 11,386 Posts 4,938 Joined 2006-07-23 17:10 19-year member UID 59080
Status Offline
Originally posted by baomaboy at 2007-1-23 14:09:
Ask: Is there a specific command to end and restart Windows Explorer?
For example, under WinME: RUNDLL32 SHELL32.DLL,SHExitWindowsEx -1
Besides these:
wmic process where "name='Explorer.exe'" call te ...
May I ask if it's to collect commands to end processes or for other purposes? Aren't so many commands enough?
Credits 1,513 Posts 554 Joined 2005-12-30 00:50 20-year member UID 48180 Gender Male
Status Offline
^_^
Actually, I just want to know more ways to solve a problem...
I want to know both shortcuts and roundabout and cumbersome methods. I believe I'm not the only one here who has such an idea.