Re: [TDK] Unable to create a working wrapped service
by Chuck Ferril other posts by this author
Jun 2 2008 2:07PM messages near this date
view in the new Beta List Site
Re: [TDK] Unable to create a working wrapped service
|
Re: [TDK] Unable to create a working wrapped service
FYI: Same exact problem when I ran it on a Win2K system. I've been
using WinXP SP2 normally.
Chuck
On Jun 2, 2008, at 3:37 PM, Jeff Hobbs wrote:
> I'm not aware of the description being required for a service to run
> properly ... in order to get that issue out of the way though, you
> can access the service in the registry at:
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AAA
>
> and then create key name "Description" of type REG_SZ. IOW, with Tcl:
>
> package require registry
> set key {HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AAA}
> set value "Description"
> set data "This is a description"
> registry set $key $value $data
>
> and try again and see if that changes anything.
>
> Jeff
_______________________________________________
TDK mailing list
TDK@[...].com
http://listserv.ActiveState.com/mailman/listinfo/tdk
Thread:
Chuck Ferril
Jeff Hobbs
Chuck Ferril
Jeff Hobbs
Chuck Ferril
Chuck Ferril
Chuck Ferril
Chuck Ferril
Jeff Hobbs
Jeff Hobbs
Chuck Ferril
Chuck Ferril
Jeff Hobbs
Chuck Ferril
Chuck Ferril
|