/project-mithril

Project Mithril - Windows and Linux Security Settings and Customization

Windows

Pre-Installation - Creating a secure USB Drive for installation

Format / Clear USB Drive using Powershell (no third party utilities)

  • List all disks

Get-Disk

  • Clear USB Drive after determining disk number
    • Note: These commands assume that X is the disk you want to clear

Either command will bring the same result, but two variations are listed below to show different ways you can format it

Clear-Disk -Number X -RemoveData

Get-Disk X | Clear-Disk -RemoveData

Install Windows to your USB Drive

Post-Installation - Registry Tweaks

disable_win10_foistware.reg

Turn_Off_AutoPlay.reg

UAC_Always_Notify.reg

Disable_OneDrive_Integration.reg

Specify_Ultimate_Performance_power_plan.reg

Disable_Automatic_sign-in_after_Windows_Update_reestart.reg

Linux