Skip to content

Commit ea8c5f6

Browse files
committed
20220827优化
1 parent 2630e47 commit ea8c5f6

File tree

182 files changed

+283
-12125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+283
-12125
lines changed

0_清理.bat

-3
This file was deleted.

10_捕捉wim镜像.bat

-3
This file was deleted.

11_生成ISO.bat

-5
This file was deleted.

1_释放WIM镜像.bat

-3
This file was deleted.

2_挂载配置单元.bat

-7
This file was deleted.

3_删除无用文件.py

-10
This file was deleted.

4_添加AddFiles的文件.bat

-4
This file was deleted.

5_导入注册表.bat

-43
This file was deleted.

6_修改图标.py

-14
This file was deleted.

7_加密Pecmd脚本.py

-12
This file was deleted.

8_破解USB弹出功能文件.bat

-5
This file was deleted.

9_卸载配置单元.PY

-27
This file was deleted.

AddFiles/Windows/System32/Fixusb.exe

-316 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Bin/RegistryFiles/StartIsBack_浅.reg

-2 Bytes
Binary file not shown.
64 Bytes
Binary file not shown.

Bin/imageres_dll/ResourceHacker.ini

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[MRU 죗깊]
2-
MRU1=D:\HotPEBuildTools\쏵寧꼍齡鱗\Bin\imageres_dll\temp_imageres.dll
3-
MRU2=D:\HotPEBuildTools\쏵寧꼍齡鱗\Bin\imageres_dll\imageres.dll
4-
MRU3=D:\HotPEBuildTools\Bin\imageres_dll\imageres.dll
5-
MRU4=D:\HotPEBuildTools\Bin\imageres_dll\temp_imageres.dll
6-
MRU5=G:\HotPEBuildTools\Bin\imageres_dll\imageres.dll
7-
MRU6=D:\HotPE뭐쉔묏야\Bin\imageres_dll\imageres.dll
8-
MRU7=C:\Users\VHB\Desktop\pe묏야\Bin\imageres_dll\imageres.dll
9-
MRU8=C:\Users\VHB\Desktop\pe묏야\Bin\imageres_dll\temp_imageres.dll
2+
MRU1=E:\HotPEToolBoxs\HotPEBuildTools\Bin\imageres_dll\imageres.dll
3+
MRU2=D:\HotPEBuildTools\Bin\imageres_dll\imageres.dll
4+
MRU3=D:\HotPEBuildTools\Bin\imageres_dll\temp_imageres.dll
5+
MRU4=G:\HotPEBuildTools\Bin\imageres_dll\imageres.dll
6+
MRU5=D:\HotPE뭐쉔묏야\Bin\imageres_dll\imageres.dll
7+
MRU6=C:\Users\VHB\Desktop\pe묏야\Bin\imageres_dll\imageres.dll
8+
MRU7=C:\Users\VHB\Desktop\pe묏야\Bin\imageres_dll\temp_imageres.dll
9+
MRU8=G:\Users\VHB\Desktop\pe묏야\Bin\imageres_dll\imageres.dll
1010

1111
[Setup]
1212
left=130

HotPEBuildTools.PY

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
from __future__ import print_function
2+
import ctypes, sys
3+
from runpy import run_path
4+
import os
5+
6+
runPath = os.path.split( os.path.realpath( sys.argv[0] ) )[0] + "\\"
7+
8+
#用NSudo提权运行命令
9+
def nsudoRun (cmd):
10+
os.system(runPath + "Bin\\Tools\\NSudo.exe -U:T -P:E -UseCurrentConsole -Wait cmd /c \""+cmd+"\"")
11+
#time.sleep(1)
12+
return
13+
14+
#获取管理员权限
15+
def is_admin():
16+
try:
17+
return ctypes.windll.shell32.IsUserAnAdmin()
18+
except:
19+
return False
20+
21+
if is_admin():
22+
nsudoRun ("python.exe " + runPath + "main.py")
23+
24+
25+
else:
26+
if sys.version_info[0] == 3:
27+
ctypes.windll.shell32.ShellExecuteW(None, "runas", sys.executable, __file__, None, 1)
28+
29+
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

MakingKernel_First/AddFiles/Program Files/WinXShell/WinXShell.jcfg

-191
This file was deleted.

0 commit comments

Comments
 (0)