Skip to content

Automated daily PC shutdown for display computers in computer stores.

License

Notifications You must be signed in to change notification settings

Armynator/PC-AutoShutdownTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC-AutoShutdownTool

A simple daily auto-shutdown tool for Windows computers, made with .NET 6 and WPF (C#).

Originally created for computer stores to automatically shutdown display PCs on daily store closing times.

Uses the C# Task Scheduler Managed wrapper: https://github.com/dahall/TaskScheduler (MIT license)

Usage

  • Download and unpack the tool (or build it yourself)
  • Run the .exe file
  • Enter desired shutdown times for each day of the week
  • Check the checkbox
  • Hit the apply button

The tool will automatically create scheduled shutdown tasks in the windows task scheduler.
The StoreConfig.xml contains different stores with predefined shutdown times for each weekday, feel free to edit it - just keep it next to the .exe file. If the checkbox is not ticked, all daily tasks (which were created by the tool) will be deleted when clicking the apply button.

Preview

Preview

Supported Platforms

  • Windows 10/11 x86-64
  • Windows 10/11 ARM64

Authors

Also credit to David Hall (@dahall) for creating the Task Scheduler C# Wrapper.

License

Licensed under the MIT license.

About

Automated daily PC shutdown for display computers in computer stores.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages