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.

Unattended Help

Featured Replies

Hey there, this its my first post and already with doubts :)

Hope you can help me

My questions:

--- How can set the "Documents and Settings" folder to be installed in another partition?

-- Can I change the default settings of the start menu > all programs folders? Such as create a Internet folder and put all the internet shortcuts there?

-- Since I use an United States International keyboard layout and my input language is portuguese, how can I config this in winnt.sif?

-- Is there anyway to install unattended ICQ?

thanks a lot!

My questions:

--- How can set the "Documents and Settings" folder to be

-- Is there anyway to install unattended ICQ?

thanks a lot!

Profiledir=D:\Documents (Change the path to fit you need and place in the winnt.sif under the [GUIUnatteded]

Set WshShell = WScript.CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
On Error Resume Next
WshShell.Popup "This will Install ICQ Lite DO NOT MOVE THE MOUSE OR PRESS ANY KEYS!",5," - Warning - ",48

'Run setup from location on hdd'
'you have to check the path !
WshShell.Run ("%systemdrive%\install\ICQ\icqlite1300.exe")

'if your hdd is very slow, increase the next value
WScript.Sleep 5000

'don't use "{n 5}" instead of five times "n" !
WshShell.SendKeys "n"
WScript.Sleep 10000
WshShell.SendKeys "n"
WScript.Sleep 20000
Wscript.Quit

Use this vbs script to install ICQ.

-- Since I use an United States International keyboard layout and my input language is portuguese, how can I config this in winnt.sif?

On your original windows cd in the directory "SUPPORT\TOOLS" find the file DEPLOY.CAB in it you will find a tool (setupmgr.exe) for building custom unattend.txts, use this tool to build a basic one which includes your language settings.

then either rename the output to WINNT.SIF or incorporate the output into your WINNT

  • Author

Tks guys, but how do I use the .vbs script?

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.