Skip to content

My personal "getting started" repository for any Windows NT-based installation.

License

Notifications You must be signed in to change notification settings

PocketAppZ/windowsnt-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Windows NT Toolkit

My personal "getting started" repository for any Windows NT-based installation.

Setting up Essentials

Run the Chris Titus Tool to update winget and install chocolatey. I personally don't use Chocolatey, but if there's ever something I need from it then I'll install it using Chocolatey.

irm https://christitus.com/win | iex

Once the tool updates winget, enable the InstallerHashOverride setting because some of the programs do not update their security hash, namely Vencord.

winget settings --enable InstallerHashOverride

Important

Do not install programs you do not trust with --ignore-security-hash unless you truly know what you are doing.

So now that InstallerHashOverride is enabled we can install Vencord:

winget install --source=winget --id=Vendicated.Vencord --ignore-security-hash

This does have to be ran as non-Administrator.

About

My personal "getting started" repository for any Windows NT-based installation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published