Sin copilot
This commit is contained in:
@@ -27,6 +27,8 @@ for %%K in (
|
||||
reg add %%K /v NoPersonalization /t REG_DWORD /d 1 /f
|
||||
)
|
||||
|
||||
reg add "HKU\default_profile\Software\Policies\Microsoft\Windows\WindowsCopilot" /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
|
||||
|
||||
:: ============================
|
||||
:: OCULTAR LA PANTALLA DE BLOQUEO
|
||||
:: ============================
|
||||
@@ -38,6 +40,7 @@ reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v DisableLogonBackgro
|
||||
:: ============================
|
||||
reg add "HKU\default_profile\Control Panel\Desktop\WindowMetrics" /v MinAnimate /t REG_SZ /d 0 /f
|
||||
reg add "HKCU\Control Panel\Desktop\WindowMetrics" /v MinAnimate /t REG_SZ /d 0 /f
|
||||
reg add "HKU\default_profile\Control Panel\Desktop\WindowMetrics" /v MinAnimate /t REG_SZ /d 0 /f
|
||||
|
||||
:: ============================
|
||||
:: SIN WIDGETS
|
||||
|
||||
Reference in New Issue
Block a user