Search found 2 matches

by MethosFrost
Thu Jan 10, 2013 11:04 pm
Forum: ScriptCryptor
Topic: WScript Version problem
Replies: 5
Views: 14928

WScript Version problem

The command

Code: Select all

Wscript.Version
Reports 5.8 in before encoding with ScriptCryptor and 5.6 after. It will not allow for WMI registry edits.
by MethosFrost
Mon Sep 12, 2011 1:48 pm
Forum: ScriptCryptor
Topic: UAC Elevation
Replies: 3
Views: 20194

UAC Elevation

What is the best way to force UAC Elevation? I can do it using the code below in VBScript but once I convert to exe it won't work. If WScript.Arguments.length =0 Then Set objShell = CreateObject("Shell.Application") objShell.ShellExecute "wscript.exe", Chr&#40...