Jump to content

Recommended Posts

Posted

Hello,

I am trying to delete and add some registry keys in windows 7. Please can someone help me with this.

Can someone show me what I am doing wrong to get this to work.

; Write a single REG_SZ value

RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\","DefaultUserName","REG_SZ","Pilot")

Posted

  On 3/19/2013 at 12:42 AM, 'JohnOne said:

Need admin for this in 7

add #RequireAdmin to script.

Dunno if it's because of configurations of whatever, but, i never use #RequireAdmin, and all my scripts can write and delete from registry.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

  On 3/19/2013 at 2:00 PM, 'careca said:

Dunno if it's because of configurations of whatever, but, i never use #RequireAdmin, and all my scripts can write and delete from registry.

Perhaps because you're an Admin on your system.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Yes i am. Is he not?

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

It doesn't matter if you are Admin or not. The thing is related to enabled or disabled UAC.

By default with enabled UAC, the Administrator is not given super-user privileges. careca has disabled UAC if he's running modern system.

♡♡♡

.

eMyvnE

Posted

  On 3/19/2013 at 2:41 PM, 'trancexx said:

It doesn't matter if you are Admin or not. The thing is related to enabled or disabled UAC.

By default with enabled UAC, the Administrator is not given super-user privileges. careca has disabled UAC if he's running modern system.

That is correct. I did disable it.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

If you want to be taken seriously you won't do that. Every program you write should be written and tested with default system settings. I see links in you sig, after you said you disabled UAC, there isn't a thing in this world that would make me try any of your scripts.

If you write scripts for ordinary users (us) then you be ordinary - or write just for yourself.

♡♡♡

.

eMyvnE

Posted

I wrote for myself, but then thought someone else could use it, all, or parts.

If you do try any of my scripts, and think there should be an improvement,

please tell me, im all for improvements, apart from the UAC thing, i just don't bother with that. :P

If you really meant there isn't a thing that could make you try any of my scripts...i really don't care...

Greets

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...