Tag: dotnet
132 script(s) tagged “dotnet”
Backup Network Shares to JSON (C#)
Snapshots Network Shares (Win32_Share) to a timestamped JSON file via System.Management and System.Text.Json.
Get Logical Disks Report (C#)
Queries Win32_LogicalDisk via WMI (System.Management) and prints Logical Disks to the console.
Backup CD/DVD Drives to JSON (C#)
Snapshots CD/DVD Drives (Win32_CDROMDrive) to a timestamped JSON file via System.Management and System.Text.Json.
Disable Windows Telemetry (C#)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Apβ¦
Backup Startup Programs to JSON (C#)
Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file via System.Management and System.Text.Json.
Disable Remote Assistance (C#)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) prompβ¦
Backup Local User Accounts to JSON (C#)
Snapshots Local User Accounts (Win32_UserAccount) to a timestamped JSON file via System.Management and System.Text.Json.
Disable Lock Screen (C#)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminisβ¦
Disable News and Interests Feed (C#)
Hides the taskbar News and Interests / Widgets feed. Applies the tweak via Microsoft.Win32.Registry.
Get Computer System Info Report (C#)
Queries Win32_ComputerSystem via WMI (System.Management) and prints Computer System Info to the console.
Align Taskbar Icons Left (C#)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via Microsoft.Win32.Registry.
Backup Time Zone Settings to JSON (C#)
Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file via System.Management and System.Text.Json.