An open API service indexing awesome lists of open source software.

https://github.com/walidbosso/c_os_windows_automation

A collection of C codes I made in order to make my/your life easier when dealing with the OS, from taking one-clicking ScreenShots, Manipulation your own Hotspot, Shortcuts, and many many more.
https://github.com/walidbosso/c_os_windows_automation

appwiz c cmd-command control devmgmt displayswitch hotspot ipconfig msinfo32 ncpa nircmd osk rundll32 screenshot shutdown switch-volume system systeminfo windows-8-1 windows-8-1-automation

Last synced: 8 months ago
JSON representation

A collection of C codes I made in order to make my/your life easier when dealing with the OS, from taking one-clicking ScreenShots, Manipulation your own Hotspot, Shortcuts, and many many more.

Awesome Lists containing this project

README

          

![C_OS_Windows_Automation](https://socialify.git.ci/walidbosso/C_OS_Windows_Automation/image?description=1&font=Source%20Code%20Pro&forks=1&issues=1&language=1&name=1&owner=1&pattern=Formal%20Invitation&pulls=1&stargazers=1&theme=Auto)







[![GitHub WidgetBox](https://github-widgetbox.vercel.app/api/profile?username=walidbosso&data=followers,repositories,stars,commits&theme=nautilus)](https://github.com/walidbosso/C_OS_Windows_Automation)







# OS System Automation and Manipulation using C Programming

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.

## Topics Covered

- C Programming
- Screenshots
- System Control
- Hotspot Manipulation
- Shortcuts
- Windows 8.1 Automation
- Command Line Operations
- Device Management
- Volume Control
- System Information

## Instructions

1. **Environment Setup:**
- Add `nircmd.exe` to the PATH environment variable to run files in the `Screenshot`, `Shortcuts`, and `Manipulation` folders.
- Run `Hotspot.exe` in Administrator mode for hotspot functionality.

2. **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.

3. **Have Fun!**
- Explore the various functionalities and customize them to suit your needs.

## Dependencies

- `nircmd.exe` for additional system control features.

## Files and Folders

- **Screenshot:** Contains code for taking one-click screenshots.
- **Shortcuts:** Includes code for creating shortcuts.
- **Manipulation:** Holds code for various system manipulations.

## License

This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details.

## Contributing

If you'd like to contribute to the project, please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature`).
3. Commit your changes (`git commit -m 'Add some feature'`).
4. Push to the branch (`git push origin feature/your-feature`).
5. Open a pull request.

## Issues

If you encounter any issues or have suggestions, please open an issue on the [Issues](https://github.com/walidbosso/C_OS_Windows_Automation/issues) page.

Enjoy exploring the System Manipulation using C Programming project! 🚀



----------------------
> >  
© *by Walid BOUSSOU*  🇲🇦 😄
 
----------------------

👏 Thanks for the support

## Stargazers

[![Stargazers repo roster for @walidbosso/C_OS_Windows_Automation](http://reporoster.com/stars/dark/walidbosso/C_OS_Windows_Automation)](https://github.com/walidbosso/C_OS_Windows_Automation/stargazers)

## Forkers

[![Forkers repo roster for @walidbosso/C_OS_Windows_Automation](http://reporoster.com/forks/dark/walidbosso/C_OS_Windows_Automation)](https://github.com/walidbosso/C_OS_Windows_Automation/network/members)

## Contributors





![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/walidbosso/C_OS_Windows_Automation?style=social)


![GitHub License](https://img.shields.io/github/license/walidbosso/C_OS_Windows_Automation?style=social)









𝚂𝚑𝚘𝚠 𝚜𝚘𝚖𝚎 💙 𝚋𝚢 𝚜𝚝𝚊𝚛𝚛𝚒𝚗𝚐 ⭐ 𝚝𝚑𝚎 𝚛𝚎𝚙𝚘𝚜𝚒𝚝𝚘𝚛𝚢!


Back to top