Recommended Posts

I think I found a way to get rid of them. It worked for me. (so far)

Go to options > Security > Check "This is a public computer, so don't store my address book, display picture, or personal message on it." Click OK

^ Assuming you are using the latest build 8.0.0812.00 (A-Patched with a RC release of a-patch)

Exit messenger.

Delete all those .sqm files.

And those files are now history.

Personally, I've been having some problems getting messenger to 'sync' new contact information (like what groups a contact belongs to, new contact groups, and such) with hotmail. And this fixes that issue for me too.

Edited by Coolme
  • 4 weeks later...

Its very easy to resolve the problem easy.

create a batch file, called maybe delsqm.bat and fill it with the following lines:

@ECHO OFF

ATTRIB C:\*.SQM -R -S -H +A

DEL C:\*.SQM

What this does?

Well, first @ECHO OFF will remove any displayed text in the commandbox, so you only see a black box for a very short time.

The ATTRIB command removes hidden and readonly attributes from the file and replace them with the archive attribute for easy to delete them. Well the last command is deleting all the SQM files in your root directory.

Put this batchfile in your autostart directory. Default is c:\documents and setting\all users\startmenu\programs\startup\

Now on every Windows start all the SQM files will be deleted :)

Ciao Ciao :)

I had the same problem when I first signed up with MSN messenger. Even though I went through a lot of their initial setup questions and clicked on such things as "don't send info to MS". I was shocked to find a few days later that my C drive had 41 of those files (5 for each day I was logged on). My tech friend said he had deactivated his but couldn't remember where he did it, so I systematically went through every part of the MSN sign on pages and eventually found a line on the first sign-in page below "status online" that when I clicked on it it had a part which let you opt out of having MSN send info to MS on your activities. Once I did that the line disappeared from the sign-in, so I can't tell you what it is. Once I had done that I was able to delete all those *.sqm files and they did not come back. Hope this helps you all.

MS is going to have a whole lot of angry users if they keep up that sort of thing.

See here for more info:

http://www.microsoft.com/communities/newsg...+root+directory

S2

Its very easy to resolve the problem easy.

create a batch file, called maybe delsqm.bat and fill it with the following lines:

@ECHO OFF

ATTRIB C:\*.SQM -R -S -H +A

DEL C:\*.SQM

What this does?

Well, first @ECHO OFF will remove any displayed text in the commandbox, so you only see a black box for a very short time.

The ATTRIB command removes hidden and readonly attributes from the file and replace them with the archive attribute for easy to delete them. Well the last command is deleting all the SQM files in your root directory.

Put this batchfile in your autostart directory. Default is c:\documents and setting\all users\startmenu\programs\startup\

Now on every Windows start all the SQM files will be deleted :)

Ciao Ciao :)

@ECHO OFF
attrib -r -s -h -a x:\*.sqm /s
DEL x:\*.SQM /s
pause

That code works a little better. (x: is your Windows hard drive)

@ECHO OFF
attrib -r -s -h -a x:\*.sqm /s
DEL x:\*.SQM /s
pause

That code works a little better. (x: is your Windows hard drive)

No need for /s since the SQM files for MSN are only created in the root. Having it look through all subfolders will just make it take longer.

@ECHO OFF
attrib -r -s -h -a x:\*.sqm /s
DEL x:\*.SQM /s
pause

That code works a little better. (x: is your Windows hard drive)

mhh, on my pc it takes a very long time with the first command ... and nothing happens except that my harddrive works all the time the dos-box is open. If i close it, working on hd ends. I'd wait 2 minutes, nothing happend.

What does /s?

  • 2 months later...
  • 2 months later...

1. Open Windows Media Player 10/11, go Tools > Options > Privacy >>

deselect (remove tick) for Windows Media Player Customer Experience Improvement Program.

2. SyncToy (if you have it) open it, go Help > Customer Feedback Options >>

Select No, I don't wish to participate.

3. Registry search and destroy. You may want to backup your whole registry first if you don't have faith in reg editing.

3a. Start >> Run >> type: regedit >> key: Enter

3b. Now in registry editor window, click on edit and then find (or simply Ctrl+F).

Enter " sqm ". When you hit contact with a result, inspect and kill(delete) if you deem necessary.

3c. F3 key will do more searching.

3d. Your done when no more results are found.

4. Let's make one or two of those batch files.

-Safe batch file, only removes .SQM files on home drive root.

Right click on desktop and select New > Text Document. Open it in notepad and paste the code:-

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

If you want Full SQM File Seek & Destroy, not considered safe. Change the code to this:-

attrib -r -s -h -a %HOMEDRIVE%\*.sqm /s
DEL %HOMEDRIVE%\*.SQM /s

Save and then rename the file " Fast SQM File Seek & Destroy.bat " or " Fast SQM File Seek & Destroy.bat " making sure whatever you call it has the extension .BAT

