Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created August 18, 2011 19:18
Show Gist options
  • Select an option

  • Save revolunet/1154902 to your computer and use it in GitHub Desktop.

Select an option

Save revolunet/1154902 to your computer and use it in GitHub Desktop.
change windows default shell (useful for kiosks)
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