jonathangot 0 Posted April 14, 2015 Share Posted April 14, 2015 After trying to deploy the agent automatically when adding, I tried to install the agent manually on one of our Windows Server 2008 R2 servers. During the installation a notepad2(text editor) window pops up with the uacinstall.vbs script. I am assuming it is a bug during the installation of the Remote administrator agent that prevents it from proceeding any further than this. Is there anything we can do to prevent the text file to open during installation to allow the installation to move forward. Any help would be grately appreciated. Link to comment Share on other sites More sharing options...
Administrators Marcos 4,694 Posted April 14, 2015 Administrators Share Posted April 14, 2015 That's weird, maybe a problem with file associations? Files with VBS extension should be interpreted by wscript.exe and not opened in notepad. Maybe you've replaced C:\Windows\System32\wscript.exe with notepad and named it wscript.exe for safety reasons and to prevent VB scripts from running? Link to comment Share on other sites More sharing options...
Recommended Posts