Early new working version
This commit is contained in:
parent
b221e5db4d
commit
6c2ab58781
11 changed files with 189 additions and 217 deletions
|
@ -43,7 +43,7 @@ king.com.CandyCrushSodaSaga
|
|||
f5.vpn.client
|
||||
SonicWALL.MobileConnect
|
||||
Microsoft.BingMaps
|
||||
Microsoft.XboxLIVEGame
|
||||
Microsoft.XboxLIVEGames
|
||||
Microsoft.Reader
|
||||
Microsoft.WindowsReadingList
|
||||
Microsoft.WindowsScan
|
|
@ -1,4 +0,0 @@
|
|||
Internet-Explorer-Optional-amd64
|
||||
FaxServicesClientPackage
|
||||
WindowsMediaPlayer
|
||||
MediaPlayback
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
{
|
||||
"action" : "KillProcess",
|
||||
"name" : "git"
|
||||
"name" : "explorer"
|
||||
},
|
||||
{
|
||||
"_comment" : "OneDrive Uninstaller x64 version",
|
||||
|
@ -51,13 +51,6 @@
|
|||
"path" : "HKLM:\\Software\\Policies\\Microsoft\\Windows\\OneDrive",
|
||||
"type" : ""
|
||||
},
|
||||
{
|
||||
"action" : "AddRegKey",
|
||||
"value" : "0300000021B9DEB396D7D001",
|
||||
"key" : "OneDrive",
|
||||
"path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\StartupApproved\\Run",
|
||||
"type" : "Binary"
|
||||
},
|
||||
{
|
||||
"action" : "AddRegKey",
|
||||
"value" : "0",
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"name" : "Block unwanted Host",
|
||||
"description" : "This module block some hosts from Microsoft",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "BlockHost",
|
||||
"file" : "hosts.txt",
|
||||
"host" : ""
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"name" : "Block IP From MS servers",
|
||||
"description" : "Disable Advertising",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "FwBlockOutputIP",
|
||||
"ip" : "",
|
||||
"file" : "ip.txt"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"name" : "Delete Metro App",
|
||||
"description" : "This module delete all useless modern app",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "UninstallModernApp",
|
||||
"file" : "apps.txt",
|
||||
"removeProvisionned" : "true"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"name" : "Disable Advertising",
|
||||
"description" : "Disable Advertising",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "AddRegKey",
|
||||
"value" : "1",
|
||||
"key" : "DisabledByGroupPolicy",
|
||||
"path" : "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AdvertisingInfo",
|
||||
"type" : ""
|
||||
}
|
||||
]
|
||||
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"name" : "Disable Features",
|
||||
"description" : "This module disable some useless Windows Features",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "DisableFeature",
|
||||
"file" : "features.txt",
|
||||
"name" : ""
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"name" : "Disable Service",
|
||||
"description" : "This module delete services known to send data to Microsoft",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "DisableService",
|
||||
"file" : "services.txt",
|
||||
"name" : ""
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue