mirror of
https://github.com/dragonflylee/WimHelper.git
synced 2025-01-07 03:06:44 +08:00
fix
This commit is contained in:
parent
cf4a90246d
commit
ce20c19650
@ -4,4 +4,4 @@ rem
|
||||
pushd "%~dp0" && Dism 1>nul 2>nul || mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 "%*"","","runas",1)(window.close) && Exit /B 1
|
||||
|
||||
for %%i in (*.wim) do Dism /Export-Image /SourceImageFile:"%%i" /All /DestinationImageFile:"%%~ni.esd" /Compress:recovery
|
||||
shudowsn -s -t 0
|
||||
rem shutdown -s -t 0
|
@ -86,6 +86,8 @@ Windows Registry Editor Version 5.00
|
||||
;½ûÓÃ Windows Defender
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
|
||||
"DisableAntiSpyware"=dword:00000001
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender]
|
||||
"DisableAntiSpyware"=dword:00000001
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SecurityHealthService]
|
||||
"Start"=dword:00000004
|
||||
|
||||
|
@ -69,6 +69,8 @@ Win10 1709|10.0.16299|[32位](http://download.windowsupdate.com/d/msdownload/upd
|
||||
|
||||
应用安装器的ID为 9NBLGGH4NNS1
|
||||
|
||||
VP9 9N4D0MSMP0PT
|
||||
|
||||
|
||||
## 使用说明
|
||||
|
||||
|
@ -208,13 +208,6 @@ call :ImportRegistry "%~dp0Pack\Optimize\%ImageShortVersion%.reg"
|
||||
call :ImportRegistry "%~dp0Pack\Optimize\%ImageShortVersion%.%ImageArch%.reg"
|
||||
if "%ImageType%" equ "Server" call :ImportRegistry "%~dp0Pack\Optimize\Server.reg"
|
||||
if "%ImageShortVersion%" equ "10.0" (
|
||||
rem Applying Anti Microsoft Telemetry Client Patches
|
||||
Reg add "HKLM\TK_SYSTEM\ControlSet001\Services\DiagTrack" /v "Start" /t REG_DWORD /d "4" /f >nul 2>&1
|
||||
Reg delete "HKLM\TK_SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /f >nul 2>&1
|
||||
Reg delete "HKLM\TK_SYSTEM\ControlSet001\Control\WMI\AutoLogger\Diagtrack-Listener" /f >nul 2>&1
|
||||
Reg delete "HKLM\TK_SYSTEM\ControlSet001\Control\WMI\AutoLogger\SQMLogger" /f >nul 2>&1
|
||||
Reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack" /f >nul 2>&1
|
||||
Reg delete "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\DataCollection" /f >nul 2>&1
|
||||
rem Removing Windows Mixed Reality Menu from Settings App
|
||||
Reg add "HKLM\TK_NTUSER\Software\Microsoft\Windows\CurrentVersion\Holographic" /v "FirstRunSucceeded" /t REG_DWORD /d "0" /f >nul
|
||||
rem 启用照片查看器, 删除 3D画图 右键
|
||||
|
Loading…
Reference in New Issue
Block a user