G
Guest
I have a VB application that has a Windows Script Host Object Model reference for windows shell script. I used this object to read/write the registry in the run time. It is happening on only Windows 2000 Server. I have tested this application on Windows XP Professional, Windows 2000 Advanced Server, and Windows 2003 Server. All platforms are ok for the registry access. I have tested on Administrator user for all of cases. This platform has SP4 and is pretty pure system
I found so many similar issues for security and permission on Windows 2000 Server. I have no idea why the Windows 2000 Server only denied to create ActiveX control of WshShell
Below is the part of code
dim ss as new WshShel
dim testStr as string
testStr = ss.RegRead("HKCU\Software\Intel\test\Value") '<- error occurred [429] ActiveX component can't create object
If any idea or comment, I appreciat
Thanks a lot
Ju-Hyoun
I found so many similar issues for security and permission on Windows 2000 Server. I have no idea why the Windows 2000 Server only denied to create ActiveX control of WshShell
Below is the part of code
dim ss as new WshShel
dim testStr as string
testStr = ss.RegRead("HKCU\Software\Intel\test\Value") '<- error occurred [429] ActiveX component can't create object
If any idea or comment, I appreciat
Thanks a lot
Ju-Hyoun