User Activity

  • Posted a comment on discussion Help on Ditto

    To get it to run as administrator in on STARTUP - create a vbs script - there's a posting from somewhere on the web which worked for me: This is a little old, but I was having the same problems, and none of the above was working. What I did was create a VBScript that ran at startup that opened said program. Right-click on the program, go to properties, then compatibility and check "Run as Administrator" Create the VBScript using a text editor (I use Notepad++) Script: Set WshShell = CreateObject("WScript.Shell"...

  • Posted a comment on discussion Help on Ditto

    I found this somewhere on the web and it WORKED!!! This is a little old, but I was having the same problems, and none of the above was working. What I did was create a VBScript that ran at startup that opened said program. Right-click on the program, go to properties, then compatibility and check "Run as Administrator" Create the VBScript using a text editor (I use Notepad++) Script: Set WshShell = CreateObject("WScript.Shell" ) WshShell.Run """C:\Program Files (x86)\File\Program.exe""", 0 'Must...

View All

Personal Data

Username:
loranea
Joined:
2020-11-20 18:53:54

Projects

  • No projects to display.

Personal Tools