Scripts

Unable to import Windows Reg File: The specified file is not a registry script

WinReg

The Registry Editor is an advanced tool for viewing and modifying settings in the registry. This information contains information about how your computer runs etc. Windows stores its configuration information in a database called the registry in a tree format. In this article, you will learn how to fix the Unable to import Windows Reg File: The specified file is not a registry script. Please see How to add and verify a custom domain name to Azure Active Directory, and How to fix Windows Task Scheduler Service Greyed Out in Services MMC.

What is Windows Registry Key

Registration Entries (.reg) file is used to add, modify, or delete registry entries. The Registry Editor (regedit.exe) uses .reg files to import and export registry subkeys and values. You can use these .reg files to distribute registry changes to several Windows-based computers. When you run a .reg file, the file contents merge into the local registry.

Registry Editor enables you to inspect and modify the registry, normally you do not need to do so, and making incorrect changes can break your system.

An advanced user who is prepared to both edit and restore the registry can safely use Registry Editor for such tasks as eliminating duplicate entries or deleting entries for programs that have been uninstalled or deleted

See the following guides for some Windows Registry content I have written. What is Registry Editor and how to access the registry hives, and how to search through the Windows registry? You can view and find system information via the Windows registry. To view System Information using the MSINFO32 and Systeminfo switch, and how to enable or disable TLS 1.2 on a Windows Server via the Registry and PowerShell.

Unable to Import Windows Registry key

As you can see from the image below when you try to run a registry file (.reg) either by double-clicking it or via PowerShell. This guide will instruct you on how to fix this issue.

Screenshot-2021-08-09-at-23.54.18

As you can see in the file below. The registry version number is missing and it is also not properly indented.

To fix the .reg file issue. Ensure it is properly formatted as shown in the steps below.

Screenshot-2021-08-09-at-23.54.02

The solution to fixing the specified file is not a registry script

A ".reg" file has the following syntax as shown below and it must be followed else it will not work. PLEASE pay attention to the sample script on how it is outlined (indented). 

The RegistryEditorVersion is either Windows Registry Editor Version 5.00 for Windows 2000 and higher systems or REGEDIT4 for Windows 98 and Windows NT 4.0. Note that the REGEDIT4 header also works on Windows 2000 and higher computers, including Windows 10.

RegistryEditorVersion
Blank line
[RegistryPath1]
"DataItemName1"="DataType1:DataValue1"
"DataItemName2"="DataType2:DataValue2"
Blank line
[RegistryPath2]
"DataItemName3"="DataType3:DataValue3"

The first (1st) line should start with the registry editor version. This is the basic rule. Here is a similar guide on “how to target WSUS clients with the registry keys“. Open (edit) the .reg file using Notepad.

  • Enter the version number (ensure the registry editor version is entered as shown below).
  • Leave a blank space
  • Enter the reg key syntax as shown below.
Screenshot-2021-08-09-at-23.53.02-1

That should fix the error and as you can see, I was able to add the registry keys. See how to enable or disable TLS 1.2 on a Windows Server via the Registry and PowerShell for more information.

Screenshot-2021-08-09-at-23.51.21-1

You may like these: How to add and modify the Windows Registry from the Command Prompt. Please also see how to display Windows system information via the Windows registry.

I hope you found this blog post helpful on how to fix “Unable to import Windows Reg File: The specified file is not a registry script”. If you have any questions, please let me know in the comment session.

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x