Jump to content

Recommended Posts

Posted

Is there a wildcard when working with registry keys? Für Beispiel:

;Disabling Outlook Express splash screen

[HKEY_CURRENT_USER\Identities\{User's Identity}\Software\Microsoft\Outlook Express\5.0]

"NoSplash"=1

I want a wildcard for {User's Identity} so it affects all users. Can this be done?


Posted
Is there a wildcard when working with registry keys? Für Beispiel:

;Disabling Outlook Express splash screen

[HKEY_CURRENT_USER\Identities\{User's Identity}\Software\Microsoft\Outlook Express\5.0]

"NoSplash"=1

I want a wildcard for {User's Identity} so it affects all users. Can this be done?

Put in HKEY_LOCAL_MACHINE instead of HKEY_CURRENT_USER I think... :)

Posted
Is there a wildcard when working with registry keys? Für Beispiel:

;Disabling Outlook Express splash screen

[HKEY_CURRENT_USER\Identities\{User's Identity}\Software\Microsoft\Outlook Express\5.0]

"NoSplash"=1

I want a wildcard for {User's Identity} so it affects all users. Can this be done?

i'm not sure u that there is because when i checked the reg key, it was a randomized GUID's i think. for eg

{EB50C772-4C20-4540-8ECF-A0129B37E40C}

perhaps try something like %currentuser for eg

have a try and see if it does anything..

gamehead, u dont know wat ur on about.. u didnt ready the thread very well.. :)

Posted
Is there a wildcard when working with registry keys? Für Beispiel:

;Disabling Outlook Express splash screen

[HKEY_CURRENT_USER\Identities\{User's Identity}\Software\Microsoft\Outlook Express\5.0]

"NoSplash"=1

I want a wildcard for {User's Identity} so it affects all users. Can this be done?

i'm not sure u that there is because when i checked the reg key, it was a randomized GUID's i think. for eg

{EB50C772-4C20-4540-8ECF-A0129B37E40C}

perhaps try something like %currentuser for eg

have a try and see if it does anything..

gamehead, u dont know wat ur on about.. u didnt ready the thread very well.. :)

I'm a bit tired today, so I must have not payed attention...But what I said should work as well... :rolleyes:

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...