• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Links! Go away!

in the favorites menu in ie, theres always that damned links folder that won't go away! i constantly delete, but it keeps coming back! any way to make it go away forever?
 
i just fixed this myself, through explorer/my computer select the links folder, right click, properties and check off hidden, click ok, and bow wow no more links folder!!
 
I don't want to log off and reboot to try this, but try these -- In Windows, in the folder, Favorites, try deleting the Links folder. If you've already tried that, and it didn't work, try booting to DOS, and deleting the folder using the command DELTREE /Y C:\WINDOWS\FAVORIT~1\LINKS.

There are a number of items that Windoze will constantly rebuild/replace on bootup, including subdirectories in TEMPORARIY INTERNET FILES, COOKIES and HISTORY. I have the following lines in my AUTOEXEC.BAT:

@DELTREE/Y C:\WINDOWS\TEMPOR~1\CONTENT.IE5\*.*>NUL
@DELTREE/Y C:\WINDOWS\COOKIES\*.TXT>NUL
@DELTREE/Y C:\WINDOWS\HISTORY\HISTORY.IE5\*.*>NUL

This wipes files that you cannot delete once you're in Windoze, but they work in the AUTOEXEC because it operates in DOS, before Windoze actually starts. 🙂 The >NUL statement just tells the system not to bother reporting the deletion to the screen.
 
What I hate even more is these random toolbars that show up without me asking and don't give me an option to get rid of them :|
 


<< The >NUL statement just tells the system not to bother reporting the deletion to the screen. >>


harvey
(or anyone, actually)

Would ECHO OFF do the sane thing as >NUL?

 
Back
Top