|
Next: shortcut to start multiple programs
|
| Author |
Message |
External

Since: Oct 01, 2007 Posts: 17
|
(Msg. 1) Posted: Fri Jan 04, 2008 11:39 am
Post subject: How to automate this reg delete process Archived from groups: microsoft>public>windowsxp>general (more info?)
|
|
|
can I automate this procedure with a .REG file?
go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
Right click on that and click on "Permissions". In permissions click
on the check mark called "Allow" to the right of "Full Control".
delete this key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_1307&Pid_0169
I have a couple more to delete but if u show me how to set permissions
and delete this I can do the rest of them
I did this twice and the permissions didn't remain set from the first
time.
thx
bill |
|
| Back to top |
|
 |  |
External

Since: Dec 31, 2007 Posts: 2
|
(Msg. 2) Posted: Fri Jan 04, 2008 11:39 am
Post subject: Re: How to automate this reg delete process [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Oct 01, 2007 Posts: 17
|
(Msg. 3) Posted: Fri Jan 04, 2008 12:48 pm
Post subject: Re: How to automate this reg delete process [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thx - I am aware of this but was looking for this.
I guess the real question is
will this work without setting the permissions as I must do if I edit
it manually?
Right click on that and click on "Permissions". In permissions click
on the check mark called "Allow" to the right of "Full Control".
On Fri, 4 Jan 2008 09:26:02 -0800 (PST), PD <pauld1943.DeleteThis@hotmail.com>
wrote:
>On Jan 4, 10:39 am, b....DeleteThis@love.ranch wrote:
>
>> can I automate this procedure with a .REG file?
>
>http://support.microsoft.com/kb/310516 |
|
| Back to top |
|
 |  |
External

Since: Dec 31, 2007 Posts: 17
|
(Msg. 4) Posted: Fri Jan 04, 2008 6:36 pm
Post subject: Re: How to automate this reg delete process [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<bill.RemoveThis@love.ranch> wrote in message
news:emnsn39rolqulrin03qicsipfq91ledt4m@4ax.com...
>
> can I automate this procedure with a .REG file?
>
> go to
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
>
> Right click on that and click on "Permissions". In permissions click
> on the check mark called "Allow" to the right of "Full Control".
>
> delete this key
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_1307&Pid_0169
>
> I have a couple more to delete but if u show me how to set permissions
> and delete this I can do the rest of them
>
> I did this twice and the permissions didn't remain set from the first
> time.
>
>
> thx
>
> bill
You can do this in two ways:
a) With a macro program, e.g. with AutoIt, or
b) Subinacl.exe
I do not recommend method a) as I consider it to be too
unreliable.
Method b) would work but requires a fair effort to get
it going. Unless you have a large number of machines to
be treated, the manual process would be faster.
AFAIK, reg.exe and regedit.exe cannot change permissions. |
|
| Back to top |
|
 |  |
External

Since: Jun 18, 2006 Posts: 40
|
(Msg. 5) Posted: Fri Jan 04, 2008 11:22 pm
Post subject: Re: How to automate this reg delete process [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Pegasus,
OT, but why do you consider option (a) too unreliable? AutoIt has been good
to me, and I would think that would work OK.
--
Curt
http://dundats.mvps.org/
http://dundats.proboards27.com/index.cgi
http://www.aumha.org/
"Pegasus (MVP)" <I.can RemoveThis @fly.com.oz> wrote in message
news:%23%23sjOhvTIHA.6036@TK2MSFTNGP03.phx.gbl...
>
> <bill RemoveThis @love.ranch> wrote in message
> news:emnsn39rolqulrin03qicsipfq91ledt4m@4ax.com...
>>
>> can I automate this procedure with a .REG file?
>>
>> go to
>>
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
>>
>> Right click on that and click on "Permissions". In permissions click
>> on the check mark called "Allow" to the right of "Full Control".
>>
>> delete this key
>>
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_1307&Pid_0169
>>
>> I have a couple more to delete but if u show me how to set permissions
>> and delete this I can do the rest of them
>>
>> I did this twice and the permissions didn't remain set from the first
>> time.
>>
>>
>> thx
>>
>> bill
>
> You can do this in two ways:
> a) With a macro program, e.g. with AutoIt, or
> b) Subinacl.exe
>
> I do not recommend method a) as I consider it to be too
> unreliable.
>
> Method b) would work but requires a fair effort to get
> it going. Unless you have a large number of machines to
> be treated, the manual process would be faster.
>
> AFAIK, reg.exe and regedit.exe cannot change permissions.
> |
|
| Back to top |
|
 |  |
External

