chm
New Member
- Joined
- Dec 5, 2016
- Messages
- 2
- Thread Author
- #1
Hi there.
Something I used to do in windows 7 doesn't work anymore on windows 10.
What I am trying to achieve is running my own program before desktop initializes, so I can display a simple menu without any desktop gui.
In windows 7 I did it by replacing value
[ HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell ]
with exe of my program.
When I wanted to restore regular desktop I simply called "explorer.exe" from my program (or taskmanager) and desktop was initialized as normal.
In windows 10 however it doesn't work that way. After changing winlogon\shell value in regedit calling "explorer.exe" only brings up standard Windows Explorer window but desktop and taskbar just don't initialize.
I searched google but couldn't find any solution to this.
Does anyone know what is the difference between win7 and win10 in this behavior?
Cheers
Something I used to do in windows 7 doesn't work anymore on windows 10.
What I am trying to achieve is running my own program before desktop initializes, so I can display a simple menu without any desktop gui.
In windows 7 I did it by replacing value
[ HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell ]
with exe of my program.
When I wanted to restore regular desktop I simply called "explorer.exe" from my program (or taskmanager) and desktop was initialized as normal.
In windows 10 however it doesn't work that way. After changing winlogon\shell value in regedit calling "explorer.exe" only brings up standard Windows Explorer window but desktop and taskbar just don't initialize.
I searched google but couldn't find any solution to this.
Does anyone know what is the difference between win7 and win10 in this behavior?
Cheers