mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
Windows.reg.markdown: add the first line
to make it a Windows Registry Editor script. I noticed it missing when I was creating new script (to be added) and copied parts of it and regedit refused to take it for it not being a Windows Registry Editor script.
This commit is contained in:
parent
61296f1cea
commit
176269ba2c
@ -1,11 +1,13 @@
|
|||||||
This file is supposed to explain [Windows.reg](Windows.reg).
|
This file is supposed to explain [Windows.reg](Windows.reg).
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Windows Registry Editor Version 5.00
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
|
||||||
"ConsentPromptBehaviorAdmin"=dword:00000002
|
"ConsentPromptBehaviorAdmin"=dword:00000002
|
||||||
"ConsentPromptBehaviorUser"=dword:00000002
|
"ConsentPromptBehaviorUser"=dword:00000002
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Make the file Windows Registry Editor script
|
||||||
* Ask admins yes/no on UAC
|
* Ask admins yes/no on UAC
|
||||||
* 1 would also ask for password, 0 disable entirely.
|
* 1 would also ask for password, 0 disable entirely.
|
||||||
* prompt standard users for username and password.
|
* prompt standard users for username and password.
|
||||||
|
Loading…
Reference in New Issue
Block a user