Since: Dec 31, 2007 Posts: 17
|
(Msg. 6) Posted: Sat Jan 05, 2008 7:47 am
Post subject: Re: How to automate this reg delete process [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I have nothing against AutoIt per see but I would not use it in
this case for two reasons:
a) Editing the registry is a delicate matter. Doing it blindly with
pre-recorded keystrokes makes it a dangerous process.
b) AutoIt (and other macro programs) can be tripped up by
unexpected events, e.g. a virus scanner or an Automatic
Update dialog popping up all of a sudden. It happens even
to humans when they hack away at the keyboard without
watching the screen.
"Curt Christianson" <curtchristnsn.DeleteThis@NOSPAMyahoo.com> wrote in message
news:%23nnYFs1TIHA.4656@TK2MSFTNGP03.phx.gbl...
> Hi Pegasus,
>
> OT, but why do you consider option (a) too unreliable? AutoIt has been
> good to me, and I would think that would work OK.
>
> --
> Curt
>
> http://dundats.mvps.org/
> http://dundats.proboards27.com/index.cgi
> http://www.aumha.org/
>
>
> "Pegasus (MVP)" <I.can.DeleteThis@fly.com.oz> wrote in message
> news:%23%23sjOhvTIHA.6036@TK2MSFTNGP03.phx.gbl...
>>
>> <bill.DeleteThis@love.ranch> wrote in message
>> news:emnsn39rolqulrin03qicsipfq91ledt4m@4ax.com...
>>>
>>> can I automate this procedure with a .REG file?
>>>
>>> go to
>>>
>>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
>>>
>>> Right click on that and click on "Permissions". In permissions click
>>> on the check mark called "Allow" to the right of "Full Control".
>>>
>>> delete this key
>>>
>>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_1307&Pid_0169
>>>
>>> I have a couple more to delete but if u show me how to set permissions
>>> and delete this I can do the rest of them
>>>
>>> I did this twice and the permissions didn't remain set from the first
>>> time.
>>>
>>>
>>> thx
>>>
>>> bill
>>
>> You can do this in two ways:
>> a) With a macro program, e.g. with AutoIt, or
>> b) Subinacl.exe
>>
>> I do not recommend method a) as I consider it to be too
>> unreliable.
>>
>> Method b) would work but requires a fair effort to get
>> it going. Unless you have a large number of machines to
>> be treated, the manual process would be faster.
>>
>> AFAIK, reg.exe and regedit.exe cannot change permissions.
>>
>
> |
|
| Back to top |
|
 |  |
External

Since: Jun 18, 2006 Posts: 40
|
(Msg. 7) Posted: Sat Jan 05, 2008 9:55 am
Post subject: Re: How to automate this reg delete process [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Pegasus,
Thank you. I appreciate your input.
--
Curt
http://dundats.mvps.org/
http://dundats.proboards27.com/index.cgi
http://www.aumha.org/
"Pegasus (MVP)" <I.can.TakeThisOut@fly.com.oz> wrote in message
news:%230cphb2TIHA.3940@TK2MSFTNGP05.phx.gbl...
>I have nothing against AutoIt per see but I would not use it in
> this case for two reasons:
> a) Editing the registry is a delicate matter. Doing it blindly with
> pre-recorded keystrokes makes it a dangerous process.
> b) AutoIt (and other macro programs) can be tripped up by
> unexpected events, e.g. a virus scanner or an Automatic
> Update dialog popping up all of a sudden. It happens even
> to humans when they hack away at the keyboard without
> watching the screen.
>
> "Curt Christianson" <curtchristnsn.TakeThisOut@NOSPAMyahoo.com> wrote in message
> news:%23nnYFs1TIHA.4656@TK2MSFTNGP03.phx.gbl...
>> Hi Pegasus,
>>
>> OT, but why do you consider option (a) too unreliable? AutoIt has been
>> good to me, and I would think that would work OK.
>>
>> --
>> Curt
>>
>> http://dundats.mvps.org/
>> http://dundats.proboards27.com/index.cgi
>> http://www.aumha.org/
>>
>>
>> "Pegasus (MVP)" <I.can.TakeThisOut@fly.com.oz> wrote in message
>> news:%23%23sjOhvTIHA.6036@TK2MSFTNGP03.phx.gbl...
>>>
>>> <bill.TakeThisOut@love.ranch> wrote in message
>>> news:emnsn39rolqulrin03qicsipfq91ledt4m@4ax.com...
>>>>
>>>> can I automate this procedure with a .REG file?
>>>>
>>>> go to
>>>>
>>>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
>>>>
>>>> Right click on that and click on "Permissions". In permissions click
>>>> on the check mark called "Allow" to the right of "Full Control".
>>>>
>>>> delete this key
>>>>
>>>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\Vid_1307&Pid_0169
>>>>
>>>> I have a couple more to delete but if u show me how to set permissions
>>>> and delete this I can do the rest of them
>>>>
>>>> I did this twice and the permissions didn't remain set from the first
>>>> time.
>>>>
>>>>
>>>> thx
>>>>
>>>> bill
>>>
>>> You can do this in two ways:
>>> a) With a macro program, e.g. with AutoIt, or
>>> b) Subinacl.exe
>>>
>>> I do not recommend method a) as I consider it to be too
>>> unreliable.
>>>
>>> Method b) would work but requires a fair effort to get
>>> it going. Unless you have a large number of machines to
>>> be treated, the manual process would be faster.
>>>
>>> AFAIK, reg.exe and regedit.exe cannot change permissions.
>>>
>>
>>
>
> |
|
| Back to top |
|
 |  |
| Related Topics: | How can I automate file property changes - Hello. I have used Microsoft's SyncToy utility for quick and dirty backups of files and that has worked great. I run SyncToy overnight to perform a lot of other files as well. SyncToy will not, however, back up encrypted files. Our workplace recently...
Outlook2003 stuck in a process loop? - A couple of days ago I applied the following updates to my work PC--which is a Pentium(R) D CPU2.80GHz with 2GB RAM running XP Professional, ver 2002, service pack 2: KB937894 KB942840 KB942763 KB941569 KB941568 KB942615 KB944653 Now, it seems as..
Batch Delete Help - I am trying to find a batch command that takes a directory and deletes all files in that directory, along with subdirectories, leaving an empty top level folder. For instance I have a directory C:\test. In C:\test there are 5 .txt files and another..
ADD OR DELETE - WHEN I CLICK ON ADD OR DELETE (THE WHOLE PROGRAM ITSELF) IT WILL NOT OPEN TO GET IN THERE AND ADD OR DELETE. CAN SOMEONE PLEASE HELP ME????? THANK YOU!
Can't delete some folders. Why? - Hello, there are some files and folders that I can't delete. For example There are folders FOUND.000 and inside there are files FILE000.CHK. I can delete files but when I want delete such folder I get: "Cannot remove folder Df121: It is being use... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|