PC Review
Forums
Newsgroups
Windows XP
Windows XP Embedded
Re: For Andy Allred [MS]...
Forums
Newsgroups
Windows XP
Windows XP Embedded
Re: For Andy Allred [MS]...
![]() |
Re: For Andy Allred [MS]... |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Do you mean to have "Windows\NT\" or do you mean "Windows NT"?
Andy -- This posting is provided "AS IS" with no warranties, and confers no rights. ========================================================== "Robert" <rgibb29@hotmail.com> wrote in message news:03c601c36d99$5df11390$a301280a@phx.gbl... > Hi Andy, > > I checked out the post you were talking about, but it > has to do with the REGSETVALUE script command. Although > this info is very helpful mine is bombing out on the > REGCREATEKEY script command. I am getting an invalid > value error. I don't know why I have tried a bunch of > different ways to get it to work, but it fails everytime. > Can you look at this line below and tell me if you see > anything wrong? This is the first line that it fails on. > Thanks... Robert > > REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, > SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB82398 > 0\Installed , DAREG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS > > > >-----Original Message----- > >Please read the thread from two days ago on this subject, > John Macintyre > >discusses this in the thread dated: > >Tuesday, August 26, 2003 7:37 AM > >Subj: Problems setting Key with DUA - Please Help! > > > >Andy > >-- > > > >This posting is provided "AS IS" with no warranties, and > confers no rights. > >========================================================== > > > > > >"Robert" <rgibb29@hotmail.com> wrote in message > >news:089a01c36d81$43a966d0$a001280a@phx.gbl... > >> Hi Andy, > >> > >> I am trying to compile my DUA Script and I am > erroring > >> out on the first RegKey I am trying to create. Can you > >> tell me what I am doing wrong. I have the print out on > >> Creating Keys. I think I am following it to the letter, > >> but it keeps bombing out when I try to compile it. Here > >> is the key it is failing on: > >> > >> > >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, > >> > SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB82398 > >> 0\Installed , DAREG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS > >> > >> I am not sure what some of the options should be set to, > >> so that may be my problem. Any help would be great. > >> > >> Thank you, > >> > >> Robert > >> > > > > > >. > > |
|
|
|
#2 |
|
Guest
Posts: n/a
|
That is a typo. It is actually Windows NT. Here is the
actual command that I have copied and pasted from the script. REGCREATEKEY,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Window s NT\CurrentVersion\Hotfix\KB823980 \Installed,DAREG_OPTION_NON_VOLATILE,983103 Thanks, Robert >-----Original Message----- >Do you mean to have "Windows\NT\" or do you mean "Windows NT"? > >Andy >-- > >This posting is provided "AS IS" with no warranties, and confers no rights. >========================================================== > > >"Robert" <rgibb29@hotmail.com> wrote in message >news:03c601c36d99$5df11390$a301280a@phx.gbl... >> Hi Andy, >> >> I checked out the post you were talking about, but it >> has to do with the REGSETVALUE script command. Although >> this info is very helpful mine is bombing out on the >> REGCREATEKEY script command. I am getting an invalid >> value error. I don't know why I have tried a bunch of >> different ways to get it to work, but it fails everytime. >> Can you look at this line below and tell me if you see >> anything wrong? This is the first line that it fails on. >> Thanks... Robert >> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, >> SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB82398 >> 0\Installed , DAREG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS >> >> >> >-----Original Message----- >> >Please read the thread from two days ago on this subject, >> John Macintyre >> >discusses this in the thread dated: >> >Tuesday, August 26, 2003 7:37 AM >> >Subj: Problems setting Key with DUA - Please Help! >> > >> >Andy >> >-- >> > >> >This posting is provided "AS IS" with no warranties, and >> confers no rights. >> >========================================================== >> > >> > >> >"Robert" <rgibb29@hotmail.com> wrote in message >> >news:089a01c36d81$43a966d0$a001280a@phx.gbl... >> >> Hi Andy, >> >> >> >> I am trying to compile my DUA Script and I am >> erroring >> >> out on the first RegKey I am trying to create. Can you >> >> tell me what I am doing wrong. I have the print out on >> >> Creating Keys. I think I am following it to the letter, >> >> but it keeps bombing out when I try to compile it. Here >> >> is the key it is failing on: >> >> >> >> >> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, >> >> >> SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB82398 >> >> 0\Installed , DAREG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS >> >> >> >> I am not sure what some of the options should be set to, >> >> so that may be my problem. Any help would be great. >> >> >> >> Thank you, >> >> >> >> Robert >> >> >> > >> > >> >. >> > > > >. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi Robert
Create this key: REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\KB823980,,Comments,DAREG_SZ,,"Windows XP Hotfix - KB823980" than create and set the value: REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\KB823980,,Installed,4,1 Mario "Robert" <rgibb29@hotmail.com> wrote in message news:027d01c36da4$db7d6c40$a601280a@phx.gbl... > That is a typo. It is actually Windows NT. Here is the > actual command that I have copied and pasted from the > script. > > REGCREATEKEY,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Window > s NT\CurrentVersion\Hotfix\KB823980 > \Installed,DAREG_OPTION_NON_VOLATILE,983103 > > Thanks, > > Robert > > > >-----Original Message----- > >Do you mean to have "Windows\NT\" or do you mean "Windows > NT"? > > > >Andy > >-- > > > >This posting is provided "AS IS" with no warranties, and > confers no rights. > >========================================================== > > > > > >"Robert" <rgibb29@hotmail.com> wrote in message > >news:03c601c36d99$5df11390$a301280a@phx.gbl... > >> Hi Andy, > >> > >> I checked out the post you were talking about, but it > >> has to do with the REGSETVALUE script command. Although > >> this info is very helpful mine is bombing out on the > >> REGCREATEKEY script command. I am getting an invalid > >> value error. I don't know why I have tried a bunch of > >> different ways to get it to work, but it fails > everytime. > >> Can you look at this line below and tell me if you see > >> anything wrong? This is the first line that it fails > on. > >> Thanks... Robert > >> > >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, > >> > SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB82398 > >> 0\Installed , DAREG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS > >> > >> > >> >-----Original Message----- > >> >Please read the thread from two days ago on this > subject, > >> John Macintyre > >> >discusses this in the thread dated: > >> >Tuesday, August 26, 2003 7:37 AM > >> >Subj: Problems setting Key with DUA - Please Help! > >> > > >> >Andy > >> >-- > >> > > >> >This posting is provided "AS IS" with no warranties, > and > >> confers no rights. > >> > >========================================================== > >> > > >> > > >> >"Robert" <rgibb29@hotmail.com> wrote in message > >> >news:089a01c36d81$43a966d0$a001280a@phx.gbl... > >> >> Hi Andy, > >> >> > >> >> I am trying to compile my DUA Script and I am > >> erroring > >> >> out on the first RegKey I am trying to create. Can > you > >> >> tell me what I am doing wrong. I have the print out > on > >> >> Creating Keys. I think I am following it to the > letter, > >> >> but it keeps bombing out when I try to compile it. > Here > >> >> is the key it is failing on: > >> >> > >> >> > >> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, > >> >> > >> > SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB82398 > >> >> 0\Installed , DAREG_OPTION_NON_VOLATILE, > KEY_ALL_ACCESS > >> >> > >> >> I am not sure what some of the options should be set > to, > >> >> so that may be my problem. Any help would be great. > >> >> > >> >> Thank you, > >> >> > >> >> Robert > >> >> > >> > > >> > > >> >. > >> > > > > > > >. > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Hi Mario,
I tried to use the format you gave me, but it doesn't seem to be working. On the first command you gave me you put REGSETVALUE. Did you mean REGCREATEKEY? You have to create the key before you can set a value, correct? Any help you can give me would be greatly appreciated... Thanks, Robert >-----Original Message----- >Hi Robert > >Create this key: >REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Window s >NT\CurrentVersion\Hotfix\KB823980,,Comments,DAREG_SZ,,"Win dows XP Hotfix - >KB823980" > >than create and set the value: >REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Window s >NT\CurrentVersion\Hotfix\KB823980,,Installed,4,1 > > >Mario > > >"Robert" <rgibb29@hotmail.com> wrote in message >news:027d01c36da4$db7d6c40$a601280a@phx.gbl... >> That is a typo. It is actually Windows NT. Here is the >> actual command that I have copied and pasted from the >> script. >> >> REGCREATEKEY,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Window >> s NT\CurrentVersion\Hotfix\KB823980 >> \Installed,DAREG_OPTION_NON_VOLATILE,983103 >> >> Thanks, >> >> Robert >> >> >> >-----Original Message----- >> >Do you mean to have "Windows\NT\" or do you mean "Windows >> NT"? >> > >> >Andy >> >-- >> > >> >This posting is provided "AS IS" with no warranties, and >> confers no rights. >> >========================================================== >> > >> > >> >"Robert" <rgibb29@hotmail.com> wrote in message >> >news:03c601c36d99$5df11390$a301280a@phx.gbl... >> >> Hi Andy, >> >> >> >> I checked out the post you were talking about, but it >> >> has to do with the REGSETVALUE script command. Although >> >> this info is very helpful mine is bombing out on the >> >> REGCREATEKEY script command. I am getting an invalid >> >> value error. I don't know why I have tried a bunch of >> >> different ways to get it to work, but it fails >> everytime. >> >> Can you look at this line below and tell me if you see >> >> anything wrong? This is the first line that it fails >> on. >> >> Thanks... Robert >> >> >> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, >> >> >> SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB82398 >> >> 0\Installed , DAREG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS >> >> >> >> >> >> >-----Original Message----- >> >> >Please read the thread from two days ago on this >> subject, >> >> John Macintyre >> >> >discusses this in the thread dated: >> >> >Tuesday, August 26, 2003 7:37 AM >> >> >Subj: Problems setting Key with DUA - Please Help! >> >> > >> >> >Andy >> >> >-- >> >> > >> >> >This posting is provided "AS IS" with no warranties, >> and >> >> confers no rights. >> >> >> >========================================================== >> >> > >> >> > >> >> >"Robert" <rgibb29@hotmail.com> wrote in message >> >> >news:089a01c36d81$43a966d0$a001280a@phx.gbl... >> >> >> Hi Andy, >> >> >> >> >> >> I am trying to compile my DUA Script and I am >> >> erroring >> >> >> out on the first RegKey I am trying to create. Can >> you >> >> >> tell me what I am doing wrong. I have the print out >> on >> >> >> Creating Keys. I think I am following it to the >> letter, >> >> >> but it keeps bombing out when I try to compile it. >> Here >> >> >> is the key it is failing on: >> >> >> >> >> >> >> >> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, >> >> >> >> >> >> SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB82398 >> >> >> 0\Installed , DAREG_OPTION_NON_VOLATILE, >> KEY_ALL_ACCESS >> >> >> >> >> >> I am not sure what some of the options should be set >> to, >> >> >> so that may be my problem. Any help would be great. >> >> >> >> >> >> Thank you, >> >> >> >> >> >> Robert >> >> >> >> >> > >> >> > >> >> >. >> >> > >> > >> > >> >. >> > > > >. > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
I was finally able to get this to work yesterday. Thanks
for all the assistance Andy and Mario! Robert >-----Original Message----- >Hi Mario, > >I tried to use the format you gave me, but it doesn't seem >to be working. On the first command you gave me you put >REGSETVALUE. Did you mean REGCREATEKEY? You have to >create the key before you can set a value, correct? Any >help you can give me would be greatly appreciated... > >Thanks, > >Robert > >>-----Original Message----- >>Hi Robert >> >>Create this key: >>REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windo w >s >>NT\CurrentVersion\Hotfix\KB823980,,Comments,DAREG_SZ,,"Wi n >dows XP Hotfix - >>KB823980" >> >>than create and set the value: >>REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windo w >s >>NT\CurrentVersion\Hotfix\KB823980,,Installed,4,1 >> >> >>Mario >> >> >>"Robert" <rgibb29@hotmail.com> wrote in message >>news:027d01c36da4$db7d6c40$a601280a@phx.gbl... >>> That is a typo. It is actually Windows NT. Here is the >>> actual command that I have copied and pasted from the >>> script. >>> >>> >REGCREATEKEY,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windo w >>> s NT\CurrentVersion\Hotfix\KB823980 >>> \Installed,DAREG_OPTION_NON_VOLATILE,983103 >>> >>> Thanks, >>> >>> Robert >>> >>> >>> >-----Original Message----- >>> >Do you mean to have "Windows\NT\" or do you >mean "Windows >>> NT"? >>> > >>> >Andy >>> >-- >>> > >>> >This posting is provided "AS IS" with no warranties, >and >>> confers no rights. >>> >>========================================================= = >>> > >>> > >>> >"Robert" <rgibb29@hotmail.com> wrote in message >>> >news:03c601c36d99$5df11390$a301280a@phx.gbl... >>> >> Hi Andy, >>> >> >>> >> I checked out the post you were talking about, >but it >>> >> has to do with the REGSETVALUE script command. >Although >>> >> this info is very helpful mine is bombing out on the >>> >> REGCREATEKEY script command. I am getting an invalid >>> >> value error. I don't know why I have tried a bunch >of >>> >> different ways to get it to work, but it fails >>> everytime. >>> >> Can you look at this line below and tell me if you >see >>> >> anything wrong? This is the first line that it fails >>> on. >>> >> Thanks... Robert >>> >> >>> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, >>> >> >>> >SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB8239 8 >>> >> 0\Installed , DAREG_OPTION_NON_VOLATILE, >KEY_ALL_ACCESS >>> >> >>> >> >>> >> >-----Original Message----- >>> >> >Please read the thread from two days ago on this >>> subject, >>> >> John Macintyre >>> >> >discusses this in the thread dated: >>> >> >Tuesday, August 26, 2003 7:37 AM >>> >> >Subj: Problems setting Key with DUA - Please Help! >>> >> > >>> >> >Andy >>> >> >-- >>> >> > >>> >> >This posting is provided "AS IS" with no warranties, >>> and >>> >> confers no rights. >>> >> >>> >>========================================================= = >>> >> > >>> >> > >>> >> >"Robert" <rgibb29@hotmail.com> wrote in message >>> >> >news:089a01c36d81$43a966d0$a001280a@phx.gbl... >>> >> >> Hi Andy, >>> >> >> >>> >> >> I am trying to compile my DUA Script and I am >>> >> erroring >>> >> >> out on the first RegKey I am trying to create. >Can >>> you >>> >> >> tell me what I am doing wrong. I have the print >out >>> on >>> >> >> Creating Keys. I think I am following it to the >>> letter, >>> >> >> but it keeps bombing out when I try to compile it. >>> Here >>> >> >> is the key it is failing on: >>> >> >> >>> >> >> >>> >> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, >>> >> >> >>> >> >>> >SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB8239 8 >>> >> >> 0\Installed , DAREG_OPTION_NON_VOLATILE, >>> KEY_ALL_ACCESS >>> >> >> >>> >> >> I am not sure what some of the options should be >set >>> to, >>> >> >> so that may be my problem. Any help would be >great. >>> >> >> >>> >> >> Thank you, >>> >> >> >>> >> >> Robert >>> >> >> >>> >> > >>> >> > >>> >> >. >>> >> > >>> > >>> > >>> >. >>> > >> >> >>. >> >. > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Robert, glad it works. But can you tell us what the problem was and what you
did to resolve it? This will help others in the future when they read this thread. Thanks -- Andy This posting is provided "AS IS" with no warranties, and confers no rights. ===================================================== "Robert" <rgibb29@hotmail.com> wrote in message news:002501c36f14$559c46c0$a401280a@phx.gbl... > I was finally able to get this to work yesterday. Thanks > for all the assistance Andy and Mario! > > Robert > > >-----Original Message----- > >Hi Mario, > > > >I tried to use the format you gave me, but it doesn't > seem > >to be working. On the first command you gave me you put > >REGSETVALUE. Did you mean REGCREATEKEY? You have to > >create the key before you can set a value, correct? Any > >help you can give me would be greatly appreciated... > > > >Thanks, > > > >Robert > > > >>-----Original Message----- > >>Hi Robert > >> > >>Create this key: > >>REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windo > w > >s > >>NT\CurrentVersion\Hotfix\KB823980,,Comments,DAREG_SZ,,"Wi > n > >dows XP Hotfix - > >>KB823980" > >> > >>than create and set the value: > >>REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windo > w > >s > >>NT\CurrentVersion\Hotfix\KB823980,,Installed,4,1 > >> > >> > >>Mario > >> > >> > >>"Robert" <rgibb29@hotmail.com> wrote in message > >>news:027d01c36da4$db7d6c40$a601280a@phx.gbl... > >>> That is a typo. It is actually Windows NT. Here is > the > >>> actual command that I have copied and pasted from the > >>> script. > >>> > >>> > >REGCREATEKEY,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windo > w > >>> s NT\CurrentVersion\Hotfix\KB823980 > >>> \Installed,DAREG_OPTION_NON_VOLATILE,983103 > >>> > >>> Thanks, > >>> > >>> Robert > >>> > >>> > >>> >-----Original Message----- > >>> >Do you mean to have "Windows\NT\" or do you > >mean "Windows > >>> NT"? > >>> > > >>> >Andy > >>> >-- > >>> > > >>> >This posting is provided "AS IS" with no warranties, > >and > >>> confers no rights. > >>> > >>========================================================= > = > >>> > > >>> > > >>> >"Robert" <rgibb29@hotmail.com> wrote in message > >>> >news:03c601c36d99$5df11390$a301280a@phx.gbl... > >>> >> Hi Andy, > >>> >> > >>> >> I checked out the post you were talking about, > >but it > >>> >> has to do with the REGSETVALUE script command. > >Although > >>> >> this info is very helpful mine is bombing out on the > >>> >> REGCREATEKEY script command. I am getting an > invalid > >>> >> value error. I don't know why I have tried a bunch > >of > >>> >> different ways to get it to work, but it fails > >>> everytime. > >>> >> Can you look at this line below and tell me if you > >see > >>> >> anything wrong? This is the first line that it > fails > >>> on. > >>> >> Thanks... Robert > >>> >> > >>> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, > >>> >> > >>> > >SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB8239 > 8 > >>> >> 0\Installed , DAREG_OPTION_NON_VOLATILE, > >KEY_ALL_ACCESS > >>> >> > >>> >> > >>> >> >-----Original Message----- > >>> >> >Please read the thread from two days ago on this > >>> subject, > >>> >> John Macintyre > >>> >> >discusses this in the thread dated: > >>> >> >Tuesday, August 26, 2003 7:37 AM > >>> >> >Subj: Problems setting Key with DUA - Please Help! > >>> >> > > >>> >> >Andy > >>> >> >-- > >>> >> > > >>> >> >This posting is provided "AS IS" with no > warranties, > >>> and > >>> >> confers no rights. > >>> >> > >>> > >>========================================================= > = > >>> >> > > >>> >> > > >>> >> >"Robert" <rgibb29@hotmail.com> wrote in message > >>> >> >news:089a01c36d81$43a966d0$a001280a@phx.gbl... > >>> >> >> Hi Andy, > >>> >> >> > >>> >> >> I am trying to compile my DUA Script and I am > >>> >> erroring > >>> >> >> out on the first RegKey I am trying to create. > >Can > >>> you > >>> >> >> tell me what I am doing wrong. I have the print > >out > >>> on > >>> >> >> Creating Keys. I think I am following it to the > >>> letter, > >>> >> >> but it keeps bombing out when I try to compile > it. > >>> Here > >>> >> >> is the key it is failing on: > >>> >> >> > >>> >> >> > >>> >> >> REGCREATEKEY,, HKEY_LOCAL_MACHINE ,, > >>> >> >> > >>> >> > >>> > >SOFTWARE\Microsoft\Windows\NT\CurrentVersion\Hotfix\KB8239 > 8 > >>> >> >> 0\Installed , DAREG_OPTION_NON_VOLATILE, > >>> KEY_ALL_ACCESS > >>> >> >> > >>> >> >> I am not sure what some of the options should be > >set > >>> to, > >>> >> >> so that may be my problem. Any help would be > >great. > >>> >> >> > >>> >> >> Thank you, > >>> >> >> > >>> >> >> Robert > >>> >> >> > >>> >> > > >>> >> > > >>> >> >. > >>> >> > > >>> > > >>> > > >>> >. > >>> > > >> > >> > >>. > >> > >. > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

