Monday, 19 May 2025

Clear explorer search history


 Clear explorer search history

When you search for files and folders in Explorer, it saves all of your searches. If for some reason you need to clear this list, you can do the following. For Windows 10, everything is simple enough. In Explorer, on the Search tab (appears when you search for files), click Previous searches - Clear search log. For Windows 7 you need to open Registry Editor (press WIN + R and run regedit) and go to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerWordWheelQuery. To the right will be the parameters with the search values in encrypted form. Delete all the parameters manually.

Check CPU temperature in Windows 10


 Check CPU temperature in Windows 10

If you need to find out the processor temperature in Windows 10 and you do not have the necessary software at hand, you can find it out using the system's built-in tools. To do this, run the command line as an administrator and run the command wmic /namespace:rootwmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature. After a couple of seconds, the CurrentTemperature field will display one or more temperatures in Kelvin. To convert it to degrees Celsius, divide the value by 10 and subtract 273.15.