I have a simple vbs-file on my drive c: with following content:
Set objShell = CreateObject(\"Scripting.FileSystemObject\")
When I\'m tryin
Assuming you are logged in as Admin, please have a look in registry for Scripting.FileSystemObject under HKCR.
Scripting.FileSystemObject
If you can not find this PROGID then you are missing the required files or the component is disabled (not registered).
Scripting.FileSystemObject is implemented in scrrun.dll.