• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

GreenFog not working

Scheduled Pinned Locked Moved
FOG Problems
2
4
1.5k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X
    xjxby
    last edited by Mar 26, 2014, 8:41 AM

    I want to shut down my Windows XP computers at 11pm every night and GreenFog is not working. How should I troubleshoot this issue? Also, are there any alternatives ways of doing this?

    1 Reply Last reply Reply Quote 0
    • J
      Jaymes Driver Developer
      last edited by Mar 26, 2014, 12:02 PM

      Windows Task Scheduler. Add a task that runs the force shutdown command at 11 pm.

      I should probably warn you… Green Fog is getting removed in 0.33

      The command you want to put in your task is :
      [code]
      c:\windows\system32\shutdown -s -f -t 00
      [/code]

      WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

      1 Reply Last reply Reply Quote 0
      • X
        xjxby
        last edited by Mar 26, 2014, 10:09 PM

        Nice. How do you do that with 200 computers. Any way to create this scheduled task via a snapin? Or are there alternative solutions?

        EDIT: I figured it out myself. Suppose that you want to shut down the computers at midnight every day. Here’s how you do it:

        1. Create a .bat file with the following content:
          schtasks /create /tn “shutdown_0000” /tr “c:\windows\system32\shutdown -s -f -t 00” /sc daily /st 00:00 /ru “System”

        2. Create a snapin with the .bat file you just created.

        3. Deploy the snapin to all your computers.

        1 Reply Last reply Reply Quote 0
        • J
          Jaymes Driver Developer
          last edited by Mar 27, 2014, 1:18 PM

          That is exactly what I do 🙂

          WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            2/4
            Last post

          199

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project