Extra window for shutdown necessary?

  • Thread starter Thread starter Ritter197
  • Start date Start date
R

Ritter197

How can I disable that extra window once I want to shutdown? It always asks
whether to shutdown, cancel etc.
 
Put a Shutdown shortcut on your Desktop.

Shutdown & Reboot Shortcuts

Desktop Shutdown Shortcut
Right click the desktop | New | Shortcut | Create Shortcut Wizard opens |
Type or paste: %windir%\System32\shutdown.exe -s -t 00 |
Next | Type name like: SHUTDOWN | Finish | Right click the new shortcut |
Make sure Start in has: %windir%

Desktop Reboot Shortcut
Right click the desktop | New | Shortcut | Create Shortcut Wizard opens |
Type or paste: %windir%\System32\shutdown.exe -r -t 00 |
Next | Type name like: REBOOT | Finish | Right click the new shortcut |
Make sure Start in has: %windir%

Customize the icons
Right click each shortcut | Properties | Shortcut tab | Change Icon button
 
Back
Top