Jump to content
Welcome to our new Citrix community!
  • 0

Import Registry File


Question

5 answers to this question

Recommended Posts

  • 0

Bumped into this issue today.  Found this topic while searching for a solution.

What is not explained well is that the import will choke if you have multiple identical keys in the file you are working with.

For example:

 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"TaskbarAnimations"=dword:0

 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"IconsOnly"=dword:1

 

A file with a structure like that will fail the import with no error.
If you modify it like this, then it will import without issue.

 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"TaskbarAnimations"=dword:0

"IconsOnly"=dword:1

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...