This article is a mirror article of machine translation, please click here to jump to the original article.

View: 1772|Reply: 1

[windows] Windows 11 uses System system users to run programs

[Copy link]
Posted on 10/23/2024 8:49:45 AM | | | |
Requirements: I found some videos on the Internet, how to use System system users to run some programs, and System system user permissions are higher than administrator permissions.

First, download the PsExec tool at the following address:The hyperlink login is visible.

Utilities like Telnet and remote control programs like Symantec's PC Anywhere allow you to execute programs on remote systems, but they can be cumbersome to set up and require you to install client software on the remote system you want to access. PsExec is a lightweight telnet alternative that allows you to execute processes on other systems and provides full interactivity for console applications without the need to manually install client software. The most powerful uses of PsExec include launching an interactive command prompt on a remote system, as well as remote enablement tools such as IpConfig, which would otherwise not display information about the remote system.

Download and unzip, useStart the cmd terminal as an administrator, then go to the psexec directory and execute the following command:

As shown below:







Previous:Angular 18 series (twenty-six) gets the value of the base href
Next:JavaScript implementation downloads blob objects
 Landlord| Posted on 10/23/2024 8:57:47 AM |
Use icacls to view file permissions


interpretation

BUILTIN\Administrators: (I) (F): Indicates that the administrator group has full control permissions (F) and that these permissions are inherited (I).
BUILTIN\Users:(I)(R): Indicates that the user group has read permissions (R) and that these permissions are inherited (I).
NT AUTHORITY\SYSTEM: (I)(F): Indicates that the system account has full control (F) and that these permissions are inherited (I).

Permission abbreviation

F: Full control
M: Modification
R: Read
W: Write
X: Execution
D: Delete
S: Synchronization
N: No access
I: Inheritance

Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com