0

Good day everyone!

well Im out of options atm, maybe you guys can throw me a bone in the right direction.

Im trying to open the SCCM configuration manager via vb.NET, I`ve tried the solutions on many forums including a 2016 SO thread: How to open the SCCM Configuration Manager in VB - Visual Studio 2015

so far, the thing just wont open, I tried to use a cmd from inside the vb.net app, this result in the cmd window opening, but not the actual ConfigM window.

Any ideas on how to open this from vb.net aside the provided on the other thread?

any help is greately appreciated.

Thanks!

  • 2
    Can you show the code you've tried? – Andrew Mortimer May 27 '22 at 05:00
  • From what I've seen in the example they call SMSCFGRC.cpl without path, meaning it is fully dependent on your path variable. What I would do is first check where the file is located (default would be C:\windows\ccm\SMSCFGRC.cpl) then check whether it starts via "run" in windows (win+r) with the full path. If this is the case try to launch it from vb with the full path. (normally C:\windows\ccm\SMSCFGRC.cpl should be enough but if it is not maybe try for both C:\windows\system32\control.exe C:\windows\ccm\SMSCFGRC.cpl). – Syberdoor Jun 01 '22 at 09:15

0 Answers0