I have a simple vbs file on my c: drive with the following contents:
Set objShell = CreateObject("Scripting.FileSystemObject")
When I try to start it, I get an error message
c: \ fso.vbs (1, 1) Microsoft VBScript Runtime Error: ActiveX component cannot create object: 'Scripting.FileSystemObject'
I tried to log in as admin and execute wscript -regserver , but did not help.
Can anybody help me?
vbscript activex filesystemobject
vmg
source share