Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(Solved)...ending task on explorer.exe
#1
How do I end task on the Explorer.exe without it restarting as soon as its ended.
#2
Code:
Copy      Help
;from http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=634601&SiteID=1
run "TASKKILL" "/F /IM explorer.exe" "" "" 0x410
;10
;run "explorer.exe"
#3
thanks alot.


Forum Jump:


Users browsing this thread: 1 Guest(s)