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.

Information about Hotfix switch

Featured Replies

Hello

Do MS have a list of switches for their hotfixes on their site?

I have some problem installing multiple hotfixes completly unattended.

I run W2K and have tried this

@echo off

setlocal

set PATHTOFIXES=\\w2kserver\Share\update\hotfix\W2KSwe\

%PATHTOFIXES%\KB823353.EXE /q

%PATHTOFIXES%\KB839645.EXE /z /m

%PATHTOFIXES%\KB840315.EXE /z /m

%PATHTOFIXES%\KB841872.EXE /z /m

%PATHTOFIXES%\KB842526.EXE /z /m

%PATHTOFIXES%\KB867801.EXE /q

%PATHTOFIXES%\KB870669.EXE /q

%PATHTOFIXES%\qchain.exe

But during the installation of those I get two question that asks me if I want to restart the computer. And I DONT wont those questions. :-(

If I try for example to write KB867801.exe /? I get some switches.

/Q = Quit Mode. But it still asks me if I want to restart.

Try this, it depends on what kind of hotfix it is:

@echo off
setlocal
set PATHTOFIXES=\\w2kserver\Share\update\hotfix\W2KSwe\
%PATHTOFIXES%\KB823353.EXE /Q:A /R:N
%PATHTOFIXES%\KB839645.EXE /Q /O /N /Z
%PATHTOFIXES%\KB840315.EXE /Q /O /N /Z
%PATHTOFIXES%\KB841872.EXE /Q /O /N /Z
%PATHTOFIXES%\KB842526.EXE /Q /O /N /Z
%PATHTOFIXES%\KB867801.EXE /Q:A /R:N
%PATHTOFIXES%\KB870669.EXE /Q:A /R:N
%PATHTOFIXES%\qchain.exe

Check here for more info:

http://unattended.msfn.org/xp/installhotfixes_old.htm

Works for win2k as well.

:hello:

  • Author

Thanks alot for the answers.

You have saved my day :-)

  • 3 weeks later...

Hey guys, just want to say thanks a bunch for this post.

It definately saved me a ton of searching for the command line switches for windows hotfixes to IE and ADODB, etc.

I hope to find more good stuff here....keep up the great posts!

- myEl

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.