re: How to schdule a task on Shutdown
Tuesday, June 3, 2008 at 7:38 pm Windows Vista Annoyances Discussion Forum
Posted by Jacob6601
(2174 messages posted)
I think you can create a custom shutdown batch file (and shortcut) using "net use"
and shutdown.exe. I believe you would need three lines (first two are from the MS
page):
To restore the current connections at each logon, regardless of future changes, type:
--> net use /persistent:yes
To disconnect from the \\Financial\Public directory, type:
--> net use f: \\financial\public /delete
You will need to play with the switches to get total shutdown without input:
--> shutdown /switch(es)
http://technet2.microsoft.com/win...
|
All messages in this thread [show all]
 |  | re: How to schdule a task on Shutdown (Jacob6601: Tue, Jun 3, 2008, 7:38 pm) |
| |
| |
| |
Return to the Windows Vista Discussion Forum
|
|