How to enable Restart button after installation?

Sined

New Member
Messages
6
Reaction score
0
I am Stupid Please Help.How to enable Restart button after Installation?
 
Please provide some actual details, like which Windows release? Which button?
Did you change the Setting for Start Menu / Power button?
 
Please provide some actual details, like which Windows release? Which button?
Did you change the Setting for Start Menu / Power button?
I Apologize,It was was Windows 10 pro and yes.I don't know why I did it.When editing the ISO in Ntlite I changed the power buttons settings and in the bottom left windows button In power I only have Shut Down.How to fix it?
 
Copy this to a .reg file, and load it from Registry Editor.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HidePowerButton]
"value"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideRestart]
"value"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideShutdown]
"value"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideSleep]
"value"=dword:00000000
 
Copy this to a .reg file, and load it from Registry Editor.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HidePowerButton]
"value"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideRestart]
"value"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideShutdown]
"value"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideSleep]
"value"=dword:00000000
Thank you but it doesn't work.
 
Which button are we talking about? Can you attach a screen capture?
 
The reg change only takes effect after you logged out (or restarted).
 
Back
Top