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
Create shortcuts with this command in it:
Lock screen:
rundll32.exe user32.dll,LockWorkStation
Restart:
shutdown -r -t 01
Shutdown:
shutdown -s -t 01