Giter VIP home page Giter VIP logo

auto-open-and-auto-setup-daily's Introduction

Auto Open Daily Required Applications with Windows Task Scheduler and Set Up them

This Repo have Simulation of chrome we can do the same process for other applications also...

Steps For adding any task in Windows Task Scheduler :-

  1. In windows search panel search for "task scheduler" and select application "Task Scheduler", will open window as follows.

2) Right Click on Task Scheduler Library and create new folder to keep our custom startup scripts different from system ones...

3) Now in Task Sheduler Library shows our newly created folder right click on it and select 'create basic task'

4) Will open up following window, add respective name and click next

5) In next step we have to choose triggers according to requirement,

6) on next it will show start time of task and respective date and recur every day/month/weekly according to your previous choice, click on next 7) Here we get following options we can choose accoording to our need, we choose option 'start program' for our script

8) On This step it will ask path to script we can add path or use browse option, along with arguments.

9) Subsequently it will show all details about task, we can click on finish to complete process and Done. We have Successfully sheduled task.

Instead of Windows Task Scheduler we can also use a bat file to make job done but it makes we have run bat file to run all tasks...!!

"DRIVE NAME HERE IF YOU HAVE SCRIPT IN DIFFERENT FOLDER FOR EXAMPLE :- 'G:'"
chcp 65001>nul
cd "PATH_TO_SCRIPT_FOLDER"
@echo off
py -u "start.py"
timeout /t 10 >nul

auto-open-and-auto-setup-daily's People

Contributors

atharv-chaudhari avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.