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.

Some Questions about adding users and drivers

Featured Replies

Hello

i found this tool trough msfn website and it sounds great for what I'm looking for

I would like to make an automated install of windows and the add the softwares and the users

Here is an example of my menu

menu5sz.jpg

I think I will manage the software part but some problems to understand if what I want to do for the user part is possible..

I would like to :

add user locally on the workstation after installation of windows

add user on the domain (active directory)

get the user profile back from the network

add the workstation in the domain

Is this possible ?

I also want to have a part for special drivers (laptops for example)

Is this possible ?

Thanks a lot for this great tool :thumbup

  • Author

Hello

So the first part on my cd is ok

I have a proper install of winxp with sp2 and oeminfos

For few times I make a boot cd with the runonce method

Is this possible to do the same with the wihu tool ?

Here is my runonceex example :

@echo off

IF EXIST D:\CD.txt set CDROM=D:

IF EXIST E:\CD.txt set CDROM=E:

IF EXIST F:\CD.txt set CDROM=F:

IF EXIST G:\CD.txt set CDROM=G:

IF EXIST H:\CD.txt set CDROM=H:

IF EXIST I:\CD.txt set CDROM=I:

IF EXIST J:\CD.txt set CDROM=J:

SET KEY= HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installation des Logiciels" /f

REG ADD %KEY%\005 /VE /D "CdEx" /f

REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Applications\CDex\cdex_151.exe /S" /f

REG ADD %KEY%\010 /VE /D "Adobe Reader 6" /f

REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\Applications\AdobeReader\AdbeRdr60_fra_full.exe -p\"-s /v\"/qn\"\"" /f

REG ADD %KEY%\015 /VE /D "MSN Messenger" /f

REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\Msn\MsnMsgs.msi /qn" /f

REG ADD %KEY%\020 /VE /D "Pack Microsoft Office 2003" /f

REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\Applications\Office2003\setup.exe TRANSFORMS=unattended.mst /qb-" /f

REG ADD %KEY%\025 /VE /D "Norton Internet Security 2004" /f

REG ADD %KEY%\025 /V 1 /D "%CDROM%\Software\Applications\NAV2004\symsetup.exe /QB" /f

exit

Is thit possible to check if there is an install from a cd with the install.ini

I think the installation commands are the same , no ?

Something like that :

IF EXIST D:\CD.txt set %srcdrive%=D:

IF EXIST E:\CD.txt set %srcdrive%=E:

IF EXIST F:\CD.txt set %srcdrive%=F:

IF EXIST G:\CD.txt set %srcdrive%=G:

IF EXIST H:\CD.txt set %srcdrive%=H:

IF EXIST I:\CD.txt set %srcdrive%=I:

IF EXIST J:\CD.txt set %srcdrive%=J:

[bureautique]

; Sub command 0

description.0=Microsoft Office 2003

command.0=%srcdrive%\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

selected.0 = 0

; Sub command 1

description.1=Adobe Acrobat Reader

command.1=%srcdrive%\Applications\AdobeReader\AdbeRdr705_fra_full.exe -p"-s /v\"/qn\""

selected.1 = true

Thanks :P

Edited by greg_285

  • Author

OK i get started and I understand the methode for the applications.

Some problems with silent switch but I will get true..

To add the user I also undestand, so let's go..

I ask again if I have a problem

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.