cdexw Posted February 3, 2009 Posted February 3, 2009 If I want to do any change in registry on left hand side only by using "Regwrite comand" then how can I do that for example if I want to change only word "COREL| in given screenshot as an example then what is the exect command to do that I can make chanages in value on left side but I am unable to change it in right sideRegwrite("HKEY_LOCAL_MACHINE\SOFTWARE\CORELfor example if I want to change word |COREL" to word "Adob" or any other thing then how can I do that
water Posted February 3, 2009 Posted February 3, 2009 My understanding is that you'll have to copy the path with a new name and then delete the old one.See: http://www.autoitscript.com/forum/index.php?showtopic=35581 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
cdexw Posted February 4, 2009 Author Posted February 4, 2009 But if I want to rename like the picture shown below then how I can rename CROWN to any other name as if I delete the key then every thing in that key will be deleted too. I only want to know whether we can rename that function or not??
rudi Posted February 4, 2009 Posted February 4, 2009 Hi. But if I want to rename like the picture shown below then how I can rename CROWN to any other name as if I delete the key then every thing in that key will be deleted too. I only want to know whether we can rename that function or not?? Interesting question. I've found this one, that might help you: In an older version of "reg.exe" there is a "/find" parameter that allows for a searchstring and replacestring option. Command-line registry manipulation utility version 1.10. Copyright Microsoft Corporation 1997. All rights reserved. REG FIND HKLM\SOFTWARE SomeString NewString Recursively searches for and replaces any key or value containing the string "SomeString" with "New String". I don't know, where from to get REG.EXE v1.10, may be XP or XP SP1? Regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
99ojo Posted February 4, 2009 Posted February 4, 2009 (edited) But if I want to rename like the picture shown below then how I can rename CROWN to any other name as if I delete the key then every thing in that key will be deleted too. I only want to know whether we can rename that function or not??Hi,just look at the function of the link above by water. See: http://www.autoitscript.com/forum/index.php?showtopic=35581This will copy the whole reghive with subkeys to a new regname and delete the old one. This is not really a rename, but the result is as you wanted.;--))Stefan Edited February 4, 2009 by 99ojo
Aladdin Posted February 5, 2009 Posted February 5, 2009 there should be a direct Function() to Rename Registry Enteries/Keys. _______________________________
cdexw Posted February 7, 2009 Author Posted February 7, 2009 the 1st given link of Mr.Big Dady doesn't work at all for me give me some other method if available?
BrettF Posted February 7, 2009 Posted February 7, 2009 What link?? All links in this thread are working for me... Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
cdexw Posted February 10, 2009 Author Posted February 10, 2009 What link?? All links in this thread are working for me... I am unable to copy registry entries from the given link
BrettF Posted February 10, 2009 Posted February 10, 2009 Can you please post the code you are currently using. Thanks, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
cdexw Posted February 10, 2009 Author Posted February 10, 2009 Can you please post the code you are currently using.Thanks,BrettI am unable to post the code because I don't know from where to start that code which just do the above mention thing by me in my initial posts
BrettF Posted February 10, 2009 Posted February 10, 2009 (edited) Well if you have no code, then how do you expect it to work? Its like having an .au3 file with this: ;Comment Line Does shit all. Now we've given you the answers. Now its up to you to apply them! Cheers, Brett Edited February 10, 2009 by BrettF Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now