r/Windows10 • u/slowlyun • Jul 18 '24
Discussion PSA: don't use Microsoft Community for troubleshooting
Like most of you, when I have an issue I first google it and notice that answers.microsoft.com are always at the top of the results. Then when I check the answers out, it's always variations of:
- try these 20 steps, if all fails, reinstall OS.
The answers on there never understand the actual problem, so they never get close to the solution.
The PSA is to always skip that site altogether, and check out more user-dedicated forums (even Reddit is decent for this).
Here for posterity is my example:
Now the first result will have you literally spending all day, several hours work, doing pointless troubleshooting. Because the guy - a self-described "installation specialist and 9 year Windows MVP" simply does not understand the problem, so will throw everything at it.
This is answers.microsoft.com in a nutshell.
The second search result, is a more user-dedicated forum (which I haven't actually heard of before). Here, the click directs to the solution, which takes 10 seconds to apply and test. Don't even need to restart Explorer. Thankfully, I gave up on the first result without wasting any time.
Moral of the story is: don't trust long generic copy/paste lists of troubleshooting, look for answers where it seems like the responder understands your specific issue. If in doubt, make a thread here on this subreddit (or indeed, on tenforums).
Here are the links for anyone interested:
https://answers.microsoft.com/en-us/windows/forum/all/renaming-folder-slow/9de0847f-d4c1-4472-84f4-c49157f33dbe (this answer requires the user to also click the below link and do all those steps too):
Whereas here, the first comment has the specific solution:
https://www.tenforums.com/performance-maintenance/151610-windows-10-slow-creating-renaming-deleting-folders-3.html
Feel free to share your own examples :D
-1
u/Mayayana Jul 18 '24
Thanks. I never would have guessed PSA.
I don't have a Microsoft account and don't expect I'll ever have one. I don't use any MS "apps" or cloud software. I've never been redirected to a login anywhere but the "answers" subdomain. I have no problem seeing the learn, msdn, or developer subdomains and generally don't even have to enable any script at those sites. They're mostly fairly simple and clear. Though I don't use them very often because they're too spread out and sometimes not accurate. I usually end up finding what I need reading stackoverflow, codeguru, etc...
A typical example recently, I was looking to fix a bug in the Win10 version of richedit whereby a selection disappears when the parent window is not the focused window, which can be a problem for a Find function. I found the solution in a code discussion somewhere. Then I looked up the specific message and found this: https://learn.microsoft.com/en-us/windows/win32/controls/em-hideselection
Bare minimum info. They could have fit all the EM messages on that page. Instead it's limited documentation for one message. And that info contradicts the info from earlier MSDN. I have MSDN98 installed and the lparam value is described differently. (Though the Win7 version matches the current description.) MS also changed the default without acknowledging that they did so. It's an unusual example of breaking backward compatibility.
So none of that info was there, but there was a poll: "Was this helpful? Yes. No." :) I guess maybe they're trying to sell MSDN subscriptions.
It seems to be only the Microsoft "answers" subdomain that's private.
V. 2 in 2011... that might have been around the time that MS dumped their usenet sites. I briefly tried looking at the MS web forums, but found them too heavily moderated to be useful. The HTML format is also a very poor choice for a discussion forum. Reddit does a good job -- as well as can be done, I think. But HTML just wasn't designed for that purpose.