Skip to content

Commit 2675af8

Browse files
added more files fixed .gitignore
1 parent bd1563f commit 2675af8

2 files changed

Lines changed: 98 additions & 2 deletions

File tree

  • PowerShell-Script_Archive/System Utilities & Management/Adobe Genuine Service Remover

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ gemini.md
66
GEMINI-CLI - Launcher.PS1
77
.geminiignore
88
EXAMPLE-README.MD
9-
Adobe Genuine Service Remover
109
thumbs.db
1110
Untitled
1211
2Adobe Genuine Service Remover - Utility Script.ps1
1312
Adobe Genuine Service Remover - Utility Script.ps1
1413
Untitled (1).PS1
1514
Untitled (2).PS1
15+
Versions/v0.8.6.0 OptiLink Instant Messenger.PS1
1616
PowerShell-Script_Archive/BACKUP.zip
17-
PowerShell-Script_Archive/Communication/OptiLink Instant Messenger/Previous Versions/v0.8.6.0 OptiLink Instant Messenger.PS1
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<a id="readme-top"></a>
2+
3+
<!-- EliteSoftware Co. LOGO -->
4+
5+
<br />
6+
<div align="center">
7+
<!-- <a href="Logo"> -->
8+
<!-- <img src="https://i.postimg.cc/85MDTcrJ/Elite-Software-LOGO-Mocup2.png" alt="Logo" width="256" height="256"> -->
9+
<!-- </a> -->
10+
</div>
11+
12+
<!-- ABOUT THE PROJECT -->
13+
14+
# 💾 About The Project <div align="center">
15+
16+
## Adobe Genuine Service Remover
17+
18+
The `Adobe Genuine Service Remover` is a specialized PowerShell utility designed to forcefully stop and remove the Adobe Genuine Service (AGS) and its related background processes. This tool provides a simple graphical user interface (GUI) to automate the cleanup of these persistent services, which can sometimes cause performance issues or unwanted notifications.
19+
20+
Built by: Zachary Whiteman & Google Gemini Ai.
21+
22+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
23+
24+
<!-- GETTING STARTED -->
25+
26+
# 🔰 Getting Started
27+
This tool is designed to forcefully remove specific system services. Use with understanding of its function.
28+
29+
## 🕰️ Prerequisites
30+
To run this script, you will need:
31+
32+
* **Windows Operating System.**
33+
* **PowerShell 5.1 or newer.**
34+
* **Administrator Privileges:** The script requires full administrator access to stop processes and delete system services/files. It will automatically attempt to self-elevate.
35+
36+
## 💽 Installation & Execution
37+
1. **Download:** Download the `Adobe Genuine Service Remover - Utility Script.ps1` script file.
38+
2. **Unblock:** Right-click the file, go to Properties, and click `Unblock` if the file was downloaded from the internet.
39+
3. **Run:** Execute the script from a PowerShell console or by double-clicking it.
40+
```powershell
41+
".\Adobe Genuine Service Remover - Utility Script.ps1"
42+
```
43+
44+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
45+
46+
## 🚀 Usage
47+
The application provides a "Kill & Nuke" button to initiate the cleaning process.
48+
49+
1. **Launch:** Open the tool. The status label will indicate "Ready for process termination...".
50+
2. **Execute:** Click the **Kill & Nuke** button.
51+
3. **Process:** The tool will perform the following actions:
52+
* **Hunt Processes:** Actively searches for and terminates known Adobe background processes like `AdobeIPCBroker`, `CCXProcess`, `CoreSync`, and others.
53+
* **Delete Services:** Attempts to delete the `AGSService` and `AGMService` from the Windows Service Control Manager.
54+
* **Remove Files:** Deletes the installation directory for the Adobe Genuine Client (`C:\Program Files (x86)\Common Files\Adobe\AdobeGCClient`).
55+
4. **Log:** The output box will display a real-time log of every action taken, including successes and any errors encountered.
56+
57+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
58+
59+
## ✨ Key Features
60+
* **Pre-emptive Process Killing:** Actively hunts down and stops related Adobe background processes that might prevent file deletion.
61+
* **Service Removal:** Uses the `sc.exe` command to permanently delete the target services.
62+
* **File Cleanup:** Removes the physical files associated with the service to prevent it from restarting.
63+
* **Real-time Logging:** Provides immediate visual feedback on what the script is doing.
64+
* **Self-Elevating:** Automatically requests the necessary permissions to run.
65+
66+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
67+
68+
## 🛠️ Technology Stack
69+
* **Scripting Language:** PowerShell
70+
* **GUI Framework:** .NET Windows Forms (WinForms).
71+
* **System Interaction:** Utilizes `Stop-Process`, `sc.exe`, and `Remove-Item` for system modifications.
72+
73+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
74+
75+
## 📐 Architecture & Security Notes
76+
* **Forceful Removal:** This script performs a forceful removal of software components. It is not a standard uninstaller and bypasses the usual uninstallation routines.
77+
* **System Modification:** It modifies the System Service configuration and deletes files from `Program Files (x86)`. This operation is intended to be permanent.
78+
79+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
80+
81+
## 🪪 License
82+
Distributed under the MIT License. See LICENSE.txt for more information.
83+
84+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
85+
86+
## ☎️ Contact
87+
Zach Whiteman - elitesoftwarecolimited@gmail.com
88+
89+
HuggingFace - https://huggingface.co/EliteSoftware
90+
91+
HuggingFace (Personal) - https://huggingface.co/TheShadyRainbow
92+
93+
LinkTree - https://linktr.ee/zachrainbow
94+
95+
Patreon - https://www.patreon.com/c/EliteSoftwareCo
96+
97+
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)