Or you could simply fire up good old Windowz search and select All files and folders > Root Drive(C:?) > Search system folders ON and hidden files ON, then search for "*.SQM" (no quotes). Sort the find results by directory by clicking on In Folder within at top of result list. Delete what you deem not worthy!

._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.

Done all that? Restart and continue your normal duties. Prey M$ are not checking up on your PC activities and check for .SQM files on the root of your home drive now and then.

Note: Some Applications actually use files with the .SQM extension. I have two games Operation Flashpoint and Armed Assault (ArmA) which both being same code base and program structure use .SQM files for missions and such. So be carefull what you delete.

Damn what a long post. Hope this info helps some.

Darkfall out.

  • 3 months later...
  • 1 month later...
I heard that in addition to NOT joining Microsoft's Customer Experience

Improvement Program (CEIP) from the Tools > Options > General page, you

also need to click on Help > Customer Experience Improvement Program

and choose the "I don't want to participate right now" option.

Sneaky how Microsoft puts this in two different places.

http://www.microsoft.com/communities/newsg...amp;m=1&p=1

Worked for me (without batch file)

Edited by adaman02
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Same Internet Archive seemed to grab the new version https://web.archive.org/web/20...d/Setup_MakeMKV_v1.18.4.exe
    • Windows 11 KB5094126, KB5093998 bugging out Office apps but it may not be Microsoft's fault by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. Although the tech giant did not acknowledge any major problems, some users online reported various issues ranging from OneDrive and Dropbox access problems, BitLocker recovery lockouts, to blue screens and BSODs. You can read about them in this dedicated piece. While there is still no confirmation about those problems from Microsoft the company has admitted to another bug which we did not report on. The tech giant has confirmed it has received reports of an issue in which certain third-party applications may be unable to launch Microsoft Office apps or open Office documents after installing the Patch Tuesday. This affects both Windows 11 as well as Windows 10. The company says the problem impacts a subset of applications that rely on OLE (Object Linking and Embedding) automation to communicate with Microsoft Office programs. According to Microsoft, affected scenarios involve third-party software attempting to open Office applications or documents from within their own interface. In such cases, the Office program may fail to launch altogether, or the requested document may not open. Oddly there may not be any error message, which probably makes the issue difficult to diagnose. The bug affects several Office products, including Word, Excel, PowerPoint, Access, and other apps in the Microsoft Office suite when they are launched through the affected software. These include tax and accounting software such as CCH Engagement and Workpaper Manager, dental practice management solutions like Dentrix and Softdent, as well as the popular research and reference management tool Zotero. Microsoft adds that other applications using similar Office integration methods could also experience the same problematic behavior. To understand the issue it is important to look at OLE, the Microsoft technology involved. OLE allows different applications to work together and share data, while its Automation feature lets one program control another. Thus this enables third-party software to launch Microsoft Office apps, open documents, and perform tasks automatically without requiring users to switch between programs. Because many accounting, healthcare, research, and business applications rely on OLE automation to interact with Word, Excel, PowerPoint, and other Office apps, any disruption can break those workflows. As a result, affected software may be unable to open Office documents or launch Office applications even though the programs themselves continue to work normally. At the moment the company has not provided a permanent fix though it has confirmed that engineers are actively working on a resolution, which will be delivered through a future Windows update. As such additional details will be shared once more information becomes available. In the meantime, Microsoft recommends a simple workaround for affected users whic is to open the Office application or document directly rather than launching it through the third-party program. For enterprise customers and organizations managing larger deployments, Microsoft says an additional mitigation is available. Admins experiencing the problem on their managed devices are advised to contact Microsoft Support for business to obtain and apply the workaround.
    • It saddens me when cars are such dull colours now. Mine is bright metallic blue and I absolutely adore it for standing out in contrast to that depressing backdrop of traffic.
    • Sparkle 2.20.0 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.0 changelog: Debloat Tweak has animated border New homepage loading UI New Tweak Modal (Markdown Supported) Refactored GPU Detection Added Tests with vitest Added foobar2000 to apps Added Localsend to apps Updated Modal Styles Added styles for disabled inputs Added Animated Border to debloat-windows tweak Bumped dependencies Refactor System info logic for speed Tweak info modals now support Markdown Added Clear System info cache to settings Redesigned Home Page Loading UI Changed Some Icons around the app Download: Sparkle 2.20.0 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • lol it was a typo, fixed! haha imagine an actual 4TB Gen4 NVMe for $40 in 2026
  • Recent Achievements

    • Reacting Well
      Dys Topia earned a badge
      Reacting Well
    • Conversation Starter
      NovaEdgeX earned a badge
      Conversation Starter
    • One Year In
      Console General earned a badge
      One Year In
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!