How in heck do you import reg keys?
I thought, just transport them over and execute them.
I keep getting an error. "The specified file is not a Registry script"
And i somewhat did a search....brought up to many threads, none with a specific title as this issue.
Is there a reg hack to enable reg importing??
Mikey1022 said:
How in heck do you import reg keys?
I thought, just transport them over and execute them.
I keep getting an error. "The specified file is not a Registry script"
And i somewhat did a search....brought up to many threads, none with a specific title as this issue.
Click to expand...
Click to collapse
You just copy and execute them.
Incase they are not working, before you copy to your phone - right clik reg key and click edit type this in the first line of the registry key (in other words, it should be the first line):
REGEDIT4
save it, copy it to your phone and execute them. See if that works.
If it still does not work, open Resco Explorer and execute the file and hopefully that should work.
Good Luck !
All the above has been tried.
Mikey1022 said:
All the above has been tried.
Click to expand...
Click to collapse
Wierd.
What are you trying to do? Can you ellaborate, please?
I've never had a problem in importing registry keys.
It depends on the format of the registry key. You can't use normal Windows desktop format if I recall. The file must have a .reg extension (sure you checked that). Can you post a snippet of what your key format looks like?
The key must look something like this (exported from Reg Editor):
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Shell\StartMenu]
"Order"=hex(7):41,00,63,00,63,00,65,00,73,00,73,00,6F,00,72,00,69,00,65,00,73,00,00,\
00,42,00,6C,00,75,00,65,00,74,00,6F,00,6F,00,74,00,68,00,20,00,4F,00,70,00,\
74,00,69,00,6F,00,6E,00,73,00,00,00,47,00,61,00,6D,00,65,00,73,00,00,00,4F,\
00,66,00,66,00,69,00,63,00,65,00,20,00,4D,00,6F,00,62,00,69,00,6C,00,65,00,\
00,00,00
"Command"=":MSMRULauncher"
"Hide_Labels"=dword:00000000
"GridView"=dword:00000001
"SelectY"=dword:00000000
"SelectX"=dword:00000000
Import my old reg keys for links.
I used the CHome config to reorder the pages and fuked them up.
i updated the program today, so i am trying to import the keys back.
Instead of doing all those changes manually
Mikey1022 said:
Import my old reg keys for links.
I used the CHome config to reorder the pages and fuked them up.
i updated the program today, so i am trying to import the keys back.
Instead of doing all those changes manually
Click to expand...
Click to collapse
Can you post a snippet or two of what the old .reg files look like that you are trying to import?
Here you go.
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings]
"DisabledPlugins"="CMessage;CMusic;CMyPhotos"
"Plugins"="CClock;CTestUIPlugin;CHome;CAppointments;CLinks;CMyApplication;CWelcomeCenter;Settings;CMyFaves;CWindowsLive"
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\CAppointments]
"ICONPATHS"="\windows\cal_s.png;\windows\cal_s.png"
"LocName"="Appointments"
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\CAppointments\Images]
"chCalendar_allday_oof_conflict"="2257"
"chCalendar_allday_busy_conflict"="2257"
"chCalendar_allday_tentative_conflict"="2256"
"chCalendar_allday_free_conflict"="2257"
"chCalendar_appt_oof_conflict"="2257"
"chCalendar_appt_busy_conflict"="2257"
"chCalendar_appt_tentative_conflict"="2256"
"chCalendar_appt_free_conflict"="2257"
"chCalendar_allday_oof"="2255"
"chCalendar_allday_busy"="2255"
"chCalendar_allday_tentative"="2254"
"chCalendar_allday_free"="2255"
"chCalendar_appt_oof"="2255"
"chCalendar_appt_busy"="2255"
"chCalendar_appt_tentative"="2254"
"chCalendar_appt_free"="2255"
"chCalendar_addnewappointment"="2253"
"chCalendar_noappointments"="2252"
Click to expand...
Click to collapse
check with resco explorer if the file have ext (name).reg
Mikey1022 said:
How in heck do you import reg keys?
I thought, just transport them over and execute them.
I keep getting an error. "The specified file is not a Registry script"
And i somewhat did a search....brought up to many threads, none with a specific title as this issue.
Is there a reg hack to enable reg importing??
Click to expand...
Click to collapse
it does
Here check it out
Mikey1022 said:
Here check it out
Click to expand...
Click to collapse
mikey rename your .reg file to .ccs then execute them
Holy Cow, that worked
do you know why i wont import them the other way, though?
Mikey1022 said:
Holy Cow, that worked
do you know why i wont import them the other way, though?
Click to expand...
Click to collapse
no but some times this happons to me to
lol, i just recently got finished messing with my reg files because they weren't importing correctly. from what i can see from your registry snippet, and what fixed it for me was that i used mobileregistryeditor to export my keys, and it didn't add double \\, so it would import WindowsExplorer.exe instead of windows\explorer.exe. It was only once i exported with resco and compared the two that i noticed the missing extra \ in the exported files.
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\ CAppointments]
"ICONPATHS"="\windows\cal_s.png;\windows\cal_s.png "
"LocName"="Appointments"
vs.
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\ CAppointments]
"ICONPATHS"="\\windows\\cal_s.png;\\windows\\cal_s.png "
"LocName"="Appointments"
I used the same program.
I think i will be using resco to export them from now on.
Thanks, had the same problem, this works well
Solved my problem, thanks to both of you.
bigteribletexas said:
lol, i just recently got finished messing with my reg files because they weren't importing correctly. from what i can see from your registry snippet, and what fixed it for me was that i used mobileregistryeditor to export my keys, and it didn't add double \\, so it would import WindowsExplorer.exe instead of windows\explorer.exe. It was only once i exported with resco and compared the two that i noticed the missing extra \ in the exported files.
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\ CAppointments]
"ICONPATHS"="\windows\cal_s.png;\windows\cal_s.png "
"LocName"="Appointments"
vs.
[HKEY_LOCAL_MACHINE\Security\CHome\DefaultSettings\ CAppointments]
"ICONPATHS"="\\windows\\cal_s.png;\\windows\\cal_s.png "
"LocName"="Appointments"
Click to expand...
Click to collapse
rickwyatt said:
mikey rename your .reg file to .ccs then execute them
Click to expand...
Click to collapse
Try to put this string in the first line instead of REGEDIT 4
Windows Registry Editor Version 5.00
All my .reg files have this and I have no problem importing
Hope it was helpful
Cheers
germansak said:
Try to put this string in the first line instead of REGEDIT 4
Windows Registry Editor Version 5.00
All my .reg files have this and I have no problem importing
Hope it was helpful
Cheers
Click to expand...
Click to collapse
this was the same thing i was going to suggest. I was having the same issues as mikey and when i changed from REGEDIT4 to Windows Registry Editor Version 5.00 the keys i was trying to import worked!
thats really weird
[Updated 21.02.10] New version 0.5.5 with rgu support !!!
WinCE Registry Editor (mRegEdit), v.0.5.5
Description:
An application to work with registry files with MDI graphic interface.
- supported files: .hv, .rgu
- not supported yet: .reg, .provxml, .fdf
Release history:
---------------------
V. 0.5.5
+ Support .rgu files
V. 0.5.4
+ Added search function
V. 0.4.0 (Beta)
Thanks will try
New version 0.5.4 with search function !!!
New version 0.5.4 with search function.
AnDim
Nice App Work with it right Now it's really nice
Thanks
Hi AnDim,
Nice tool to use in combination with the htcRIE tool. Thank you for that! Anyway you could make it possible to import reg- or rgu-files? That would make this even better!
Cheers,
/Cacti
Support .rgu files
Very nice utility, thank you for this.
I am using it on Windows 7 and one thing I did notice is that when browsing for a file to open it did not show any of the .rgu files. I had to go to the Files and Folders options on my computer and uncheck the option to Hide Protected Operating System Files. Using Ervius Visual Kitchen, I do not have to do this so maybe there is a option somewhere that can be set in the code to show all of the files? Would be great to include this as an option somehow.
Thanks for the new relase
Whats up with some keys being in red color?
And what does the program do when inside the file exist two value names with the same value data in the same key?
It keeps the last one?
Like this:
[HKEY_CURRENT_USER\ControlPanel\Sounds\VTCallWaiting]
"Category"="InCall"
"Category"="Ring"
Thanks.
Edited...
It seems that the keys in red are the keys that will be deleted.
And the last one is kept.
Could you add an option to ask the user which value to keep?
I'm not getting how to use this. How do I connect to my device? I assumed I had to find the default or user.hv files, but I cannot find them.
Thraka said:
I'm not getting how to use this. How do I connect to my device? I assumed I had to find the default or user.hv files, but I cannot find them.
Click to expand...
Click to collapse
Copy them to your desktop (out of \windows).
When should we expect a newer version? Any thoughts on my suggestion on my previous post?
Please add import rgu option it would be very useful anyway thanks for this great app
thank you .............
Hello,
This tool is fantastic. It's the only program that allowed me to change my .hv files without problems (I tried CeRegEditor and manual RGUcomp but all these methods failed in my case).
The only thing I miss is the possibility to import data from rgu/reg or even txt. Pleeeease
Regards
Skrobel
I installed this tweak and it did what it said it would, but I need to add more apps to the "whitelist." Is there an actual file that can be edited to do this, and if so, where is it and what is it called? If all this cab does is modify the registry, what keys did it modify?
extract the cab file and use a notepad like editor to open up the files from the cab - there u can see what it edits in the registry (as i remember there is existing some keys in the registry for what you want - dont ask me where - i cannot remember anymore)
Yeah, I just downloaded WinCE Cab Manager and used it for something similar. Thanks.
here is my list i always use... i got it off xda somewhere and added a few things.