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

    • Latest Rufus update improves new Windows 11 install method by Taras Buria Pete Batard, the maker of Rufus, a very popular app for creating bootable Windows (and other OS) media, has released a new beta version of its app. Rufus 4.15 beta is now out, and while it offers no new features, there are all sorts of improvements and fixes, including for the new Windows 11 installation method that was introduced in version 4.14 in early May. The "Silent Windows 11 installation" is a new feature whose goal is to automate operating system installation. All you have to do is boot from the drive, and then Rufus takes over, doing all things for you, such as setting up a new account, skipping ads and prompts, and more. It is a very handy tool, but initially, it had some bugs and issues that required addressing. With version 4.15 beta, Rufus is fixing that, particularly a bug with installation failing at 75%, crashes on Snapdragon X-based PCs, and more. Here is the changelog: Rufus 4.15 beta is now available for download from its GitHub repository. If you have never used Rufus before, you can check out our guide here. It is a very useful utility to have, as it allows you to deal with plenty of Windows 11's annoyances, which are still there, despite Microsoft's ongoing efforts to fix them.
    • Microsoft fixes one of Excel Copilot's most frustrating limitations by Usama Jawad Microsoft began integrating Copilot into Excel a couple of years ago and has been upgrading it with new functionalities since then. While some changes have been controversial, Microsoft is hoping to win over users by allowing them to be more productive via Copilot. To that end, it has now announced a Copilot improvement that may actually be appreciated by people who use it regularly. Excel customers often use the Copilot prompt box to issue instructions to format and customize their data, but it can become quite tiring to keep repeating the same instructions again and again. Microsoft now allows you to define Copilot personalization rules for formatting, naming conventions, formulas, and report styles. These can be accessed via Settings > Personalization, where you can explain your rules in natural language like "Always format currency in USD with no decimals", and just let Copilot take care of the rest. Microsoft is going a step further in this direction by allowing you to set workbook rules too. These rules are stored as a .Rules sheet, and are preserved while the workbook is shared. This fosters collaboration while making sure that standard rules govern the Copilot editing experience across the organization. Other advantages of this capability include pointing it to specific examples, defining dynamic formulas, and referencing an entire sheet and asking Copilot to infer rules based on that. You can leverage this feature by opening Copilot in Excel, clicking on "+", and selecting Create workbook rules. If you have an existing .Rules sheet, you can simply start listing the rules in column A as well. Personalization features are available to all Copilot in Excel users across the web, Mac, and Windows. Meanwhile, workbook rules are currently being previewed for Windows and Mac customers on the Insiders channel. General availability is scheduled after a few weeks, but a concrete date is currently unknown. Overall, the Excel capability is quite similar to ChatGPT's memory features, which allow you to permanently store items in the AI model's context window.
    • Imagine you still haven't discovered Total Commander that is doing all those things for three decades already...
    • This sounds like underneath the nice marketing spin, either someone at Adobe got tired of their lazy devs and asked Microsoft to help them sort at least some of Adobe's ancestral spaghetti code to make it go faster, or Microsoft wanted Adobe's crap to run better on Windows to make it look better when compared to 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).
  • Recent Achievements

    • One Month Later
      Vincian earned a badge
      One Month Later
    • 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
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      79
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!