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.

run inf on xp build .2180

Featured Replies

I am trying to make an inf file that will only work on windows xp sp2 RTM build (2180)

I know that its something that has to go under the version sections but I can't find out anything about it.

[version]
signature="$CHICAGO$"

[DefaultInstall]
AddReg = File, Add.Uninstall
CopyFiles = Gotoinf

[DefaultUninstall]
DelReg = Del.Registry
DelFiles = Gotoinf

[File]
; changes .reg files to open not merge.
HKCR,"%Reg%\shell",,,"edit"

; changes .cmd files to edit not open/run.
HKCR,"%Cmd%\shell",,,"edit"

; changes .bat files to edit not open/run.
HKCR,"%Bat%\shell",,,"edit"

[Add.Uninstall]
HKLM,%Uninstall%,DisplayName,,"%AppDesc%"
HKLM,%Uninstall%,UninstallString,,"rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\%thisfile%"

[Del.Registry]
; changes .reg files to merge not open.
HKCR,"%Reg%\shell",,,""

; changes .cmd files to open/run not edit.
HKCR,"%Cmd%\shell",,,""

; changes .bat files to open/run not edit.
HKCR,"%Bat%\shell",,,""

HKLM,"%Uninstall%"


[DestinationDirs]
Gotoinf = 17;windows\inf

[Gotoinf]
%thisfile%

[STRINGS]
Reg = regfile
Cmd = cmdfile
Bat = batfile

Current = "Software\Microsoft\Windows\CurrentVersion"
Explorer = "Software\Microsoft\Windows\CurrentVersion\Explorer"

Uninstall   = "Software\Microsoft\Windows\CurrentVersion\Uninstall\%thisfile%"
thisfile    = "change.inf"
AppDesc     = "Change File Associations reg, bat, cmd"

I want to try a file so that it will only apply registry settings or install applications like the support tools.

i think that it might be build= 2180 to go under version but i could be wrong.

  • Author

sorry i mean something like this

[version]
signature="$CHICAGO$"
; Bulid=2600; <-- This is what I mean. Can this be used?
; Minorversion=2180; <-- This is what I mean. Can this be used?

[DefaultInstall]
AddReg = File, Add.Uninstall

The two things that are commented out in the [version] I think that ive seen this in an inf file but I can't remember if this is correct or where I found it.

Would gosh be able to help??

Create an account or sign in to comment

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.