π₯οΈ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Export BIOS Info to CSV (Batch)
Uses wmic to export BIOS Info (Win32_BIOS) to a timestamped CSV file.
Check "Disable Bing Search Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Bing Search Suggestions" tweak.
Check "Enable Dark Mode" Status (Batch)
Uses reg query to check the current value behind the "Enable Dark Mode" tweak.
Check "Disable Tailored Experiences" Status (Batch)
Uses reg query to check the current value behind the "Disable Tailored Experiences" tweak.
Get Logical Disks Report (Batch)
Uses wmic to list Logical Disks (Win32_LogicalDisk) straight from the command line.
Disable Explorer Startup Delay (Batch)
Removes the artificial delay before startup apps launch. Applies the tweak via reg.exe.
Disable First Logon Animation (Batch)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administβ¦
Export Network Login Profiles to CSV (Batch)
Uses wmic to export Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file.
Enable Num Lock on Startup (Batch)
Turns Num Lock on by default for every new sign-in. Applies the tweak via reg.exe.
Export Local Groups to CSV (Batch)
Uses wmic to export Local Groups (Win32_Group) to a timestamped CSV file.
Export Time Zone Settings to CSV (Batch)
Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.
Clean Up IIS log files (Batch)
Clears IIS log files after a confirmation prompt, with a /silent mode for scheduled tasks.