Search found 3 matches

by Dwedit
2013-05-21 16:42
Forum: PcHelpWare
Topic: Workaround: Disable UAC requests temporary
Replies: 15
Views: 111815

Re: Workaround: Disable UAC requests temporary

I also made a tiny stub program after reading this thread.
Several lines of C# code:

static void Main()
{
int consentPromptBehaviorAdmin = (int)Registry.GetValue(@"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System", "ConsentPromptBehaviorAdmin", 2);
int ...
by Dwedit
2013-05-21 15:30
Forum: PcHelpWare
Topic: Workaround: Disable UAC requests temporary
Replies: 15
Views: 111815

Re: Workaround: Disable UAC requests temporary

Since Megaupload has disappeared off the face of the internet, I'd like to request a re-upload of the tool.
by Dwedit
2013-05-21 15:27
Forum: PcHelpWareV2 BETA
Topic: Beta 1002
Replies: 76
Views: 363127

Re: Beta 1002

Hello. I was briefly trying out PCHelpware V2 Beta.

I've been a big fan of the previous version of the program, despite its initial learning curve. I liked how I could pick exactly which port numbers were used, because I am using the program behind a very restrictive firewall that blocks most ...