Questions tagged [startup-scripts]

126 questions
-1
votes
1 answer

Clients looking for GPO login script on my personal computer instead of doing it on the DC?

This is kinda weird. I have the Group Policy Management console installed on my Windows 7 workstation and I configure policies from there. Sometimes I do it directly on a domain controller, but most of the time I work with my management console. The…
-1
votes
1 answer

Sturtup script questions - will runas cmd allow app to be seen by user upon login?

I need to create a startup script on a server that is live in production, so unfortunately I don't have the luxury of trial and error. I need to start an application upon server bootup that is run as a particular service account. I need the same…
-1
votes
1 answer

How can i create a startup script with sles 11?

I have a problem in one of my servers. I have a SLES 11 server and I have bond (bond0) two ethernet cards (eth0 and eth1). i setup mtu to be 9000 on all interfaces. When i reboot the server the mtu change to the default value 1500 and i have to run…
Spiros P
  • 29
  • 1
  • 2
-1
votes
1 answer

Spawned Process Terminated in GP Startup Script

I have a Group Policy Startup Script which runs synchronously. I now need this script to run one process asynchronously. So far I have managed to get the spawned process running via the command below, however once the rest of the script finishes and…
-2
votes
2 answers

trigger a autologon from computer startup script

I am looking for a way, to automatically logon a User from computer startup script, without rebooting the machine. I know, I can write in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon... Keys or use Sysinternals autologon.exe, but this…
Thomas
  • 177
  • 3
  • 13
-2
votes
3 answers

Can't create a working init.d for Apache 2.4.2 on CentOS

I built apache 2.4.2 on CentOS from source and now am trying to create an init.d script to go along with it. A friend gave me one script but it never outputted a success or fail and I disliked it. I found in the tar a httpd.init script file. It just…
Dustin
  • 11
  • 4
1 2 3
8
9