Skip to content

Instantly share code, notes, and snippets.

@F2lcon01
F2lcon01 / PolarOS-Verify.ps1
Last active March 29, 2026 18:41
PolarOS-Verify.ps1
<#
.SYNOPSIS
Polar OS v5.1 - System Feature Verification Tool (GUI Edition)
.DESCRIPTION
C# + PowerShell Hybrid verification tool with WPF GUI.
Verifies ALL Polar OS v5.1 features including 11-layer telemetry blocking,
75+ performance techniques, 53 disabled services, Game Mode Pro, Profile System,
QoS, DNS optimization, Standby Cleaner, Benchmark, GUI Control Center,
EcoQoS Smart Throttling, Shader Cache, Memory Cleanup, DPC Latency,
Post-Update Guard, VBS Toggle, NVMe Native Driver, and more.
@F2lcon01
F2lcon01 / install.cmd
Last active March 29, 2026 19:41
install.cmd
@echo off
setlocal enabledelayedexpansion
title POLAR OS Tools Installer v2.0
chcp 65001 >nul 2>&1
:: ============================================================
:: 1. Elevate to Administrator
:: ============================================================
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
if '%errorlevel%' NEQ '0' (