- Open Shell (cmd.exe) as Administrator
- run the following powershell command:
powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’). OA3xOriginalProductKey"
Showing posts with label Windows Articles. Show all posts
Showing posts with label Windows Articles. Show all posts
How to retrieve the key license of Windows from UEFI
How to fix slow right click menu int your desktop windows

1) Open from cmd the regedit.exe comamnd
2) open the path:
HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers
3) save (with export option) the branch in your computer.
4) delete entries one at a time, and try right-clicking each time.
5) when you find the item that locks the menus, reload the file saved in
your computer and remove only that item
If you want to use a program yo can use ShellExView
Scan and repair corrupted System Files
Open a shell command as Adminsitrator
cmd
and run the following comamnd:
sfc /scannow
If you have an error you can fix it wih the following command:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
If you have an error you can fix it wih the following command:
DISM /Online /Cleanup-Image /RestoreHealth
Unblock Windows Update when installing updates is impossible
The orgianl post is here
net stop wuauserv
attrib -r %systemroot%\SoftwareDistribution /S /D
rd /s /q %systemroot%\SoftwareDistribution
net start wuauserv
shutdown -r
How to active "Ultimate Performance" on windows 10
A new power scheme – Ultimate Performance: Demanding workloads on workstations always desire more performance. As part of our effort to provide the absolute maximum performance we’re introducing a new power policy called Ultimate Performance. Windows has developed key areas where performance and efficiency tradeoffs are made in the OS. Over time, we’ve amassed a collection of settings which allow the OS to quickly tune the behavior based on user preference, policy, underlying hardware or workload.
While Microsoft has restricted the new Ultimate Performance power plan to only be available for the Windows 10 Pro for Workstations edition by default, it can easily be enabled (added) in any edition of Windows 10 version 1803 (build 17101) and later.
This tutorial will show you how to add or remove the Ultimate Performance power plan scheme in any edition of Windows 10 version 1803 and later.
How to Disable Teredo Tunneling Pseudo-interface
To remove Teredo Tunneling Pseudo-interface run the following command:
netsh interface teredo set state disabled
netsh interface teredo set state disabled
Xbox sign-in with error code " 0x406" on Windows 10
Run Powershell as Administrator and run the following commands:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Now, restart your computer
When windows is on, re-open Powershell as administrator and run the follow command:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Go in windows store and you check if xbox app is installed otherwise install it.
Run xbox and now the app is connected.
Good luck.
My external USB hard drive is not working but it is detected. Avira blocks it
I have a WD Element desktop of 3Tb (external) where I store my data as backup.
Lately, the HD was not working, but it is detected......
A real mystery.
I can not explain why, but AVIRA blocked it......
I tried everything; I thought of drivers, then windows upgrades, but I did not find the solution.
Then I found this post and suggested the following winner procedure:
Subscribe to:
Posts (Atom)

















