This project is a collection of C codes designed to simplify various tasks when dealing with the operating system. The functionalities include taking one-click screenshots, manipulating your own hotspot, creating shortcuts, and more.
- C Programming
- Screenshots
- System Control
- Hotspot Manipulation
- Shortcuts
- Windows 8.1 Automation
- Command Line Operations
- Device Management
- Volume Control
- System Information
-
Environment Setup:
- Add
nircmd.exe
to the PATH environment variable to run files in theScreenshot
,Shortcuts
, andManipulation
folders. - Run
Hotspot.exe
in Administrator mode for hotspot functionality.
- Add
-
Shortcut Creation:
- Consider creating links to the
.exe
files you are interested in. - Add an icon using Right-Click -> Properties.
- Pin the shortcut to the Task Bar for easy access.
- Consider creating links to the
-
Have Fun!
- Explore the various functionalities and customize them to suit your needs.
nircmd.exe
for additional system control features.
- Screenshot: Contains code for taking one-click screenshots.
- Shortcuts: Includes code for creating shortcuts.
- Manipulation: Holds code for various system manipulations.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
If you encounter any issues or have suggestions, please open an issue on the Issues page.
Enjoy exploring the System Manipulation using C Programming project! 🚀