Giter Club home page Giter Club logo

psrunafterreboot's Introduction

PSRunAfterReboot

This project facilitates the installation of a powershell module that allows you to register commands / scripts to run on next reboot. The underlying scheduled task removes itself automatically upon next reboot, however some management tools are included.

All included commands support -Verbose for further information.

Note: You are required to run any component / wrapper scripts as administrator!

Getting Started

Download the included RebootJob.psm1 Run Import-Module .\RebootJob.psm1 to import the command library

Prerequisites

Powershell V3 on target machine.
Deployment platform of your choice.
Administrative permission on your target machine.

Deploying / Installing

This powershell module should be imported using the following command:

Import-Module .\RebootJob.psm1

Adding startup scripts

Add a powershell ScriptBlock to run at next reboot (Be aware of using unsanitised quotes!):

Add-RebootJob -PSScriptBlock {Get-Childitem 'C:\'}

Add a raw windows command to run at next reboot (you can also target exe's etc)

Add-RebootJob -Execute cmd.exe -Argument "/c"

Get registered startup scripts

Get-RebootJob

Remove registered startup scripts

Remove-RebootJob -TaskName "d4d84b40-6f91-4912-8db2-73bf5f55e261"

Built With

Contributing

Just submit your pulls!

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

psrunafterreboot's People

Contributors

nrexception avatar

Watchers

 avatar  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.