I am trying to open windows security center using the shell command.

do you open it like msc files if so what do you open it with

VB Code:
  1. taskid = Shell("wscui.cpl", vbNormalFocus)

also just wondering how do you open the my documents folder as an argument with explorer, i have tried
VB Code:
  1. shell "explorer.exe Mydocs"