Tag: dotnet

132 script(s) tagged “dotnet”

🟣 C# / .NET 6+

Backup Network Shares to JSON (C#)

Snapshots Network Shares (Win32_Share) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Get Logical Disks Report (C#)

Queries Win32_LogicalDisk via WMI (System.Management) and prints Logical Disks to the console.

🟣 C# / .NET 6+

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.

🟣 C# / .NET 6+

Disable Windows Telemetry (C#)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…

🟣 C# / .NET 6+

Backup Startup Programs to JSON (C#)

Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Disable Remote Assistance (C#)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

🟣 C# / .NET 6+

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.

🟣 C# / .NET 6+

Disable Lock Screen (C#)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

🟣 C# / .NET 6+

Disable News and Interests Feed (C#)

Hides the taskbar News and Interests / Widgets feed. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get Computer System Info Report (C#)

Queries Win32_ComputerSystem via WMI (System.Management) and prints Computer System Info to the console.

🟣 C# / .NET 6+

Align Taskbar Icons Left (C#)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

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.