Home > OS >  The "access" to modify the registry, how to use the CMD command implementation, o god
The "access" to modify the registry, how to use the CMD command implementation, o god

Time:09-22

Meet a problem now to modify HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ mian "authority", the customer is too stupid, I want to be a bat,
Steps are as follows:
1.

2.

3.



Want to take the steps above written in bat, CMD command for a while

CodePudding user response:

Reference: http://blog.csdn.net/qq125096885/article/details/51701415

CodePudding user response:

@ echo off
Set the route=HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ mian
: fix
TMP del % % \ ko. TXT/q
Echo "% % route" [2] & gt;> TMP % % \ ko. TXT
TMP regini % % \ ko. TXT
The exit



1 - Administrators full access to
2 - Administrators read-only access
3 - Administrators to read and write access
4 - Administrators to read, write, and delete access to
5 - Creator full access to
6 - Creator to read and write access
7 - everyone full access to
8 - everyone read-only access
9 - everyone to read and write access
10 - everyone read, write, and delete access
11 - Power Users full access to
12 - Power Users to read and write access
13 to the Power Users to read, write, and delete access
14 - the System Operators complete access
15 - the System Operators to read and write access
16 - the System Operators to read, write, and delete access
17 - the System complete access
18 - System to read and write access
19 - System read-only access
20 - Administrators to read, write, execute access
21 - Interactive User full access to
22 - Interactive, the User to read and write access
23 - Interactive, the User to read, write, and delete access

CodePudding user response:

Is the user group permissions,,,

CodePudding user response:

refer to the second floor wujue8706 response:
@ echo off
Set the route=HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ mian
: fix
TMP del % % \ ko. TXT/q
Echo "% % route" [2] & gt;> TMP % % \ ko. TXT
TMP regini % % \ ko. TXT
The exit



1 - Administrators full access to
2 - Administrators read-only access
3 - Administrators to read and write access
4 - Administrators to read, write, and delete access to
5 - Creator full access to
6 - Creator to read and write access
7 - everyone full access to
8 - everyone read-only access
9 - everyone to read and write access
10 - everyone read, write, and delete access
11 - Power Users full access to
12 - Power Users to read and write access
13 to the Power Users to read, write, and delete access
14 - the System Operators complete access
15 - the System Operators to read and write access
16 - the System Operators to read, write, and delete access
17 - the System complete access
18 - System to read and write access
19 - System read-only access
20 - Administrators to read, write, execute access
21 - Interactive User full access to
22 - Interactive, the User to read and write access
23 - Interactive, the User to read, write, and delete access

Thank you, learning, also really don't know by batch registry permissions management,

CodePudding user response:

If it is in the upstairs method seems to be only change the HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ "mian" the file permissions, but the child underneath the file still has not been modified,
Can, with what method can let files and sub modify permissions?
  • Related