Metadata-Version: 2.1
Name: win-defender
Version: 0.1.1
Summary: Tools to defend windows and get compliant with common regulations
License: MIT
Author: Dhrumil Mistry
Author-email: 56185972+dmdhrumilmistry@users.noreply.github.com
Requires-Python: >=3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Win Defender

Windows Defender contains several functions for tools to secure Windows machine and get compliant with common regulations.
## Win-Block-USBs

A simple python script to block usb root hubs on windows devices. 

## Usage

- Run cmd prompt/Powershell as administrator

- Clone repo

    ```bash
    git clone https://github.com/dmdhrumilmistry/win-block-usbs
    ```

- Change directory

    ```bash
    cd win-block-usbs
    ```

- Run script

    ```bash
    python win-block-usb.py
    ```


