How to Add OEM Information and Logo in Windows 10

oem logo information customize

Computer manufacturers usually include their OEM brand info and logo in the System Properties applet when preinstalling Windows. This article tells you how to modify or add OEM information to the System Properties window in all versions of Windows, including Windows 10.

In Windows 10, the OEM information is shown in the modern Settings app (“About your PC” page) as well.Read more

Error 0x80070032 when creating a System Restore point in Windows Vista

When you try to create a System Restore point in Windows Vista, the following error may occur: Could not create the scheduled task for the following reason: The request is not supported. (0x80070032) This happens if the Windows Event Log and the Task Scheduler services are disabled. Follow these steps to fix the problem. 1. … Read more

How to Clear the Thumbnail Cache in Windows 10 or 11

Clear the Thumbnail Cache in Windows

Windows keeps a copy of all of your picture, video, and document thumbnails in a cache database so they can be displayed quickly when you open a folder. Sometimes due to thumbnail cache corruption, thumbnail previews may not work for some files, for a particular icon size or for all icons sizes.

Clear the Thumbnail Cache in Windows

In some cases, the thumbnail for some items will appear in grayscale although the original image is a color image. Sometimes, the thumbnail quality is mediocre that you can barely recognize the item by looking at it.

Clear the Thumbnail Cache in Windows

Thumbnail preview problems can be resolved by clearing the thumbnail databases and let the system rebuild it as required. To reset the thumbnail cache in Windows Vista, 7, 8 and Windows 10, use one of the methods in this article.Read more

Restore Point creation disabled by Group Policy

sr policy

When you start the System Restore utility (rstrui.exe), the message System Restore has been turned off by your system administrator. To turn on System Restore, contact your system administrator.” appears.

Also when you open System Properties and select the System Protection tab, the Create button may be grayed out, and the following message is displayed.Read more

How to Launch a Vbscript in Elevated Mode (Run as Administrator)

automatically elevate vbscript runas

With the introduction of User Account Control (UAC) in Windows Vista, you usually open an elevated Command Prompt in order to run batch files and scripts that need administrative privileges. Applications can make use of manifest files (using the RequireAdministrator flag) to automatically run elevated.

For scripts, this article provides you some neat little tricks using which you can automatically elevate using the ShellExecute “runas” parameter.

(See also How to Automatically Elevate a Batch file to Run it as Administrator? for another auto-elevation method.)Read more

Desktop.ini file automatically opens when you start Windows

desktop.ini opens at login

When you start your computer, the desktop.ini file may automatically open in Notepad. It may have the following contents: [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21787 Desktop.ini is a configuration file which can be used to customize folder icons, caption, etc., on a per-folder basis. The desktop.ini file (in your the Startup folder)  may open at startup if the hidden … Read more

Shell Commands to Access the Special Folders in Windows 10/11

The shell: protocol can be used to open a special folder directly from the Start → Search or the Run dialog. For example, the command shell:sendto opens the “Send To” folder of your user profile. To launch the Documents folder of your user profile, you’d type shell:Personal. Below is a complete shell: commands listing for … Read more

[Fix] .EXE Files Open in Notepad or Other App when Double-clicked

exe files open in notepad

Summary: Double-clicking an .exe file may open Notepad or any other application, displaying junk characters. On some systems, the Open with dialog may appear when double-clicking .exe files. This article explains how to fix the .exe file association in Windows 10 and 11.

Did you accidentally use the Default Programs or Open With dialog to associate .exe file types with an application like Notepad? This causes every program to open in that chosen application. Unfortunately, Windows does not provide an option to reset the .exe file associations. You need to fix the association settings using a .reg file or script.Read more