📎 AI Summary:
The thread discusses ways to create quick access to the shutdown/restart dialog in Windows Server 2012 R2, with initial suggestions including using a VBS script. Respondents cautioned against creating shortcuts or scripts that could be treated as executables due to security restrictions, emphasizing that using the command line or Group Policy is safer for server management. Overall, the consensus suggests avoiding quick shutdown shortcuts on servers and recommends proper administrative procedures.
The thread discusses ways to create quick access to the shutdown/restart dialog in Windows Server 2012 R2, with initial suggestions including using a VBS script. Respondents cautioned against creating shortcuts or scripts that could be treated as executables due to security restrictions, emphasizing that using the command line or Group Policy is safer for server management. Overall, the consensus suggests avoiding quick shutdown shortcuts on servers and recommends proper administrative procedures.
- Joined
- May 22, 2012
- Messages
- 4,598
So you want an icon that (when pressed) makes a textbox appear on your own desktop?
Any such code would be treated as an executable by the security settings (especially on a server) and blocked or at the very least you would be asked to confirm its permissions. What is the concept of this code i.e. is it just something that can be added to a group policy to run at start up or does it have to be an "on click" scenario?
Any such code would be treated as an executable by the security settings (especially on a server) and blocked or at the very least you would be asked to confirm its permissions. What is the concept of this code i.e. is it just something that can be added to a group policy to run at start up or does it have to be an "on click" scenario?
chrisguk
New Member
- Joined
- Sep 1, 2014
- Messages
- 4
Any such code would be treated as an executable by the security settings (especially on a server) and blocked or at the very least you would be asked to confirm its permissions. What is the concept of this code i.e. is it just something that can be added to a group policy to run at start up or does it have to be an "on click" scenario?
Absolutely what ussnorway said. Creating a shortcut to shut any server machine down is bad practice and dangerous ground.
Petebata suggested using the CMD window and this for admins is the preferred way unless of course you needed to do it out of hours, then GPO would be the best option.
run shutdown ? for a list of options in the cmd window