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

    • This sounds like underneath the nice marketing spin, either someone at Adobe got tired of their lazy devs and asked Microsoft to train them to help sort Adobe's old spaghetti code to make it go faster, or Microsoft wanted Adobe's crap to run better on Windows to make it look better against Apple, so they offered to intervene. Either way, GOOD.
    • My favorite file manager for Windows 11 finally gets a long-requested feature by Taras Buria Files is among the best File Explorer alternatives for Windows 10 and 11. This free app is packed with all sorts of features and conveniences, but there is one crucial feature that is still missing—Tree View. Fortunately, the latest update in the Preview channel finally delivers it. With version 4.1.4, which is now available for download in the Preview channel, developers implemented Tree View, a new mode that displays folders in an expandable hierarchy. Windows 11's stock File Explorer always had this feature, but it was nowhere to be found in Files until now. Starting with the latest preview update, you can expand each drive and its nested folders without leaving the current location and then open the folder you need in the main view. To try Tree View in Files, update the app to the latest preview version, then click the small arrow next to a drive to expand its content. The developers say they are rolling out Tree View in Preview first to gather feedback from users and improve the feature before bringing it to all in the stable channel. In addition to Tree View, Files 4.1.14 improves the Windows Fonts folder. You can now preview each font directly in Files with no need to open the built-in font viewer. For now, these two features are only available in the Preview channel. For those using the stable release, developers recently released version 4.1.3, with improvements for the built-in tag system, on-demand folder size calculation, and plenty of various fixes. You can check out the full release notes here. You can download Files from the Microsoft Store (paid version) or its official website (free).
    • Who is paying for this 30x scale-up? Its sounds expensive.
    • Millions of users to benefit from Windows 11's new performance boost on Adobe Photoshop by Sayan Sen Despite the advent of AI-generated imagery, Adobe's Photoshop remains one of the most popular tools on this planet. Adobe does not have a publicly reported total user count but it's probably not wrong to assume there are millions. As of 2025, Adobe Creative Cloud has had approximately 41 million paid subscribers, many of whom likely use Photoshop. In addition, more than 166,000 companies worldwide are apparently also using the app. These figures are according to a very recent report by SQ Magazine. Out of them, it is fair to assume that many are probably running Windows. As such, there is good news for these users as Microsoft has announced Photoshop is getting a big 20% performance boost on x86-64 (AMD64) systems and a 13% bump-up on Arm devices. This is definitely great news for them as many have complained about the slow performance and general sluggishness of Photoshop on Windows 11 ever since the advent of the latter back in 2021. If you are wondering how Microsoft managed to do this, the answer lies in a combination of compiler-level optimizations and a technology called Sample Profile Guided Optimization (SPGO). According to Microsoft, Adobe worked closely with the company’s Visual C++ team and adopted the latest MSVC toolchain enhancements together with SPGO to squeeze more performance out of Photoshop’s CPU-bound workloads. Unlike traditional Profile Guided Optimization (PGO), which requires developers to create special instrumented builds and run lengthy training workloads, SPGO gathers performance data directly from optimized release binaries. This means Adobe could collect real-world usage information which gives a major advantage to this technique, as companies could leverage data collected from actual customer workloads rather than only relying on synthetic benchmark runs. In theory, this should allow optimizations to better reflect how users interact with software in the real world. Thanks to this, there are improvements to code layout, function inlining, hot-and-cold code separation, and other low-level tweaks that help processors execute instructions more efficiently. Essentially the compiler is better able to identify “hot” code paths, those which are most frequently executed, and optimize them accordingly.
    • "The 2TB Samsung 990 PRO NVMe SSD hits lowest price in over three months¨ I'd prefer to see the lowest price in over a year
  • Recent Achievements

    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      521
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      81
    5. 5
      ATLien_0
      70
  • Tell a friend

    Love Neowin? Tell a friend!