Windows 8 : Hook explorer.exe so that when PC startup, it will start the specified application and show the application's UI

StackOverflow https://stackoverflow.com/questions/18825859

  •  28-06-2022
  •  | 
  •  

문제

Is it possible to Hook explorer.exe on Windows 8 so that when PC startup, it will startup the specified application and show the application's UI instead of showing the default UI of windows 8?

도움이 되었습니까?

해결책

You can replace the Shell registry key under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon to start a different UI.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top