Change Internet Explorer Start Page if unchanged from default
0 Votes |
Versioning - This is the latest version.
1 | Change Internet Explorer Start Page if unchanged from default | 12/5/2012 10:50:16 AM |
2 | Change Internet Explorer Start Page if unchanged from default | 7/1/2014 9:14:32 AM |
Description
Property Details
3802 | |
Alpha - Code that was just developed | |
Change Internet Explorer Start Page if unchanged from default | |
BESC | |
Internal | |
9/21/2011 12:00:00 AM | |
Internet Explorer Page Change unchanged | |
True | |
jgstew on 7/1/2014 9:14:32 AM | |
jgstew on 7/1/2014 9:14:32 AM | |
7062 Views / 20 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 8 fixlets | * Results in a true/false |

exists current user AND (1 = number of logged on users)
Used in 2 fixlets | * Results in a true/false |

exists (value "Start Page" of key "Software\Microsoft\Internet Explorer\Main" of (key whose (((it = name of current user as lowercase OR it starts with name of current user as lowercase & "@") of (it as string as lowercase) of (if (name of operating system = "Win7") then value "USERNAME" of key "Volatile Environment" of it else value "Logon User Name" of key "Software\Microsoft\Windows\CurrentVersion\Explorer" of it))) of key "HKEY_USERS" of registry) as string as lowercase) whose (it contains ".microsoft.com/" OR it contains "/dell?hl=en&client=dell-usuk-rel" OR it contains "startnow.com")
Windows Only (Relevance 2997197)

/* Windows Only */ windows of operating system

/* Windows XP or Higher */ version of operating system >= "5.1"
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
regset64 "[{("HKEY_USERS\" & (name of key whose (((it = name of current user as lowercase OR it starts with name of current user as lowercase & "@") of (it as string as lowercase) of (if (name of operating system = "Win7") then value "USERNAME" of key "Volatile Environment" of it else value "Logon User Name" of key "Software\Microsoft\Windows\CurrentVersion\Explorer" of it))) of key "HKEY_USERS" of registry) & "\Software\Microsoft\Internet Explorer\Main" )}]" "Start Page"="http://www.google.com"Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
I put `google` as the hard coded default, but I expect operators to change the hard coded value to whatever they want, though it could be a parameter. Also, this should work fine with 32bit systems. `regset64` shouldn't actually matter in this case. |
![]() |
|
Perhaps you could add a parameter query so the admin is asked what they want the url to be. I don't think this works on 32bit boxes... could that be added too? |