Le VM Windows non fanno shutdown in Proxmox

From RVM Wiki
Revision as of 14:36, 22 April 2024 by Gabriele.vivinetto (talk | contribs) (Created page with "Occorre attivare la relativa policy:<pre> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "ShutdownWithoutLogon"=dword:00000001 </pre>Oppure Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options -> “Shutdown: Allow system to be shutdown without having to log on” to “Enabled”. == Riferimenti == * [https://www.stigviewer.com/stig/windows_7/2018-02...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Occorre attivare la relativa policy:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ShutdownWithoutLogon"=dword:00000001

Oppure

Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options -> “Shutdown: Allow system to be shutdown without having to log on” to “Enabled”.

Riferimenti