Skip to content

Instantly share code, notes, and snippets.

View peter9811's full-sized avatar
🏠
Working from home

Peter peter9811

🏠
Working from home
View GitHub Profile
@peter9811
peter9811 / fix_organization_settings.bat
Last active February 28, 2025 14:23 — forked from ilovefreesw/reg.bat
A batch script for Windows to Fix "Some settings are managed by your organization". Works on Windows 10 and Windows 11.
@echo off
:: Script to remove "Some settings are managed by your organization" message
:: Works on Windows 10 and Windows 11
:: Run as Administrator
:: Delete registry keys from HKEY_CURRENT_USER
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
reg delete "HKCU\Software\Policies" /f