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.

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.

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

OpenWithAdd 1.2 – Supports Windows Vista

openwithadd supports windows vista - screenshots

When you right-click a file and choose Open With, and click the Choose Program… option, the list of registered applications are displayed in the Open With dialog. Programs that are not already listed in the Open With dialog can be added manually using the Browse… option.

OpenWithAdd tool which I wrote, can be helpful in circumstances where, when you browse to locate an application, it does not get added to the Open With dialog. It can now (v1.2 onwards) run under Windows Vista as well. Here are some screenshots: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