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

frame rate - JAVA simple fps animation(how can i work with?) -

Regex find and replace between <div class="customclass"> and </div> tag -