Created
August 18, 2011 19:18
-
-
Save revolunet/1154902 to your computer and use it in GitHub Desktop.
change windows default shell (useful for kiosks)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM BE CAREFUL ! this removes explorer.exe from your windows default config ! | |
| REM you have to reboot for this to take effect | |
| @echo off | |
| reg add "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /V Shell /t REG_SZ /d "FullPathToYourApp.exe" /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment