#66779 - 2002-06-12 09:01 PM
Auto Complete
|
Anonymous
Anonymous
Unregistered
|
Anyone come across a script that will disable autocomplete in Microsoft Internet explorer. Any help would be appreciated.
Jural
|
|
Top
|
|
|
|
#66781 - 2002-06-12 09:45 PM
Re: Auto Complete
|
Anonymous
Anonymous
Unregistered
|
Tried that, can't find reg key for it. I can find autocomplete for web addresses but not for usernames and passwords.
Jural
|
|
Top
|
|
|
|
#66787 - 2002-06-12 10:49 PM
Re: Auto Complete
|
BrianTX
Korg Regular
Registered: 2002-04-01
Posts: 895
|
Hmm. are there really that many things you can do with GPO that you can't do in the registry? Just curious... (Some of us are bogged down with Wintendos machines -- as you call it)
Brian
|
|
Top
|
|
|
|
#66788 - 2002-06-12 10:53 PM
Re: Auto Complete
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
whether he uses GPOs or not, it is still only a registry entry... GPO is basically gui interface and method of prioritization of assorted configurations.
If you really wanted to, you could write a script recurse itself to taskscheduler and schedule itself to run again after applying its registry changes.
do I hear a KixGPO UDF coming??? [ 12 June 2002, 22:54: Message edited by: Radimus ]
|
|
Top
|
|
|
|
#66790 - 2002-06-12 11:17 PM
Re: Auto Complete
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11628
Loc: CA
|
Radimus,
I'm sorry but I would have to disagree. GPO is much more powerful then just scripting entries into the Registry. Many of which are outlined above. As an Administrator, I can apply policies to your system that you CAN NOT prevent me from doing. If you place a DENY ACCESS on a key, I can over ride it and place a DENY ACCESS to you. You would have to take ownership back before you could undo my changes. Try running some tight policies and then trying to "UNDO" them with just the Registry. Many changes require a reboot, which won't work, because policy will be reapplied during logon again. Via a logon script it would be VERY difficult to even attempt to check every key and see if it has the rights to write there, if it was applied, etc... Just being a local administrator does not necessarily give you the right to write to every key in the registry. If the user placed a DENY ACCESS to EVERYONE on the key, your logon script would never be able to modify that key, using GPO I could force the modification anyway.
Don't get me wrong, I LOVE KiXtart, but in order of preference and power. GPO is much more powerful then doing it via script. There are also hidden registry entries that only being logged onto the system as SYSTEM will allow you to view. You can not (even as local adminstrator) view these entries.
As for Win9x, yes you can apply many policies, but since they don't actually "belong" to the Domain the security is no where near what NT/2000/XP are like. The registry has no security to stop anyone from modifying it like the others do.
Then again, how many users (outside of IS) know enough about this kind of stuff to alter or stop it much??? In a company of over 3,000 desktops... we rarely see anyone alter or attempt to alter these policies or registry changes.
|
|
Top
|
|
|
|
#66792 - 2002-06-12 11:30 PM
Re: Auto Complete
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
the security in place on a GPO... if in the GPO interface.
I don't care what security you place in a GPO, if I(anyone) has access to the registry, that can be changed.
Of course once the policy is refreshed, it will change back, but the point is, the security model is only effective when the policy object gets 'compiled' and applied to the machine/user
|
|
Top
|
|
|
|
#66793 - 2002-06-12 11:35 PM
Re: Auto Complete
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Doing a "quickie" search in the registry, we find (export from the registry): quote:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\BROWSE\AUTOAPPEND] "RegPath"="SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\AutoComplete" "Text"="Use inline AutoComplete for Web Addresses" "PlugUIText"="@inetcplc.dll,-4852" "Type"="checkbox" "CheckedValue"="yes" "UncheckedValue"="no" "ValueName"="Append Completion" "DefaultValue"="no" "HKeyRoot"=dword:80000001 "HelpID"="iexplore.hlp#50538"
HTH,
Kent
|
|
Top
|
|
|
|
#66795 - 2002-06-12 11:48 PM
Re: Auto Complete
|
BrianTX
Korg Regular
Registered: 2002-04-01
Posts: 895
|
Hmm.. I don't think it would be that difficult to create a kixtart script that parsed policy files. It also wouldn't be too difficult to test permissions. Would this be something worth doing? (No, it wouldn't be on the level of GPO, but it might be useful in many cases.)
Brian
|
|
Top
|
|
|
|
#66796 - 2002-06-12 11:56 PM
Re: Auto Complete
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
you could make a script that ran minimized or hidden, that 'undoes' or 'does' whatever policy/reg entries you wanted
have it run make the updates use SOON.EXE to reschedule itself for 5 or 10 minutes
There you go, your own happy personal policy configurer/enforcer and as long as you have permission to those reg keys, your changes will 'win'
|
|
Top
|
|
|
|
Moderator: Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 1662 anonymous users online.
|
|
|