Marztabator Posted September 8, 2010 Posted September 8, 2010 The sort of characters that a regfile can't import? I learnt about this quite recently when inquiring about how to adjust some tag values remotely for dBpoweramp... http://forum.dbpoweramp.com/showthread.php?t=21865 Turns out it inserts an "\r" thingy between the values that RegEdit can't capture. Spoon suggests I find a program that can add that sort of character into the registry and understand it correctly, but he doesn't know of any such tools himself. Do any exist or will I ultimately be forced to use dMC's own config program?
CharlotteTheHarlot Posted September 9, 2010 Posted September 9, 2010 Over at System Internals there was a utility/demo called RegHide. It seems to be gone now (broken link) or at least the website searching is not working right. This demo covered the methods of what you are asking. Maybe the Wayback Machine can find it or you can ask on the forum. Note that the forum searching there sucks also.The nearest living relative at System Internals is RegDelNull. It is used to remove the bad characters from the registry placed there by RegHide or other methods.
jaclaz Posted September 9, 2010 Posted September 9, 2010 It seems to be gone now (broken link) or at least the website searching is not working right. Broken google? Current:http://technet.microsoft.com/en-us/sysinternals/dd581628.aspxJust in case :http://sysinternals.freedoors.org/sysinternals-Real/jaclaz
CoffeeFiend Posted September 10, 2010 Posted September 10, 2010 Writing a carriage return into the registry is pretty easy -- at least inside a REG_SZ value. It's like 3 lines of vbscript... No need to use any fancy API to do it (regedit won't show it but it will definitely be in there). However, if it's stored inside a REG_MULTI_SZ value than that's another story (forget about vbscript then but C++ will do the job just fine using the usual RegSetValueEx function)
CharlotteTheHarlot Posted September 10, 2010 Posted September 10, 2010 It seems to be gone now (broken link) or at least the website searching is not working right. Broken google? Nah, it was the Microsoft Bing powered search at the System Internals section of Microsoft.com. No patience to debug it now, but it just didn't do anything (on Opera 9, scripting enabled). Guess it is either Flash or Silverlight problem. But I figured Google would work fine from outside MS though. There is some kind of irony there!
jaclaz Posted September 10, 2010 Posted September 10, 2010 Maybe, just maybe, something like these could work? http://www.codeproject.com/KB/system/registryasxml.aspxhttp://www.codeproject.com/KB/XML/registryxml.aspxOr maybe good ol' Registry Viewer:http://paullee.ru/regstry.htmlhttp://translate.google.com/translate?u=http%3A%2F%2Fpaullee.ru%2Fregstry.html&sl=ru&tl=en&hl=&ie=UTF-8jaclaz
Marztabator Posted September 13, 2010 Author Posted September 13, 2010 Writing a carriage return into the registry is pretty easy -- at least inside a REG_SZ value. It's like 3 lines of vbscript... No need to use any fancy API to do it (regedit won't show it but it will definitely be in there). However, if it's stored inside a REG_MULTI_SZ value than that's another story (forget about vbscript then but C++ will do the job just fine using the usual RegSetValueEx function)Oooooh, you happen to know where I can find such a script, or if one can be reproduced on here? I believe the value I wish to change is a REG_SZ, so it shouldn't be too much of a problem.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now