Error: ActiveX Component Can't Create Object Scripting.FileSystemObject

后端 未结 3 975
小蘑菇
小蘑菇 2020-12-06 06:56

I have a simple vbs-file on my drive c: with following content:

Set objShell = CreateObject(\"Scripting.FileSystemObject\")

When I\'m tryin

3条回答
  •  遥遥无期
    2020-12-06 07:45

    Assuming you are logged in as Admin, please have a look in registry for Scripting.FileSystemObject under HKCR.

    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.

提交回复
热议问题