scipag / HardeningKitty

HardeningKitty - Checks and hardens your Windows configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires Admin Privilege

piyatila opened this issue · comments

Hello, while I run the script and I want to save it as CSV file, however I encounter this kind of error to some of our configured policy.

How to bypass ?
image

HardeningKitty checks if a user is admin before using functions that require admin rights. If you want to check these settings, you need to run the script as admin. You could theoretically modify the script and set $IsAdmin = true to bypass the check, but you'll get access denied and other error messages.