https://github.com/nattyxo/floating-controller
Floating Controller is a C# application designed to provide users with a convenient interface to perform various system actions, such as toggling Windows Defender, activating keyboard screens, creating special folders, and more.
https://github.com/nattyxo/floating-controller
controller float float-controller pc-control
Last synced: 9 months ago
JSON representation
Floating Controller is a C# application designed to provide users with a convenient interface to perform various system actions, such as toggling Windows Defender, activating keyboard screens, creating special folders, and more.
- Host: GitHub
- URL: https://github.com/nattyxo/floating-controller
- Owner: NattyXO
- License: other
- Created: 2024-01-28T19:50:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T19:49:06.000Z (over 2 years ago)
- Last Synced: 2025-09-02T18:46:02.731Z (9 months ago)
- Topics: controller, float, float-controller, pc-control
- Language: C#
- Homepage: https://www.youtube.com/@AhaduTech
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Floating Controller
## Overview
Floating Controllerr is a C# application designed to provide users with a convenient interface to perform various system utility tasks. The application includes features like toggling Windows Defender, enabling screen always on, creating special folders, and more.
## Features
1. **Toggle Windows Defender State:**
- Enable or disable Windows Defender with a single click.
- Uses PowerShell commands to control real-time monitoring.
2. **Screen Always On:**
- Activate screen always on to prevent screen lock.
3. **Remove Activate Windows Watermark:**
- Disable the Test Mode to remove the "Activate Windows" watermark.
- Provides an option to restart the computer immediately or later.
4. **On-Screen Keyboard:**
- Simulate a key press to activate the on-screen keyboard.
5. **God Mode Folder:**
- Create a special "God Mode" folder on the desktop.
6. **Emoji Keyboard Activation:**
- Simulate key presses to activate the emoji keyboard.
7. **Disable Sticky Keys:**
- Disable Sticky Keys functionality.
8. **Clipboard History:**
- Simulate key presses to open the Windows Clipboard History.
9. **Max FPS Disable:**
- Disable a specific device (e.g., touchpad) using its instance ID.
10. **Disable User Account Control (UAC):**
- Disable UAC using an external method.
11. **Change Taskbar Position:**
- Move the taskbar to a different position on the screen.
## Requirements
- .NET Framework (version X.X or above)
- Elevated permissions to execute PowerShell commands
## Note
- Exercise caution when performing actions that modify system settings.
- Some actions may require a system restart to take effect.
## License
This project is licensed under the [MIT License](LICENSE).
---