
Where to get windowsscripting.adm file
Quote:
> i am looking for a file named windowsscripting.adm file. can u suggest
> me where to get it from. This file consist of settings for remote
> windows script host.
Hi
The ADM file was never actually released :-(
To enable WshRemote on the remote machine:
HKEY LOCAL MACHINE
\SOFTWARE
\Microsoft
\Windows Script Host
\Settings
change the named value "Remote" to have a value of "1" (type REG_SZ).
On WinXP, you need to type "wscript -regserver" at a command prompt or in the
start/run dialog for remote to work as well.
You can create the windowsscript.adm file yourself also:
(It's a discussion about it here as well:
http://groups.google.com/groups?th=be3f11a26b0ca3c0
)
<qoute>
Subject: Re: Remote WSH - windowsscript.adm
Newsgroups: microsoft.public.scripting.wsh
Date: 2002-03-07 16:15:32 PST
I've seen this question one too many times. Here's windowsscript.adm; it works
on XP, I don't know about other systems, so I would
appreciate feedback on how it does in PolEdit...
CLASS MACHINE
CATEGORY "Remote Scripting"
POLICY !!MachRemotePolicy
KEYNAME "Software\Microsoft\Windows Script Host\Settings"
EXPLAIN !!MachRemotePolicyHelp
VALUENAME Remote
VALUEON "1" VALUEOFF "0"
END POLICY
POLICY !!IgnoreUserSettingsPolicy
KEYNAME "Software\Microsoft\Windows Script Host\Settings"
EXPLAIN !!IgnoreUserHelp
VALUENAME IgnoreUserSettings
VALUEON "1" VALUEOFF "0"
END POLICY
END CATEGORY
[STRINGS]
MachRemotePolicy="Enable remote scripting on this system"
MachRemotePolicyHelp="If set to 1, enables remote scripting"
IgnoreUserSettingsPolicy="Setting over-rides per-user settings"
IgnoreUserHelp="Should be on to mandate machine policy for everyone"
</qoute>
--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and a ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter