Delete registry keys, registry value/ value_names, path entries, and often used installation directories based on a string search.
Project description
Win_purge
It is a very bad idea to run Python code from the internet that modifies the Windows Registry. Minor bugs in Win_purge can be critical - any could inadvertantly cripple your system. Win_purge can delete important registry keys if you let it - I do not know the purpose of every Registry key, and there is no special treatment of any Windows edition or setups (the code can quickly become out of date - the frequency of automatic Windows updates in the modern age, means Win_purge could have become inadvertantly unsafe at any point in time).
I draw your attention to the last paragraph of the MIT license:
"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
That said, if you accept the risk, then win_purge has been designed to take the following steps to protect your system, based on a simple text search:
-
Refuses to run if a matching registered uninstaller is found (as this should be run instead).
-
Uses exactly the same search code for a safe dry run, as for a run that deletes matching keys - no surprising results.
-
Requires a special force switch on the CLI to delete and modify keys.
-
Prompts for confirmation, skip or quit (y/n/quit respectively) before each change.
-
Tries to identify system path keys. In recognised path keys, win_purge modifies the path name/data in the value instead (removing matching paths from the system wide path and from the user's path).
-
Backs up each key before modification or deletion (with
reg export), and consolidates the backups after each session. -
Uses send2trash to send the temporary key back up files to the Recycle Bin (does not permanently delete them).
-
Win_purge can also delete matching application files from common installation directories.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file win_purge-0.0.2.tar.gz.
File metadata
- Download URL: win_purge-0.0.2.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
753a94cd6fbc7b01ca7f7499bed4cc7687a65b8e4e0dadc8425d93989d1643cf
|
|
| MD5 |
a68e4c1bfbd8ae659a7dfc8d30c7e076
|
|
| BLAKE2b-256 |
0a30ea45a655a925384e016cd8712d4031caa62bf59243839e6617ba341ea28a
|
File details
Details for the file win_purge-0.0.2-py3-none-any.whl.
File metadata
- Download URL: win_purge-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daf8e8e4d1724071c847fb876cc01658385e76824e5900ebdfd656090ea26ed9
|
|
| MD5 |
4c20478a4085547967daece456a2ba28
|
|
| BLAKE2b-256 |
90a37c14db9df96a5e641f12cae22c474bc7c79a9f2453e8def6b1e0f2b8a231
|