add teams icon, add vs revo, etc
This commit is contained in:
BIN
assets/msteams/Microsoft Teams.lnk
Normal file
BIN
assets/msteams/Microsoft Teams.lnk
Normal file
Binary file not shown.
@@ -52,7 +52,13 @@
|
|||||||
"Id": "Microsoft.Teams",
|
"Id": "Microsoft.Teams",
|
||||||
"Version": "",
|
"Version": "",
|
||||||
"Enabled": 1,
|
"Enabled": 1,
|
||||||
"PostInstall": []
|
"PostInstall": [
|
||||||
|
{
|
||||||
|
"Type": "FileCopy",
|
||||||
|
"Source": "./assets/msteams/Microsoft Teams.lnk",
|
||||||
|
"Destination": "$HOME\\Desktop\\Microsoft Teams.lnk"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "KeePassXC",
|
"Name": "KeePassXC",
|
||||||
@@ -69,6 +75,10 @@
|
|||||||
"Type": "FileCopy",
|
"Type": "FileCopy",
|
||||||
"Source": "./assets/keepassxc/KeePassXC.lnk",
|
"Source": "./assets/keepassxc/KeePassXC.lnk",
|
||||||
"Destination": "$HOME\\Desktop\\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",
|
"Name": "Adobe Acrobat Reader",
|
||||||
"Id": "Adobe.Acrobat.Reader.64-bit",
|
"Id": "Adobe.Acrobat.Reader.64-bit",
|
||||||
|
|||||||
5
config/keepassxc.reg
Normal file
5
config/keepassxc.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; disable automatically start
|
||||||
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
|
||||||
|
"KeePassXC"=-
|
||||||
72
config/revo_uninstaller.reg
Normal file
72
config/revo_uninstaller.reg
Normal 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
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
"VeraCrypt": 1,
|
"VeraCrypt": 1,
|
||||||
"File Shredder": 1,
|
"File Shredder": 1,
|
||||||
"VLC": 1,
|
"VLC": 1,
|
||||||
|
"Revo Uninstaller": 1,
|
||||||
"Adobe Acrobat Reader": 0,
|
"Adobe Acrobat Reader": 0,
|
||||||
"System Optimize": 1
|
"System Optimize": 1
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user