c# - Open windows explorer with taskbar programmatically in Windows 8 -


i'm working wpf application in windows 8. app set os's shell, upon start up, app automatically launches. though, want upon closure of app, re-launch explorer w/ task bar.

i've tried using

   process.start(environment.systemdirectory + "\\..\\explorer.exe"); 

which works great in windows 7, when ran under windows 8, explorer window appears (w/out taskbar).

is there special need in windows 8? looking c# solution.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -