Hi,
I want to replace Windows 7 Shell (32 and 64 bit) with my WPF application which should work as a Shell. The goal is WPF application will launch my Kiosk application and provide few services.
My questions are
How do I replace the Windows 7 Shell by my WPF application ?
Do I have to do something special in my WPF application code or required registry changes to execute WPF application as a shell?
Thanks.