PC Review


Reply
 
 
=?Utf-8?B?UGF1bA==?=
Guest
Posts: n/a
 
      4th Nov 2005
I need to create a template to change a registry edit, the key is

SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005" name="PnPCapabilities" type="REG_DWORD" value="00000020"

I am looking for a easy enable and make the value change from 00000030 to
00000020, but I am unable to get it to work and I've tried all kind of syntax.

Any help would be great, Thanks
 
Reply With Quote
 
 
 
 
Norbert Fehlauer [MVP]
Guest
Posts: n/a
 
      5th Nov 2005
Paul wrote:
Hi,

> I need to create a template to change a registry edit, the key is
>
> SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005"
> name="PnPCapabilities" type="REG_DWORD" value="00000020"
>
> I am looking for a easy enable and make the value change from
> 00000030 to 00000020, but I am unable to get it to work and I've
> tried all kind of syntax.


Where is your problem? Could have been helpful to know what you already
tried.

Try this:

CLASS MACHINE

CATEGORY "Your Category"
KEYNAME
"SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005"
POLICY "PNP"
PART "PnPCapabilities" NUMERIC REQUIRED SPIN 1
DEFAULT 32
VALUENAME "PnPCapabilities"
END PART
END POLICY

END CATEGORY

HTH
Norbert
--
Dilbert's words of wisdom #14: Don't be irreplaceable - if you can't be
replaced, you can't be promoted.

 
Reply With Quote
 
=?Utf-8?B?UGF1bA==?=
Guest
Posts: n/a
 
      5th Nov 2005
Norbert,

This is one syntax I have used:
Class Machine
CATEGORY "Network Interface"
KEYNAME
"SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005"

POLICY "Out of Standby"
EXPLAIN "Bring Network Interface out of Standby"
VALUENAME "PnPCapabilities"
VALUEON 32
VALUEOFF 48
END POLICY
END CATEGORY

I add it and the category fold shows up but no policy. I added yours and
the same thing happens, I am at a lost why neither of these are working.

"Norbert Fehlauer [MVP]" wrote:

> Paul wrote:
> Hi,
>
> > I need to create a template to change a registry edit, the key is
> >
> > SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005"
> > name="PnPCapabilities" type="REG_DWORD" value="00000020"
> >
> > I am looking for a easy enable and make the value change from
> > 00000030 to 00000020, but I am unable to get it to work and I've
> > tried all kind of syntax.

>
> Where is your problem? Could have been helpful to know what you already
> tried.
>
> Try this:
>
> CLASS MACHINE
>
> CATEGORY "Your Category"
> KEYNAME
> "SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005"
> POLICY "PNP"
> PART "PnPCapabilities" NUMERIC REQUIRED SPIN 1
> DEFAULT 32
> VALUENAME "PnPCapabilities"
> END PART
> END POLICY
>
> END CATEGORY
>
> HTH
> Norbert
> --
> Dilbert's words of wisdom #14: Don't be irreplaceable - if you can't be
> replaced, you can't be promoted.
>
>

 
Reply With Quote
 
Norbert Fehlauer [MVP]
Guest
Posts: n/a
 
      5th Nov 2005
Paul wrote:
Hi,

> I add it and the category fold shows up but no policy.


Simple answer.
http://www.gpoguy.com/FAQs/tattoo.htm Take a look at the first picture and
you're done.

> I added yours
> and the same thing happens, I am at a lost why neither of these are
> working.


They are working. See above.

HTH
Norbert
--
Dilbert's words of wisdom #19: Am I getting smart with you? How would
you know?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding custom list and text boxes to the custom tool bar from Excel C API Mousam Microsoft Excel Discussion 2 8th Aug 2007 07:54 PM
How to create custom profiles for windows Movie Maker(with custom bitrate, FPS, resolution) mistral Windows XP MovieMaker 2 5th Jan 2007 05:50 PM
Programmaticly load a custom UserControl with in a custom class which implements an ITemplate LaptopHeaven Microsoft ASP .NET 0 5th Oct 2006 01:36 PM
Outlook 2003: TreeView with custom Tooltips on custom post form Urs Ruefenacht Microsoft Outlook Form Programming 0 26th Jan 2005 01:10 PM
custom message form recieved without custom fields - outlook 2000 motiv8d Microsoft Outlook Form Programming 0 5th Mar 2004 01:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:57 AM.