πŸ–₯️ Batch / CMD

Simple .bat and .cmd scripts for quick command-line automation.

πŸ–₯️ Batch (CMD)

Export BIOS Info to CSV (Batch)

Uses wmic to export BIOS Info (Win32_BIOS) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Check "Disable Bing Search Suggestions" Status (Batch)

Uses reg query to check the current value behind the "Disable Bing Search Suggestions" tweak.

πŸ–₯️ Batch (CMD)

Check "Enable Dark Mode" Status (Batch)

Uses reg query to check the current value behind the "Enable Dark Mode" tweak.

πŸ–₯️ Batch (CMD)

Check "Disable Tailored Experiences" Status (Batch)

Uses reg query to check the current value behind the "Disable Tailored Experiences" tweak.

πŸ–₯️ Batch (CMD)

Get Logical Disks Report (Batch)

Uses wmic to list Logical Disks (Win32_LogicalDisk) straight from the command line.

πŸ–₯️ Batch (CMD)

Disable Explorer Startup Delay (Batch)

Removes the artificial delay before startup apps launch. Applies the tweak via reg.exe.

πŸ–₯️ Batch (CMD)

Disable First Logon Animation (Batch)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

πŸ–₯️ Batch (CMD)

Export Network Login Profiles to CSV (Batch)

Uses wmic to export Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Enable Num Lock on Startup (Batch)

Turns Num Lock on by default for every new sign-in. Applies the tweak via reg.exe.

πŸ–₯️ Batch (CMD)

Export Local Groups to CSV (Batch)

Uses wmic to export Local Groups (Win32_Group) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Export Time Zone Settings to CSV (Batch)

Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Clean Up IIS log files (Batch)

Clears IIS log files after a confirmation prompt, with a /silent mode for scheduled tasks.