add teams icon, add vs revo, etc

This commit is contained in:
Julian Freeman
2026-02-04 12:51:35 -04:00
parent 406317db78
commit 8270fa3ec1
5 changed files with 101 additions and 1 deletions

Binary file not shown.

View File

@@ -52,7 +52,13 @@
"Id": "Microsoft.Teams",
"Version": "",
"Enabled": 1,
"PostInstall": []
"PostInstall": [
{
"Type": "FileCopy",
"Source": "./assets/msteams/Microsoft Teams.lnk",
"Destination": "$HOME\\Desktop\\Microsoft Teams.lnk"
}
]
},
{
"Name": "KeePassXC",
@@ -69,6 +75,10 @@
"Type": "FileCopy",
"Source": "./assets/keepassxc/KeePassXC.lnk",
"Destination": "$HOME\\Desktop\\KeePassXC.lnk"
},
{
"Type": "RegImport",
"Path": "./config/keepassxc.reg"
}
]
},
@@ -119,6 +129,18 @@
}
]
},
{
"Name": "Revo Uninstaller",
"Id": "RevoUninstaller.RevoUninstaller",
"Version": "2.6.5",
"Enabled": 0,
"PostInstall": [
{
"Type": "RegImport",
"Path": "./config/revo_uninstaller.reg"
}
]
},
{
"Name": "Adobe Acrobat Reader",
"Id": "Adobe.Acrobat.Reader.64-bit",

5
config/keepassxc.reg Normal file
View File

@@ -0,0 +1,5 @@
Windows Registry Editor Version 5.00
; disable automatically start
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"KeePassXC"=-

View File

@@ -0,0 +1,72 @@
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\General]
"AU on startup"=dword:00000000
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\Uninstaller]
"Create System Restore Pont"=dword:00000000
"Maximize uninstall wizard"=dword:00000000
"Select leftovers by default"=dword:00000001
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\TrackCleaner\Browsers\CHR]
"Clear History of Visited Internet Web Pages"=dword:00000001
"Delete Temporary Internet Files"=dword:00000001
"Delete Cookies"=dword:00000000
"Delete Download History"=dword:00000001
"Delete Form History"=dword:00000001
"Delete Session History"=dword:00000001
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\TrackCleaner\Browsers\EDGE]
"Clear History of Visited Internet Web Pages"=dword:00000001
"Delete Temporary Internet Files"=dword:00000001
"Delete Cookies"=dword:00000000
"Delete Download History"=dword:00000001
"Delete Form History"=dword:00000001
"Delete Session History"=dword:00000001
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\TrackCleaner\Browsers\FF]
"Clear History of Visited Internet Web Pages"=dword:00000001
"Delete Temporary Internet Files"=dword:00000001
"Delete Cookies"=dword:00000001
"Delete Download History"=dword:00000001
"Delete Form History"=dword:00000001
"Delete Session History"=dword:00000001
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\TrackCleaner\Browsers\IE]
"Clear History of Visited Internet Web Pages"=dword:00000001
"Delete Address Bar History"=dword:00000001
"Delete Temporary Internet Files"=dword:00000001
"Delete Cookies"=dword:00000001
"Delete Index.dat files"=dword:00000001
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\TrackCleaner\Browsers\Opera]
"Clear History of Visited Internet Web Pages"=dword:00000001
"Delete Download History"=dword:00000001
"Delete Temporary Internet Files"=dword:00000001
"Delete Cookies"=dword:00000001
"Delete Session History"=dword:00000001
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\TrackCleaner\MSOffice]
"CWRDH"=dword:00000001
"CERDH"=dword:00000001
"CARDH"=dword:00000001
"CPPRDH"=dword:00000001
"CFPEDH"=dword:00000001
[HKEY_CURRENT_USER\Software\VS Revo Group\Revo Uninstaller\TrackCleaner\Windows]
"Clear Recent Documents History"=dword:00000001
"Clear Start Menu Run History"=dword:00000001
"Clear Find File History"=dword:00000001
"Clear Printers, Computers and People Find History"=dword:00000001
"Clear Paint Recent File History"=dword:00000001
"Clear Wordpad Recent File History"=dword:00000001
"Clear Regedit Last Opened Key History"=dword:00000001
"Clear Common Dialog Open Save Recent History"=dword:00000001
"Clear Common Dialog Last Visited Folder History"=dword:00000001
"Delete Start Menu Click Logs"=dword:00000001
"Empty Clipboard"=dword:00000001
"Empty Recycle Bin"=dword:00000001
"Delete Windows Temporary Files"=dword:00000001
"Delete Memory Dump Files"=dword:00000001
"Delete Chkdsk recovered file fragments"=dword:00000001
"Delete Thumbnail Cache"=dword:00000001

View File

@@ -7,6 +7,7 @@
"VeraCrypt": 1,
"File Shredder": 1,
"VLC": 1,
"Revo Uninstaller": 1,
"Adobe Acrobat Reader": 0,
"System Optimize": 1
}