renamed hkey scripts

This commit is contained in:
poslop
2026-01-14 10:40:13 -06:00
parent 09e1f81b4e
commit d6d9af9b7f
2 changed files with 55 additions and 0 deletions

4
RemoveHKeyPrinters.cmd Normal file
View File

@@ -0,0 +1,4 @@
@echo off
REM Ensure PowerShell execution regardless of local policy
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "\\domain_name\SYSVOL\domain_name\scripts\Printers\RemoveHKeyPrinters.ps1"
exit /b %ERRORLEVEL%