Some times my brother accidentally selects the Shutdown button which is available in LogIn screen at the right side bottom!
So I decided to remove it or to disable it!!
It can be done by using Windows Registry Method.
[ul][li]By Manual[/li][li]By Windows Registry file[/li][/ul]
By Manual:
1.Open Windows registry!
by clicking Window key+Run and type regedit and press Enter
2.Now navigate to following path
3.In right side search for shutdownwithoutlogon and double click it open!
4.Change it value to o to remove. (1 to enable)
By Windows Registry File:
1.Open Notepad
2.Copy and paste the following file in notepad
3.Save the notepad with any name but with .reg as extension.
4.Double click it to open!
that's it.
So I decided to remove it or to disable it!!
It can be done by using Windows Registry Method.
[ul][li]By Manual[/li][li]By Windows Registry file[/li][/ul]
By Manual:
1.Open Windows registry!
by clicking Window key+Run and type regedit and press Enter
2.Now navigate to following path
Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
3.In right side search for shutdownwithoutlogon and double click it open!
4.Change it value to o to remove. (1 to enable)
By Windows Registry File:
1.Open Notepad
2.Copy and paste the following file in notepad
Code:
Windows Registry Editor Version 5.00
;Generated by WR1334 & thanks to V+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"shutdownwithoutlogon"=dword:00000000
4.Double click it to open!
that's it.