Jump to content

MSOFTSUX

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral
  1. For the MSN's sqm problem this works well too: create a file with extension BAT (eg. del_hid.bat) and put this in there: @Echo off attrib -H c:\*.sqm del c:\sqm*.sqm /Q Exit More details can be found eg. on this EGGHEADCAFE.COM's thread : http ://www.eggheadcafe.com/software/aspnet...g.aspx In general the same applies to all other unwanted hidden files : you can add many other DEL lines in your choice of BAT file, and then add a link to this BAT file in your STARTUP folder ( From WIDNOWS help ): - Right-click the Start button, and then click Properties. - On the Start Menu tab, click Classic Start menu, and then click Customize. This changes the style of the Start menu. Click Advanced. - In the Start Menu folder, find the program you want to start each time you start Windows (in our case it would be del_hid.bat, and in the Startup folder located in the Programs folder, place a shortcut to this BAT file.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.