Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Microsoft AntiSpyware Silent

Featured Replies

Would someone direct me on how I can deploy this thing... i want to use a GPO so

I'd like to:

have a .bat file that runs and places a flag like the one I've written here

CODE

@echo off

REM THIS FILE WRITTEN BY JPIERCE IN EFFORT TO AUTOMATE THE DISTRIBUTION OF "Microsoft Anti-Spyware"

If exist "C:\MS_Anti_Spy.flg" GOTO Nevermind

If not exist "C:\MS_Anti_Spy.flg" GOTO INSTALL_MS_Anti_Spy

:INSTALL_MS_Anti_Spy

If exist "C:\Program Files\Microsoft AntiSpyware\GIANTAntiSpywareMain.exe" GOTO Nevermind

\\datacontrol\NETLOGON\GPO_Scripts\MSAntiSpy\MicrosoftAntiSpywareInstall.exe /S /V/qn

SET WriteToFile=C:\MS_Anti_Spy.flg

ECHO %date% %time% >>%WriteToFile%

@echo Microsoft Anti-Spyware installed by the CFSI IT department.

GOTO End

:Nevermind

If exist "C:\MS_Anti_Spy.flg" GOTO LOGSKIP

If not exist "C:\MS_Anti_Spy.flg" GOTO LOGPLACE

:LOGPLACE

SET WriteToFile=C:\MS_Anti_Spy.flg

ECHO %date% %time% >>%WriteToFile%

@echo Log file placed as C:\MS_Anti_Spy.flg

GOTO LOGSKIP

:LOGSKIP

@echo Microsoft Anti-Spyware already installed.............

:End

pause

exit

I tried that autoit script - do i have to deploy that to my whole network to get tit to run?

1. are the silent switchs on the just not working for anyone??

2. what's the resolution here?

Thank you all for your assistance

You have to register the exe after install...

"%PROGRAMFILES%\MICROSOFT ANTISPYWARE\GCASDTSERV.EXE" /REGSERVER

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.