Author Topic: Fix Windows 10 problems with these troubleshooting tools from Microsoft  (Read 6487 times)

0 Members and 1 Guest are viewing this topic.

Offline parkd1

  • Sr. Member
  • ****
  • Join Date: Jan 2013
  • Posts: 269
  • Karma: 7
    • View Profile

Offline Shane

  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9281
  • Location: USA
  • Karma: 137
  • "Knowledge should be shared not hidden."
    • View Profile
Re: Fix Windows 10 problems with these troubleshooting tools from Microsoft
« Reply #1 on: September 18, 2015, 10:27:08 am »
Nice, while some of them I already have in the Windows Repair and others I cant run the commands as they target something specific, I did see a lot of little commands that should be added.

What cracks me up is how horrible the app store and updates are done now. By having the "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName" be something different than what it wants it to be, will cause the problem. How hard is it to call the Windows API to pull the Windows version? What programmer at Microsoft is relying on a registry value that any user can change or delete?

Someone needs dragged out to the parking lot and beat :tongue:

Shane

Offline parkd1

  • Sr. Member
  • ****
  • Join Date: Jan 2013
  • Posts: 269
  • Karma: 7
    • View Profile
Re: Fix Windows 10 problems with these troubleshooting tools from Microsoft
« Reply #2 on: September 19, 2015, 07:27:56 am »
I agree. The whole team should be. :tongue:

Offline Julian

  • "Professional Googler"
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jun 2015
  • Posts: 1325
  • Location: USA, New Mexico
  • Karma: 38
    • View Profile
Re: Fix Windows 10 problems with these troubleshooting tools from Microsoft
« Reply #3 on: September 20, 2015, 07:06:40 pm »
lol here is a command i use a lot now
Code: [Select]
wmic os get caption,version
Julian