add fileshredder config and teams but disabled
This commit is contained in:
14
apps.json
14
apps.json
@@ -47,6 +47,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Microsoft Teams",
|
||||
"Id": "Microsoft.Teams",
|
||||
"Version": "",
|
||||
"Enabled": 0,
|
||||
"PostInstall": []
|
||||
},
|
||||
{
|
||||
"Name": "KeePassXC",
|
||||
"Id": "KeePassXCTeam.KeePassXC",
|
||||
@@ -78,7 +85,12 @@
|
||||
"Id": "PowTools.FileShredder",
|
||||
"Version": "",
|
||||
"Enabled": 1,
|
||||
"PostInstall": []
|
||||
"PostInstall": [
|
||||
{
|
||||
"Type": "RegImport",
|
||||
"Path": "./config/fileshredder.reg"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "VLC",
|
||||
|
||||
4
config/fileshredder.reg
Normal file
4
config/fileshredder.reg
Normal file
@@ -0,0 +1,4 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Shredder\Settings]
|
||||
"DefaultAlgorithm_ItemIndex"=dword:00000003
|
||||
Reference in New Issue
Block a user