Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
resinfo-gt
swmb
resinfo-swmb
Commits
f4c23f20
Commit
f4c23f20
authored
May 05, 2022
by
Gabriel Moreau
Browse files
Remove Kaspersky Network Agent
parent
cfba513b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Modules/SWMB/Experimental.psm1
Modules/SWMB/Experimental.psm1
+3
-0
package.nsi
package.nsi
+1
-1
No files found.
Modules/SWMB/Experimental.psm1
View file @
f4c23f20
...
...
@@ -97,6 +97,9 @@ Function TweakUninstallKasperskyEndpoint { # RESINFO
"/qn"
)
Start-Process
"msiexec.exe"
-ArgumentList
$MSIArguments
-Wait
-NoNewWindow
# Remove Kaspersky Agent {2924BEDA-E0D7-4DAF-A224-50D2E0B12F5B}
Start-Process
"msiexec.exe"
-ArgumentList
"/X {2924BEDA-E0D7-4DAF-A224-50D2E0B12F5B} /qn"
-Wait
-NoNewWindow
Write-Host
"Uninstall finish"
}
Else
{
Write-Host
"Kaspersky not installed on this computer"
...
...
package.nsi
View file @
f4c23f20
...
...
@@ -21,7 +21,7 @@ Unicode True
!insertmacro GetOptions
!define NAME "SWMB"
!define VERSION "3.13.84.
2
"
!define VERSION "3.13.84.
3
"
!define DESCRIPTION "Secure Windows Mode Batch"
!define PUBLISHER "CNRS France, RESINFO / GT SWMB"
!define PUBLISHERLIGHT "CNRS France"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment