Initial commit: PrintCleaner tool with GUI, Admin check, and custom icon

This commit is contained in:
2025-12-22 12:51:09 +01:00
commit 157828f49d
9 changed files with 419 additions and 0 deletions

19
PrintCleaner.manifest Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
type="win32"
name="PrintCleaner.App"
version="1.0.0.0"
processorArchitecture="amd64"
/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"
/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>