Disable Start Menu popup on first logon

stevefpc

New Member
Messages
23
Reaction score
0
Screenshot from first load of windows

How to disable this pop up? I just want to view the desktop with no start menu popup. Thank you


1745509872628.png
 
Edytor rejestru systemu Windows Wersja 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartShownOnUpgrade"=dword:00000001
 
1. Copy the same text into a file named NoStartMenu.reg:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartShownOnUpgrade"=dword:00000001

2. From the Post-Setup screen, Add / File / After logon (User) -> NoStartMenu.reg
 
Back
Top