Viper187 Posted March 9, 2007 Posted March 9, 2007 Why the hell can't Explerror remember simple s*** like this? It's almost as bad as IE not remembering that I can't stand "Webpage Complete." PoSIs there a registry key to keep the **** status bar displaying?
neo Posted March 9, 2007 Posted March 9, 2007 Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]"Show_StatusBar"="yes""Show_URLinStatusBar"="yes"save to a file named for example "XP_IE_EnableStatusBar.reg" and patch it.
Yzöwl Posted March 9, 2007 Posted March 9, 2007 An alternative method using current_user instead of local_machine:SSB.CMD@ECHO OFF &SETLOCALSET "K_=HKCU\Software\Microsoft\Internet Explorer\Main" &SET "V_=_ _URLin"FOR %%? IN (%V_%) DO REG ADD "%K_%" /V Show%%?StatusBar /D "yes" /F>NULWatch for line wrap, it's just three lines!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now