.
This commit is contained in:
9
Regedit/aaa.reg
Normal file
9
Regedit/aaa.reg
Normal 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
|
||||
8
Regedit/gpedit-enabler.bat
Normal file
8
Regedit/gpedit-enabler.bat
Normal file
@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
|
||||
pushd "%~dp0"
|
||||
|
||||
|
||||
|
||||
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
|
||||
|
||||
Reference in New Issue
Block a user