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.

Unable to disable messanger, msn explorer, OE

Featured Replies

Hi,

I couldn't disable messanger, msn explorer, and outlook express from winnt.sif.

Here is my file: Can someone please tell me what I am doing wrong? Thanks.

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=ProvideDefault

UnattendSwitch=Yes

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

FileSystem=*

[GuiUnattended]

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=35

OemSkipWelcome=1

[Display]

BitsPerPel=32

Xresolution=1024

Yresolution=768

Vrefresh=75

AutoConfirm=1

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs= off

msnexplr= off

OEAccess= off


Try removing the spaces;

[Components]

msmsgs= off

msnexplr= off

OEAccess= off

Becomes;

[Components]

msmsgs=off

msnexplr=off

OEAccess=off

Just put a space after msnexplr the entry should be (msnexplr = off).

The items list (in mine winnt.sif) is below:

[Components]

accessopt = off

calc = off

charmap = off

Clipbook = off

deskpaper = off

dialer = off

freecell = off

heart = off

hypertrm = off

media_clips = off

media_utopia = off

minesweeper = off

mousepoint = off

mplay = off

msnexplr = off

mswordpad = off

netoc = off

objectpkg = off

paint = off

pinball = off

rec = off

solitaire = off

spider = off

templates = off

vol = off

WbemCrrl = off

WbemFwrd = off

WMAccess = off

zonegames = off

:thumbup

  • Author

Thanks man..I am trying that right now. I will let you know how it goes...

Just put a space after msnexplr the entry should be (msnexplr = off).

The items list (in mine winnt.sif) is below:

[Components]

accessopt = off

calc = off

charmap = off

Clipbook = off

deskpaper = off

dialer = off

freecell = off

heart = off

hypertrm = off

media_clips = off

media_utopia = off

minesweeper = off

mousepoint = off

mplay = off

msnexplr = off

mswordpad = off

netoc = off

objectpkg = off

paint = off

pinball = off

rec = off

solitaire = off

spider = off

templates = off

vol = off

WbemCrrl = off

WbemFwrd = off

WMAccess = off

zonegames = off

:thumbup

  • Author

It didn't work for me. I have exactly the same format. I only have 3 components listed, do you think that might be the problem. Is there any other components that needs to be turned off.

i have the same as pawan and works a treat.

Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan

make sure you have

OemPreinstall=Yes

UnattendSwitch=Yes

set in the [unattended] section.

and be aware that OEAccess=No just disables all visible entries to Outlook Express in Start Menu, Quick Launch and so an, but does not disable the installation of it.

  • Author

I have configured so it prompts me for partition size, computer name, and admin password. Windows keys are being pulled from the winnt.sif file. I have the display section in my answer file, but it doesn't seem like it is getting that information. As i have to change the display to 1024*768. Thanks...

Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan

  • Author

I am going to try your suggestion. I will disable outlook express from group policy as well. I just like to disable all visible entries to outlook express.

make sure you have

OemPreinstall=Yes

UnattendSwitch=Yes

set in the [unattended] section.

and be aware that OEAccess=No just disables all visible entries to Outlook Express in Start Menu, Quick Launch and so an, but does not disable the installation of it.

  • Author

That didn't work either....

I am going to try your suggestion.  I will disable outlook express from group policy as well.  I just like to disable all visible entries to outlook express.
make sure you have

OemPreinstall=Yes

UnattendSwitch=Yes

set in the [unattended] section.

and be aware that OEAccess=No just disables all visible entries to Outlook Express in Start Menu, Quick Launch and so an, but does not disable the installation of it.

I have configured so it prompts me for partition size, computer name, and admin password.  Windows keys are being pulled from the winnt.sif file.  I have the display section in my answer file, but it doesn't seem like it is getting that information.  As i have to change the display to 1024*768.  Thanks...
Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan

Attached is mine winnt.sif, check all the entry or simply replace with your key & name.

Pawan :thumbup

  • Author

Thanks man...I really appreciate it.

I have configured so it prompts me for partition size, computer name, and admin password.  Windows keys are being pulled from the winnt.sif file.  I have the display section in my answer file, but it doesn't seem like it is getting that information.  As i have to change the display to 1024*768.  Thanks...
Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan

Attached is mine winnt.sif, check all the entry or simply replace with your key & name.

Pawan :thumbup

  • 4 months later...

I have exactly the same problem. All settings are applied correctly, except for the entries in [Components] and TimeZone. Has someone found a solution to this problem?

;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated=0
UnattendedInstall=Yes

[Unattended]
UnattendMode=ProvideDefault
FileSystem=*
OemPreinstall=Yes
OemSkipEula=Yes
WaitForReboot=No
UnattendSwitch=Yes

[GuiUnattended]
OEMSkipRegional=0
OEMSkipWelcome=1
TimeZone=105

[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName=""
OrgName=""

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Components]
msmsgs=off
msnexplr=off

[Shell]
DefaultThemesOff=Yes
DefaultStartPanelOff=Yes

The only thing i can suggest is you try changing

UnattendMode to FullUnattended in stead of ProvideDefault..

But i could be totally wrong...

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.