New
#1
Startup Impact
The Startup impact works just fine in the Development Insider channel, but as you may be aware is broken in RTM, RP, and Beta. I found a simple 1 byte fix in the registry you may want to try. It brings back the Task Manager Startup Tab Impact functionality. I ran it for several weeks on RTM without anything breaking or stopping, then a Cumulative set my .reg change back, so just did it again. This is not a permanent "Fix". The only thing you will notice is WINVER will display 20H2 with 19041, a bit bizzare looking but appears to be only cosmetic.
You will need to edit permissions on this key to allow modification or use Power Run like I do, which runs REGEDIT in TrustedInstaller mode. PowerRun v1.4 (Run with highest privileges)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EditionVersion
Then change 1 value in 1 key.
only changed 4a62 to 4a61 (19042 to 19041)
"EditionBuildNumber"=dword:00004a61
Close REGEDIT and reboot.
Done.
All caveats reserved.....![]()
Last edited by f14tomcat; 16 Apr 2021 at 13:16. Reason: Add link