C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Errors and Solutions » General »

What are .SQM files? How to remove them from C:\ drive?


Posted Date: 06 Nov 2009    Resource Type: Errors and Solutions    Category: General
Author: Banshidhar SahooMember Level: Diamond    
Rating: 1 out of 5Points: 5



SQM files are created in your C drive if you are using Windows Live Messenger or MSN Messenger.

To get rid of these annoying files, you can create a batch file to delete them at start up.

create a batch file with name as deleteSQM.bat and put following code in that.
==============================================

@ECHO OFF
@ECHO Fast SQM File Seek and Destroy
@ECHO This is safe.
pause
attrib -r -s -h -a C:\*.sqm
DEL C:\*.SQM
@ECHO Done!
pause


Put it at your start up location, i.e. C:\Documents and Settings\All Users\Start Menu\Programs\Startup

Regards,
Banshidhar
Expert collection for you



Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
Windows Live Messenger  .  What are .SQM files  .  Remove SQM files from computer  .  MSN Messenger  .  Create a batch file to delete files  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Collection already contains an address with scheme http
Previous Resource: How to fix Validation of Validation of viewstate MAC failed error
Return to Discussion Resource Index
Post New Resource
Category: General


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use