How to set up smartphones and PCs. Informational portal
  • home
  • Safety
  • How to turn off daylight saving time. PC Auto Shutdown - shutdown the PC by timer

How to turn off daylight saving time. PC Auto Shutdown - shutdown the PC by timer

As we said before, for the final transition to permanent winter time in Windows XP / Windows Server 2003 necessary disable automatic switch to daylight saving time... Otherwise January 7, 2015 hours in these OS will be automatically set forward 1 hour. And, if a special patch was released for Windows Server 2003 (it must be installed before January 7, 2015), then for Windows XP this update is missing due to the.

Let us remind once again the procedure for switching to winter time in Windows XP / Server 2003:

  1. Until 10/26/2014, you need to add to the system a list of new time zones for Russia (in Windows 2003 this is done special, in XP -) and select the appropriate time zone for the region. After this operation, the reverse transition is set in the time zone settings. summer time on the first Wednesday of January 2015.
  2. At any time after 26/10/2014, but before 7/01/2015) - disable automatic transition to seasonal (summer) time

Using the TZedit utility, we check that the seasonal time change is enabled.

Advice... To make sure that the clock in Windows XP will be set by the system, you can change the time to January 6, 2015 23:59. Exactly at 00:00, the hands of the clock should move forward 1 hour.

Based on the changes that are made to the time zone settings in Windows Server 2003, an update for Windows XP prepared a reg file with new time zone settings, in which daylight saving time was disabled. With these settings, the transition to seasonal time in this OS will no longer be performed.

This reg file needs to be imported into the registry and check if the correct time zone is selected.

You can import the reg file manually by double clicking on it and confirm the changes to the registry

either from command line So:

The same operation can be performed via group policies by creating a policy for computers with Windows XP (you can filter out machines with XP, for example, using), and assigning a logon script:

Reg import \\ corp..reg

Note. Reg file TimeZone-WindowsXP-Step2.reg must first be copied to the domain controller in the NETLOGON folder and wait for replication to complete (if there are several sites with DCs in the network).

Make sure that Daylight Saving Time is disabled in Windows XP.

Important... If you forget to complete this operation in a timely manner, you will receive a "Christmas present" in the form of daylight saving time on the night of January 7, 2015.

On Windows 7, Windows 8, Windows Server 2008/2012, nothing extra is required. This change has already been made to the system by an update for the transition to winter time -.

Recently, we all faced an innovation - the cancellation of winter time. The problem lies in the fact that Windows knows the date of the transition to winter and summer time, but the system does not even know about the cancellation of this transition. So Windows clock that switched to winter time, show 1 hour less than real time. And this problem has 2 solutions. Downloadable special update for your Windows versions by this link support.microsoft.com/kb/2570791/ru

But there is also a second solution to the problem. You just need to choose a different time zone. Now we have set the time zone +3 Moscow, St. Petersburg, Volgograd, and due to the addition of an extra hour, we need to select the time zone +4. We'll look at how to do this on Windows example Vista.

So, left-click on the clock icon (Fig. 1).

Click on the inscription " Changing the date and time setting"(Fig. 2).

Here we see the time zone set to +3. Of course, you can use the button " Change date and time»And just move the clock forward 1 hour. But do not rush to do this. Windows may determine that the time is displayed incorrectly, and with good intentions will set the clock back 1 hour so that the time on the computer corresponds to the time zone. Therefore, we will change the time zone. Click on the " Change timezone"(Fig. 3).

First uncheck the box next to the phrase “ Automatic transition for summer time and back". Now choose 1 from +4 time zones (i.e. 1 hour more) (Fig. 4).

There are situations when we need to leave our computer turned on for long time... This may be due to the work of the PC at night, when there is a download of any large files, or when there is a long-term installation of operating system updates - the fact is that it becomes necessary to automatically turn off the computer without direct user intervention. In this article I will tell you how to turn off your computer through certain time, and also introduce the reader to the tools that can help us in the scheduled shutdown of our PC by timer.

Turn off the computer automatically at the specified time

How to turn off the computer after a certain time using the Windows toolkit

If you need to turn off your computer on a timer, then the easiest and most convenient solution will use the tools built into the Windows OS. Such tools will serve us special team shutdown, as well as a task scheduler built into the system.

