• Home
  • Cisco
  • Exchange
  • Linux
  • Navision
  • Network
  • Virtualization
  • Windows
  • About
  •  

    Create Restart, shutdown and lock screen shortcut


    Create shortcuts with this command in it:

    Lock screen:
    rundll32.exe user32.dll,LockWorkStation

    Restart:
    shutdown -r -t 01

    Shutdown:
    shutdown -s -t 01