update KB503942 will be blocked
This commit is contained in:
parent
7c888b3bad
commit
9680d95486
@ -11,6 +11,10 @@ echo blocking UPDATE KB5021751 ...
|
|||||||
echo [ Notifies Microsoft if an Unsupported Office version is installed on Windows ]
|
echo [ Notifies Microsoft if an Unsupported Office version is installed on Windows ]
|
||||||
powershell -command "Hide-WindowsUpdate -KBArticleID KB5021751 -AcceptAll"
|
powershell -command "Hide-WindowsUpdate -KBArticleID KB5021751 -AcceptAll"
|
||||||
|
|
||||||
|
echo blocking UPDATE KB5013942 ...
|
||||||
|
echo [ Cumulative Update for Windows 10 Version 20H2 x64 ]
|
||||||
|
powershell -command "Hide-WindowsUpdate -KBArticleID KB5013942 -AcceptAll"
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo showing HIDDEN windows updates ...
|
echo showing HIDDEN windows updates ...
|
||||||
powershell -command "Get-WindowsUpdate -IsHidden"
|
powershell -command "Get-WindowsUpdate -IsHidden"
|
||||||
|
@ -32,6 +32,8 @@ reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersio
|
|||||||
echo Removing the missing activation watermark on desktop (System) ...
|
echo Removing the missing activation watermark on desktop (System) ...
|
||||||
bcdedit /set TESTSIGNING OFF
|
bcdedit /set TESTSIGNING OFF
|
||||||
|
|
||||||
|
echo.
|
||||||
|
echo INFO: please REBOOT your machine to activate the changes!
|
||||||
echo.
|
echo.
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue
Block a user