To hide Local Disk (C:) in Windows Server 2022 (Cloud Server) for normal users but keep it accessible to Administrator, you have several options. Since you're using a cloud server (likely via RDP), the safest way is through Group Policy + NTFS permissions . ✅ METHOD 1 – Hide C: Drive via Group Policy (Recommended) This hides the drive from File Explorer but doesn’t fully block access unless combined with permissions. 🔹 Step 1: Open Local Group Policy Press Win + R Type: gpedit.msc Press Enter 🔹 Step 2: Navigate to User Configuration → Administrative Templates → Windows Components → File Explorer 🔹 Step 3: Enable These Policies Hide these specified drives in My Computer Set to: ✅ Enabled Choose: Restrict C drive only Prevent access to drives from My Computer Set to: ✅ Enabled Choose: Restrict C drive only Click Apply → OK. 🔹 Step 4: Apply Policy Open Command Prompt as Administrator and run: gpupdate /force ⚠ Important This affects the current user configuration . I...
✅ Method 1 — Pause Updates (Temporary Only) Good if you just want to delay. Steps Go to Start → Settings → Windows Update Click Pause updates Choose how long to pause ➡ This only delays updates. After the pause period, updates resume automatically. ( Microsoft Support ) ✅ Method 2 — Block Windows 11 Using Group Policy (Best for Pro / Enterprise) This is the most recommended permanent method . Steps Press Win + R Type gpedit.msc Go to: Computer Configuration → Administrative Templates → Windows Components → Windows Update → Windows Update for Business Open Select the target Feature Update version Set to Enabled Enter your Windows 10 version (ex: 21H2 , 22H2 ) ➡ This forces your PC to stay on Windows 10 and not upgrade to Windows 11. ( Software Hubs ) ✅ Method 3 — Registry Method (Works for Windows 10 Home) If you don’t have Group Policy: Path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate Create: DWORD → TargetReleaseVersion = 1 String → TargetReleaseVersionI...