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.

cmdlines.txt - doesnt work?

Featured Replies

Hi, im trying to make full unattended xp sp2 installation cd, but seems like my cmdlines.txt doesnt work... There is no problem with copying files from $OEM$ directory to the hard drive / system folder, but files i want to execute using cmdlines dont run/open. I tried to put "pause" in cmdlines.txt, so it should probably show 'press any key...' in a cmd window, but i dont see it while installing, maybe i missed something in winnt.sif? :/

This is my Winnt.sif:

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
Repartition=Yes
UnattendSwitch="Yes"
WaitForReboot="No"
Hibernation=No

[GuiUnattended]
AdminPassword=xxx
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=100
OemSkipWelcome=1

[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="xxx"
OrgName=""
ComputerName=xxx

[Display]
BitsPerPel=32
Xresolution=1280
YResolution=1024
Vrefresh=85

[RegionalSettings]
LanguageGroup=1
Language=00000809

[Identification]
JoinWorkgroup=xxx

[Networking]
InstallDefaultComponents=Yes

Cmdlines.txt:

[Commands]
"users.cmd"
"test.cmd"

users.cmd:

net user test /add
net localgroup Administrators test /add
net localgroup Users test /delete
net accounts /maxpwage:unlimited

EXIT

test.cmd:

(i made this file to check if cmdlines was executed, it worked once i believe :P)

MKDIR C:\test

EXIT

My cd looks like this ->

root

|- $OEM$

| |

| |- $1

| |- $$

| |- Cmdlines.txt

| |- users.cmd

| |- test.cmd

|

|- I386 (this is untouched folder from original xp cd)

|- autorun.ini etc...

you must put cmdlines.txt and users.cmd test.cmd under the directory $OEM$

  • Author

i got cmdlines.txt etc. in $OEM$, thats how it should be, right?

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.