Note: This will replace the whole Windows shell with your application. There will be no start menu, no task bar and no desktop.
One way to get it back, is to invoke Task Manager with Ctrl+Shift+Escape and start
explorer.exe
from there.To permanently reverse this change, just start
regedit.exe
again and change theShell
key back toexplorer.exe
.
Como substituir totalmente o shell do Windows por outro aplicativo
Você pode alterar a chave do registro
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
para apontar para o seu aplicativo. Em seguida, ele será iniciado em vez de explorer.exe
como o shell.