Skip to content

Project Mithril - Windows and Linux Security Settings and Customization

Notifications You must be signed in to change notification settings

boktai1000/project-mithril

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

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

About

Project Mithril - Windows and Linux Security Settings and Customization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published