https://github.com/chriskyfung/my-powershell-scripts
This project aims to provides a collection of scripts and functions for various applications and tasks that students may use or encounter, such as TheBrain, Evernote and OneNote on Windows.
https://github.com/chriskyfung/my-powershell-scripts
bluestacks onenote powershell-scripts thebrain windows
Last synced: 7 months ago
JSON representation
This project aims to provides a collection of scripts and functions for various applications and tasks that students may use or encounter, such as TheBrain, Evernote and OneNote on Windows.
- Host: GitHub
- URL: https://github.com/chriskyfung/my-powershell-scripts
- Owner: chriskyfung
- License: gpl-3.0
- Created: 2023-05-18T09:21:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T07:19:58.000Z (over 1 year ago)
- Last Synced: 2025-03-18T19:29:39.688Z (7 months ago)
- Topics: bluestacks, onenote, powershell-scripts, thebrain, windows
- Language: PowerShell
- Homepage:
- Size: 63.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# My PowerShell Scripts
This project provides a collection of PowerShell scripts that students may find useful or life hacking for various applications and tasks.
## Features
Some of the features of the project are:
- **OneNote**: You can use scripts to automate the creation, editing, and organization of notes, notebooks, and sections in OneNote.
- **TheBrain**: You can use scripts to interact with theBrain, a powerful software for mind mapping and knowledge management.
- **Windows**: You can use scripts to customize windows settings, create shortcuts, manage updates, and more.
- **Bluestacks**: You can use scripts to perform tasks and actions in Bluestacks, an emulator that lets you run Android apps on PC.
- **And more**: You can use scripts for other purposes, such as web scraping, file management, text processing, etc.## Usage
To use the scripts in this project, you need to have PowerShell 5.1 or later installed on your computer. The programs that you wish to use, like OneNote, theBrain, Bluestacks, etc., must also be installed on your PC.
To run a script or function, you can either open PowerShell and type the name of the script or function, or you can right-click on the script file and select “Run with PowerShell”. You may need to change the execution policy of PowerShell to allow running scripts from external sources. You can do this by typing `Set-ExecutionPolicy RemoteSigned` in PowerShell.
For more details on how to utilize the scripts for a particular application, you can review the README files in the relevant folder.
## Contributing
The project is open-source and welcomes contributions from anyone who is interested in improving the productivity of learning activities with PowerShell. For more details on how to contribute to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file located in the project root directory.
## License
The project is licensed under the GPLv3 License. See the [License](/LICENSE) file for details.