Skip to content

Instantly share code, notes, and snippets.

@porty
Last active April 4, 2023 17:20
Show Gist options
  • Save porty/9a4018932cd6d000bf7cb4f6880043ca to your computer and use it in GitHub Desktop.
Save porty/9a4018932cd6d000bf7cb4f6880043ca to your computer and use it in GitHub Desktop.
Windows 10 tweaks

Windows 10 Tweaks

Remove startup delay

https://www.howtogeek.com/403162/how-to-disable-the-windows-10-startup-delay/

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize

Create DWORD StartupDelayInMSec, set to 0 or 1000 or something.

Remove login splash screen

https://www.ricksdailytips.com/disable-lock-screen-in-windows-10/

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization

Create DWORD NoLockScreen of 1

Also in gpedit.msc as Computer Configuration > Administrative Templates > Control Panel > Personalization as "No not display the lock screen"

Run Windows Defender in a sandbox

setx /M MP_FORCE_USE_SANDBOX 1

@porty
Copy link
Author

porty commented Apr 4, 2023

:rage1: Stupid fucking nuget comes with zero online package sources configured, which is an awesome default for a stupid fucking PACKAGE MANAGER.

dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org

THERE YOU GO. DOTNET/NUGET STARTS FUCKING WORKING

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment