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:
Aminda Suomalainen 2016-12-17 19:33:31 +02:00
parent 61296f1cea
commit 176269ba2c
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 2 additions and 0 deletions

View File

@ -1,11 +1,13 @@
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]
"ConsentPromptBehaviorAdmin"=dword:00000002
"ConsentPromptBehaviorUser"=dword:00000002
```
* Make the file Windows Registry Editor script
* Ask admins yes/no on UAC
* 1 would also ask for password, 0 disable entirely.
* prompt standard users for username and password.