This commit is contained in:
USER
2023-02-27 16:44:36 +00:00
parent 6927c3d363
commit eca09ec226
2 changed files with 17 additions and 0 deletions

9
Regedit/aaa.reg Normal file
View File

@ -0,0 +1,9 @@
Windows Registry Editor Version 5.00
;Taskbar unlock(1) or lock(0)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSizeMove"=dword:1
;Disable(1) or Enable(0) Lock screen suggested apps
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Cloud Content]
“DisableWindowsConsumerFeatures”=dword:1

View File

@ -0,0 +1,8 @@
@echo off
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt