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.

Buncha Of Problems ...! Please Help

Featured Replies

:no: Hey Guys :

I Have some problems with My unattend Cd :

1. The Taskbar when i first run My Windows is too high !

2. I Don't Have Except One User Called Adminstrator ( I Need One More )

3. I Tried To Install Some Fonts Using A WinRAR Archive (I made My Self) But Windows Doesn't Take Them

4. The Reg Patch To Change WinLogon Doesn't Work

And Here is My Batch File

@echo off

title Windows XP Service Pack Lieth

echo Windows XP SP2 Lieth Edition

echo Installing Applications Please Wait...

echo The Computer Will Auto-Reset Once The

echo Operation is Done...

echo.

ECHO Removing useless shortcuts...

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"

Echo.

Echo Applying Registry Tweaks

REGEDIT /S %systemdrive%\install\hklm.reg

Echo.

Echo Installing Sounds...

Start /wait %systemdrive%\install\Sounds.exe

Echo.

Echo Installing Fonts...

Start /wait %systemdrive%\install\Fonts.exe

ECHO.

ECHO Installing Microsoft Office 2003 Professional

ECHO Please wait...

start /wait %systemdrive%\install\2003\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.

ECHO Registering Nero...

REGEDIT /S %systemdrive%\install\Nero\register.reg

ECHO.

ECHO Installing Nero 6 Ultra Edition...

ECHO Please wait...

start /wait %systemdrive%\install\Nero\Nero.exe /silent /noreboot

echo.

echo Installing Arabic Dictionary...

start /wait %systemdrive%\install\AraDic.exe

echo.

echo Installing WinRAR...

start /wait %systemdrive%\install\WinRAR\wrar.exe /s

echo.

echo Installing K-Lite Mega Codecs Pack...

start /wait %systemdrive%\install\Codec.exe /VERYSILENT /SPECHO.

ECHO Killing Codec.exe process

taskkill.exe /F /IM Codec.exe

ECHO.

echo.

echo Installing Windows Media Player 10

start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"

echo.

echo Installing Rocket Launcher...

start /wait %systemdrive%\install\RK.exe

echo.

echo Patching WinRAR...

start /wait %systemdrive%\install\winrar\wrarp.exe /s

ECHO.

ECHO Restarting the PC in 1 minute...

shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the

shortcuts to update and for the shell to fully load before its ready to restart!"

ECHO.

ECHO Deleting Temp Installation Files...

RD /S /Q %systemdrive%\Drivers

RD /S /Q %systemdrive%\install

EXIT

Thanks All :}


I have no idea on how to solve the problem #1 but:

2)You can create as many users you wish via cmdlines.txt.This is how:

create a users.cmd file in notepad with the following

net <username> <password> /add

net localgroup Administrators <username> /add

exit

e.g.

net jim kick /add

net localgroup Administrators jim /add

exit

This will create and add jim's account to Administrators with "kick"as a password.

3)Place your fonts inside $OEM$/$$/Fonts so as to have them copied over and installed after setup.

4)I suppose you mean the logonui.exe file...Do this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"UIHost"="%windir%\\system32\\logonui2.exe"

I don't know if it works.Just a suggestion

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.