BoboTiG/pombo

pombo.vbs can't be executed by a guest user.

matlo opened this issue · 5 comments

The guest account has no permission to execute a GetObject() function of the pombo.vbs script.

The following replacement code seems to work:

Set WshShell = WScript.CreateObject("WScript.Shell")
obj = WshShell.Run("C:\pombo\python\python.exe C:\pombo\pombo.py", 0)
set WshShell = Nothing

Thank you for the return.

Could you provide a patch?
Or which parts should be replaced?

I replaced the whole content of the pombo.vbs script with the 3 lines above.

Ok, I tried and works well. Thank you!

The only issue I noticed with a guest user is that the network routes can't be determined:

Network routes:
Impossible de contacter le pilote IP ; code d'erreur 5.

C'est un autre problème, peux-tu créer une issue à part ?