Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
IE settings
Name: foobar001 Date: September 11, 2003 at 13:26:40 Pacific OS: winme CPU/Ram: 766/64
Comment:
If you change Internet security settings in IE, the following registry key is rewritten: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3
If you directly edit the values of this key however, the settings in IE are not effective until you close and open the browser; open browser windows are not effected.
Other keys like HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl (for settings for searching from the Address Bar) when edited effect settings in all open browser windows. Just edit the key and the settings take effect immediately. No need to open and close the browser.
Can anyone explain this? I am trying to develop a simple way to toggle different levels of Internet security settings with a minimum of mouseclicks or keyboard input.
Summary: Hi I'm trying to figure out if I can insert varables into of a set command. No luck so far. ie.. set Days=SunMonTueWedThuFriSat set Pos=3 set WDay=%Days:~%Pos%,3% echo %WDay% rem should echo Mon ...
Summary: Hi buy the way in your other thread the count wount'nt work because I missed off the percent sign it should have been ie set /a Count=%Count%+1 ...