Discussion:
Logon Batch file
(too old to reply)
DD
2010-04-27 08:35:33 UTC
Permalink
Hi,
I wish to run a Logon batch file on all desktops which are in Win 2003 ADS
through group policy but it should be completely hidden i.e i do not wish
even the command line screen to pop up. How can i achieve this.

Regards
DD
John John - MVP
2010-04-27 10:56:54 UTC
Permalink
Post by DD
Hi,
I wish to run a Logon batch file on all desktops which are in Win 2003 ADS
through group policy but it should be completely hidden i.e i do not wish
even the command line screen to pop up. How can i achieve this.
You'll need to use a third party tool or a script to call the batch
file. See examples here:

http://www.ntwind.com/software/utilities/hstart.html
Hidden Start

http://www.ericphelps.com/batch/samples/invisible.txt
invisible.vbs

John
DD
2010-04-27 13:20:21 UTC
Permalink
Hi,
I have configured one script under group policy | user configuration| Admin
Template | system | logon | run these program at user logon which is running
fine, now the only issue is whenever the user logs in a command pop up
appears that displays the commands executed, I wish to completely hide this
process. how would i achieve this.
Regards
DD
Post by DD
Hi,
I wish to run a Logon batch file on all desktops which are in Win 2003
ADS through group policy but it should be completely hidden i.e i do not
wish even the command line screen to pop up. How can i achieve this.
You'll need to use a third party tool or a script to call the batch file.
http://www.ntwind.com/software/utilities/hstart.html
Hidden Start
http://www.ericphelps.com/batch/samples/invisible.txt
invisible.vbs
John
John John - MVP
2010-04-27 13:29:56 UTC
Permalink
Did you bother reading anything on the links supplied? If nothing in
the links help then I can only suggest that you create an NT service out
of the script or batch file.

John
Post by DD
Hi,
I have configured one script under group policy | user configuration| Admin
Template | system | logon | run these program at user logon which is running
fine, now the only issue is whenever the user logs in a command pop up
appears that displays the commands executed, I wish to completely hide this
process. how would i achieve this.
Regards
DD
Post by DD
Hi,
I wish to run a Logon batch file on all desktops which are in Win 2003
ADS through group policy but it should be completely hidden i.e i do not
wish even the command line screen to pop up. How can i achieve this.
You'll need to use a third party tool or a script to call the batch file.
http://www.ntwind.com/software/utilities/hstart.html
Hidden Start
http://www.ericphelps.com/batch/samples/invisible.txt
invisible.vbs
John
Mark Heitbrink [MVP]
2010-04-27 15:51:35 UTC
Permalink
Hi,
[Hidden Logon Script] You'll need to use a third party tool
No. Definitly not.

Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate
John John - MVP
2010-04-27 16:16:55 UTC
Permalink
Post by Mark Heitbrink [MVP]
Hi,
[Hidden Logon Script] You'll need to use a third party tool
No. Definitly not.
This is a change then in the newer (2003/2008) server versions?

John
Mark Heitbrink [MVP]
2010-04-27 18:33:19 UTC
Permalink
Hi,
Post by John John - MVP
This is a change then in the newer (2003/2008) server versions?
No. GPO Scripts run hidden in every AD since 2000.
"classic" scripts (defined in netlogon and userproperties) where seen.

Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate
Mark Heitbrink [MVP]
2010-04-27 15:50:45 UTC
Permalink
Hi,
Post by DD
I wish to run a Logon batch file on all desktops which are in Win 2003 ADS
through group policy but it should be completely hidden i.e i do not wish
even the command line screen to pop up. How can i achieve this.
If they are applied by Group Policy, the default behavior is: Hidden

So, if they are not hidden, someone did change it
See: user config\adm templates\system\scripts

Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate
Loading...