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.

Vista unattended problems

Featured Replies

i'm almost finished doing an unattedend vista but i have a few problems.

1. can i install SPTD during setup, like in windows xp at 13 minutes it runs cmdlines file in OEM folder?

if i installed it during wpi i need to restart and when i do that wpi doesn't start after reboot.

2. how can i delete shorcuts from the desktop and clean the temp folder in a batch file?

DEL "%AllUsersProfile%\Desktop\*.lnk"

DEL "%UserProfile%\Desktop\*.lnk"

after running the commands above there are still shortcuts remaning locating in c:\user\public\desktop

what should i type to remove these shortcuts?

thx for the help


i'm almost finished doing an unattedend vista but i have a few problems.

1. can i install SPTD during setup, like in windows xp at 13 minutes it runs cmdlines file in OEM folder?

if i installed it during wpi i need to restart and when i do that wpi doesn't start after reboot.

2. how can i delete shorcuts from the desktop and clean the temp folder in a batch file?

DEL "%AllUsersProfile%\Desktop\*.lnk"

DEL "%UserProfile%\Desktop\*.lnk"

after running the commands above there are still shortcuts remaning locating in c:\user\public\desktop

what should i type to remove these shortcuts?

thx for the help

1: yes you can

With setupcomplete.cmd or with autounattend.xml

2:

DEL "%public%\Desktop\*.lnk"

DEL "%UserProfile%\Desktop\*.lnk"

Next time search first, things like this are discussed before.

Edited by sp00f

  • Author

thx for the help sp00f

installing SPTD using setupcomplete.cmd works, but it needs a restart to finish completely so i can install daemon tools. i want it to be installed during windows setup not after setup finishes, or find a way to make WPI work after a reboot.

also i'm trieding to delete the temp folder using this command

DEL %TEMP%

but it requires y/n answer

tried /S /Q but it doesn't work

Edited by exhaler

i think you need to install it in audit phase.

search to know how to do it.

also i'm trieding to delete the temp folder using this command

DEL %TEMP%

but it requires y/n answer

tried /S /Q but it doesn't work

Try /Y That's what I use to delete temp files etc. and it works for me.

i'm almost finished doing an unattedend vista but i have a few problems.

1. can i install SPTD during setup, like in windows xp at 13 minutes it runs cmdlines file in OEM folder?

if i installed it during wpi i need to restart and when i do that wpi doesn't start after reboot.

2. how can i delete shorcuts from the desktop and clean the temp folder in a batch file?

DEL "%AllUsersProfile%\Desktop\*.lnk"

DEL "%UserProfile%\Desktop\*.lnk"

after running the commands above there are still shortcuts remaning locating in c:\user\public\desktop

what should i type to remove these shortcuts?

thx for the help

1: yes you can

With setupcomplete.cmd or with autounattend.xml

2:

DEL "%public%\Desktop\*.lnk"

DEL "%UserProfile%\Desktop\*.lnk"

Next time search first, things like this are discussed before.

works fine here during setupcomplete

Vista reboots at that point anyway , if nit you can add a line to your cmd file

Shutdown.exe /r

For more options : shutdown.exe /?

If you want it installed from the XML :

http://www.msfn.org/board/index.php?showto...048&hl=sptd

Edited by sp00f

  • Author

i found a solution i used this in my xml in audit

<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>3</Order>
<Path>cmd /c %AppsRoot%\Install\SPTD\SPTD1.53 add /q</Path>
<WillReboot>Always</WillReboot>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>60</Order>
<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path>
</RunSynchronousCommand>
</RunSynchronous>

it restarts after installation, however it restarts about 5 times before WPI shows up and begins installing my programs

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.