Content Type
Profiles
Forums
Events
Everything posted by Outbreaker
-
Hop ther is a nLite developer here how can say what system files nLite is using if nLite scans the files.
-
Yes it is a MS Windows CD i download it from MS TechNet: https://technet.microsoft.com/en-us/subscri...ds/default.aspx I tested now to run nLite in VirtualBox and access the Windows XP CD Files over Windows File Sharing and like this it works. If i would now what system files nLite is using during scanning then i could test more but for now i'm out of ideas. CD Label GRTMPVOL_EN SETUPP.INI [Pid] ExtraData=786F687170637175716954806365EF Pid=76487270 Last Session.ini [Main] Env = 1.4.9.1 - 2.0.50727.3082.Microsoft Windows NT 5.1.2600 Service Pack 3 Target = Windows XP Professional SP3 - 5.1.2600.5512 - English (United States) [Tasks] Remove Components Unattended Setup Create a Bootable ISO Options [Components] ;# Applications # Games Internet Games Paint Pinball WordPad ;# Drivers # Asynchronous Transfer Mode (ATM) Display Adapters Display Adapters (old) Ethernet (LAN) IBM PS/2 TrackPoint IBM ThinkPad ISDN Logitech WingMan Microsoft SideWinder Modems Multifunctional Portable Audio Printers Scanners Serial Pen Tablet Sony Jog Dial Sound Controllers Toshiba DVD decoder card Wireless Ethernet (WLAN) ;# Multimedia # Images and Backgrounds Movie Maker Music Samples Old CDPlayer and Sound Recorder ;# Network # Communication tools FrontPage Extensions Internet Information Services (IIS) MSN Explorer Netmeeting Outlook Express Windows Messenger ;# Operating System Options # Blaster/Nachi removal tool Desktop Cleanup Wizard Out of Box Experience (OOBE) Security Center Tour Zip Folders ;# Services # Fax Service ;# Compatibility # [KeepFiles] inetcomm.dll inetres.dll msconfig.exe msoert2.dll ntprint.inf [RemoveFiles] clock.avi yahoo.bmp swtchbrd.bmp [Options] ClassicSetup ProfilesDir = "%SystemDrive%\Documents and Settings" TargetPath = "WINDOWS" temp_dir = %USERPROFILE%\Local Settings\Temp AdvTweaks NoISOPreset [Patches] TcpIp = 16777214 DoUxTheme DoSFC [Services2] [Tweaks] [Unattended] UnattendMode = 5 ComputerType = Automatic MaximumDataStorePercentOfDisk = 12 RestorePointLife = 30 DesktopTheme = Default|| AutoUDay = 5 AutoUHour = 15 ProgFilesPath = "\Program Files" [NetAdapter1] connname = "" macaddress = "" ipaddress = "192.168.0.1" subnetmask = "255.255.255.0" defaultgateway = "" dnsserver1 = "" dnsserver2 = "" winsserver = "" netbiossetting = "0" ipxnetworknumber = "00000000" ipxnetworkframetype = "0xFF" [GuiRunOnce] [Drivers] [Hotfixes]
-
I use the original Windows XP Pro SP3 CD from Microsoft. And i have also installed nLite new without using a "Last Session.ini" or "nlite.ini" file and i use alwas a fresh copy.
-
I have also done a new copy from CD to the hard disk but same problem.
-
If i delete this files "tcpip.sys" "usbport.sys" "sfc_os.dll" "uxtheme.dll" in the I386 folder then nLite doesn't take over a hour to scan. I my option this is a nLite bug.
-
I have already copyed the CD files to my Harddisk a long time ago. And like i always do i point to the Folder where the I386 folder is and nLite has always scan it in 1 minute but now it needs over a hour i have also run a Full Check Disk and no problems. And RVM Integrator works also without problems. I tested also nLite 1.4.9.1 Portable but same problem.
-
Ok if i let nLite runing for over a hour then nLite is finishing with this scanning. strange strange
-
HI Seens last week nLite freezes if he checks the folder size. I have reinstalled .NET Framework 2&3 and deinstalled Demon Tools and no Firewall or Antivirus is installed. I really can find out what the problem is´i have also done no big changes on the PC. This is strange. Freeze at:
-
If i select in nLite to remove Drivers like the Toshiba driver then nLite doesn't remove it from the TXTSETUP.SIF file because of that i see always in the TXTMODE if Windows XP loads the Driver that the Toshiba driver gets loaded. I think nLite removes only the Driver files but not the text in files like TXTSETUP.SIF that points to the driver.
-
I use this script: Dim Act,colEnvironmentVariables, objShortCut, Shell Set Shell = CreateObject("WScript.Shell") Set colEnvironmentVariables = Shell.Environment("Volatile") Set Act = CreateObject("Wscript.Shell") Set objShortCut = Shell.CreateShortcut(Act.ExpandEnvironmentStrings("%UserProfile%\Desktop\Windows Media Player.lnk")) objShortCut.TargetPath = Act.ExpandEnvironmentStrings("%ProgramFiles%\Windows Media Player\wmplayer.exe") objShortCut.Arguments = " /prefetch:1" objShortCut.WorkingDirectory = Act.ExpandEnvironmentStrings("%ProgramFiles%\Windows Media Player") objShortCut.Description = "Play digital media including music, videos, CDs, and DVDs." objShortCut.Save
-
Dim Act :Set Act = CreateObject("Wscript.Shell") Dim Shl :Set Shl = CreateObject("Shell.Application") If Wscript.Arguments.Count = 0 Then msgbox vbtab & "Error No Drag And Drop" & vbCrLf & _ "Please Drag And Drop A Theme File On This Script" ,4128,"Error No Drag Drop" Else Dim Obj For Each Obj In WScript.Arguments If Right(InStr(LCase(Obj),Lcase(".Theme")),6) Then ApplyTheme() End If Next End If Function ApplyTheme() Shl.ControlPanelItem cstr("desk.cpl desk,@Themes /Action:OpenTheme /file:" & """" + Obj + """") While Act.AppActivate ("Display Properties") = False Wscript.Sleep 1000 Wend While Act.AppActivate ("Display Properties") = TRUE Act.AppActivate "Display Properties" Wscript.Sleep 200 Act.sendkeys "{ENTER}" Wend End Function Good this dragdrop script will also work whit the CMD-Box like: "test.vbs" "C:\WINDOWS\Resources\Themes\My_Theme.theme" Now it would be good if we enter a wrong Theme in the CMD-Box like: "test.vbs" "C:\WINDOWS\Resources\Themes\My_Theme1.theme" Then it would be good to get a error message and the script should also stop appying this Theme. Like the error option if you would click on the "test.vbs" file.
-
HI I have a VBScript and i want to change it so i can set the Theme over Command Line like: Start "" /wait "Apply Theme.vbs" "Theme Name" And a little check script if the Theme does not exist then a popup box should cam and say Theme not found in ""%SystemRoot%\Resources\Themes" folder. ' Apply Costume Windows XP Theme. Set OSHApp = CreateObject("Shell.Application") Set oShell = CreateObject("Wscript.Shell") oSHApp.ControlPanelItem cstr("desk.cpl desk,@Themes /Action:OpenTheme /file:" ^& """" + "%SystemRoot%\Resources\Themes\blabla.theme" + """") While OShell.AppActivate ("Display Properties") = FALSE Wscript.Sleep 1000 Wend While OShell.AppActivate ("Display Properties") = TRUE oShell.AppActivate "Display Properties" Wscript.Sleep 200 oShell.sendkeys "{ENTER}" Wend
-
Would be good if someone would be sure about this.
-
HI I'm little bit confused nLite says: "This will remove the Fax Service and Fax support. If you're planning on installing a Fax. don't select this." If i'm understanding this right then if i installing a other Fax Program then this Program will not work or ? Or is this only meaning if i have a Fax machine i'm will not be able to use it if i have no Fax Program installed ?
-
HI Is it possible to Hide or Remove the option "Remote Desktop Web Connection" in "Add/Remove, Windows Components" ?
-
Batch File to Copy files to %USERPROFILE%
Outbreaker replied to Raoul90's topic in Unattended Windows 2000/XP/2003
If you Login with a account for the first time then this folder gets overrated if windows load the settings. You can use a Batch that runs after windows login. -
Need help with a little Batch Script.
Outbreaker replied to Outbreaker's topic in Unattended Windows 2000/XP/2003
BIG THX for this