From: Vilius Mock�nas on 6 Mar 2010 13:10 Hello, The proper way to shut down explorer interactively: 1. Display classic shutdown dialog(Alt+F4) 2. Use Ctrl+Alt+Shift+"Push Cancel button with mouse" I want to do exactly the same thing only not interactively - by using batch script, vbs script(wsh), wmi or whatever method. (Of course I can always terminate explorer process but I don't want to do that) Possible to do that ? thanks Vilius
From: Ivo Beltchev on 6 Mar 2010 13:41 I have found this some time ago, but haven't tried it myself: http://www.replicator.org/node/100 Vilius Mock�nas wrote: > Hello, > > The proper way to shut down explorer interactively: > 1. Display classic shutdown dialog(Alt+F4) > 2. Use Ctrl+Alt+Shift+"Push Cancel button with mouse" > > I want to do exactly the same thing only not interactively - by using batch > script, vbs script(wsh), wmi or whatever method. > (Of course I can always terminate explorer process but I don't want to do > that) > Possible to do that ? > > thanks > Vilius > > >
From: Jonathan de Boyne Pollard on 6 Mar 2010 13:36 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:OzDX9gVvKHA.732(a)TK2MSFTNGP06.phx.gbl" type="cite"> <p wrap="">I want to do exactly the same thing only not interactively<br> </p> </blockquote> <p>Then the <code>ExitWindowsEx()</code> function is your friend.</p> </body> </html>
|
Pages: 1 Prev: IPconfig script Next: Find User Object based on Logon Name |