vinifera Posted October 20, 2022 Posted October 20, 2022 (edited) as far as i know this can only be done via Alt+F4 on desktop/taskbar but how to do it via shortcut or CMD ? Edited October 20, 2022 by vinifera
ED_Sln Posted October 21, 2022 Posted October 21, 2022 I have not found how to call this window by standard means, but I found this program: https://www.sordum.org/9205/classic-shut-down-v1-2/
TSNH Posted December 3, 2022 Posted December 3, 2022 On 10/20/2022 at 7:00 PM, vinifera said: but how to do it via shortcut or CMD ? Create a .vbs file with: dim objShell set objShell = CreateObject("shell.application") objshell.ShutdownWindows set objShell = nothing and make a shortcut 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now