How to use the shutdown command

To use this command press combination Win keys+ R, and in the line that appears, enter (instructions for opening the command line in and):

shutdown -s -t 3600 / f

  • s- completion of work;
  • t- indicates the time in seconds after which our PC will be turned off. That is, 3600 is 60 minutes (1 hour). Instead of this number, you can enter your own, after calculating how much time you need it will take in seconds;
  • f- from the English. "Forced" - forced. Instructs the system to force shutdown all active applications, that is, no program can interfere with the shutdown of your PC.

After you click on "Ok", you will receive a notification from the system about the disconnection of your computer through set time... If you suddenly change your mind, then press Win + R again and in the line that appears, type:

shutdown -a

and this function will be deactivated.

How to use Task Scheduler

Using this scheduler, you no longer need to think about how to turn off your computer after a certain time, the program will do everything for you thanks to the schedule you have created. Please note that given opportunity exists in the OS of the Windows family since version 7.

So, do the following:

  • Click on the "Start" button;
  • In the search bar, enter taskschd.msc and click on "Ok". The task scheduler window will open in front of you;
  • Click on "Action" in the upper left;
  • Select the Create Basic Task option;
  • In the window that appears, enter the appropriate name, for example " Automatic shutdown Windows "and click on" Next "below;
  • Next, you will need to select the shutdown frequency. If you want to do this every day, for example, at 3 am, then select “Daily”, otherwise choose another option and click on “Next”;
  • In the next window, determine the shutdown time and click on "Next";
  • In the "Action" option, select "Run the program" and again click "Next"
  • In the line under the inscription "Program and script" we write:

C: \ Windows \ System32 \ shutdown.exe

In the argument field, type:

How to use a bat file to shutdown PC automatically at a specified time

An effective answer to the question of how to turn off the PC after a certain time can be the use of a bat file. When you click on such a file, your computer will shutdown after the right time.

Open notepad and there enter:

@echo off

if% time% == 01: 00: 00.00 goto: b

goto: a

shutdown.exe / s / f / t 60 / c "Good night, your computer is shutting down"

  • Save this file called shutdown.bat (make sure it is shutdown.bat, not shutdown.bat.txt) on your desktop.
  • If necessary, activate it by clicking on it.
  • You will see a blank command line screen, then just minimize it and keep going.
  • At the right time (in this text, it is one in the morning), you will see a message about the computer shutdown and your PC will turn off.
  • You can change the shutdown time by specifying other numbers instead of "01: 00: 00.00".

We turn off the computer at a certain time by us using programs

Third parties can also help with the question of how to turn off the system after 10 minutes or after an hour. software applications that need to be installed on your computer. These are products such as PC Auto Shutdown, Wise Auto Shutdown Software and others.

PC Auto Shutdown - shutdown the PC by timer

This PC Auto Shutdown application for Windows OS will allow you to turn off your computer at the right time. To use its functionality, do the following:


Wise Auto Shutdown - turn off the computer at a specified time

Another application with functionality that will help you with the answer to the question "how to turn off the computer after a while." Wise Auto Shutdown allows you to configure the schedule to shutdown, restart, exit account and PC sleep for the desired time and date, you can also set up regular execution these actions... 5 minutes before the action, the system will notify you of the planned shutdown.

In the working window, select the task, its regularity (daily - daily, from now - starting from of this moment, on idle - when the system is not involved) or one-time activation exactly at a certain time (specified time).

Other applications to deactivate the computer at a specific time

With the solution of the problem of shutting down the computer after the right time, in addition to the above applications, others can also help. I would like to mention such products as Aquarius Soft, Winmend Auto Shut Down, Fastimizer, Free Auto Shutdown, PCmate Free Auto Shutdown, Timed Shutdown and a number of others. They all have similar functionality, allowing you to set the time and frequency of shutting down your PC.

Conclusion

In the task of how to turn off the computer after a certain time, the user can be helped by staff funds Windows OS and variety software products that need to be downloaded and installed on your PC. In most cases, the Windows toolkit is sufficient, which allows you to easily and quickly turn off the computer at the right time.

Top related articles