
Mikep7779
MemberContent Type
Profiles
Forums
Events
Everything posted by Mikep7779
-
Via reg or cmd?
-
GuiRunOnce issues... %CD% Dosent work fully.
Mikep7779 replied to Mikep7779's topic in Unattended Windows 2000/XP/2003
Ok look, i have about 20 programs being installed, larger then the runonceex screen. So i split it into to used a command, i dont have it atm. The issue i had was one of my runonceex's would run when the .cab files were being installed, and the 2nd at first login. I want to run both at first login. -
Auto logon and Remote Desktop, can you have both?
Mikep7779 replied to Mikep7779's topic in Windows XP
up -
My old 10meg linksys router is going down, starting to drop connections. Any one got a sugestion?
-
Can you use remote desktop when you have auto logon enabled?
-
Too many installs to be seen on the Runonce list?
Mikep7779 replied to Mikep7779's topic in Application Installs
Are you running it from the GUIRUNONCE section in your WINNT.SIF, which will execute at first logon.. it sounds like you are running from the cmdlines.txt??? I am running it with a cmdlines, i would add it under GUIRUNONCE in my winnt.sif? -
Too many installs to be seen on the Runonce list?
Mikep7779 replied to Mikep7779's topic in Application Installs
I know that the /ve is just a name, is so i know what Cabs i have installing. One list installs prior to first login... and the 2nd at 1st login. It runs when my cab installers are being installed. Any idea why? -
Too many installs to be seen on the Runonce list?
Mikep7779 replied to Mikep7779's topic in Application Installs
So is this correct cmdow @ /HID @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Applications" /f REG ADD %KEY%\001 /VE /D "DVD Shrink (Cab)" /f REG ADD %KEY%\002 /VE /D "Adobe Reader 7 (Cab)" /f REG ADD %KEY%\003 /VE /D "Java Runtime (Cab)" /f REG ADD %KEY%\005 /VE /D ".Net Framework 1.1 SP1 (Cab)" /f REG ADD %KEY%\006 /VE /D "Windows Media Player 10 (Cab)" /f REG ADD %KEY%\007 /VE /D ".Net Framework 2.0" /f REG ADD %KEY%\007 /V 1 /D "%CDROM%\Software\Utilities\dotnetfx2.exe" /f REG ADD %KEY%\008 /VE /D "Daemon Tools 3.47" /f REG ADD %KEY%\008 /V 1 /D "%CDROM%\Software\Utilities\daemon.msi /qb /passive /norestart" /f REG ADD %KEY%\009 /VE /D "Tight VNC" /f REG ADD %KEY%\009 /V 1 /D "%CDROM%\Software\Applications\VNC\tightvnc-1.2.9-setup.exe /silent" /f REG ADD %KEY%\009 /V 2 /D "REGEDIT /S %CDROM%\Software\Applications\VNC\vncservice.reg" /f REG ADD %KEY%\010 /VE /D "QuickPar 9.1.0" /f REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\Applications\QuickPar-0.9.1.0.exe /S" /f REG ADD %KEY%\011 /VE /D "DU Meter 3.07" /f REG ADD %KEY%\011 /V 1 /D "%CDROM%\Software\Applications\Dumeter\DUmeter.exe /VERYSILENT /SP-" /f REG ADD %KEY%\011 /V 2 /D "REGEDIT /S %CDROM%\Software\Applications\Dumeter\dumeter.reg" /f REG ADD %KEY%\012 /VE /D "PerfectDisk 7.0" /f REG ADD %KEY%\012 /V 1 /D "REGEDIT /S %CDROM%\Software\Applications\Perfectdisk\perfectdisk.reg" /f REG ADD %KEY%\013 /VE /D "Nero 6.0.0.13" /f REG ADD %KEY%\013 /V 1 /D "%CDROM%\Software\Applications\Nero_Custom_Setup.exe" /f rundll32.exe iernonce.dll,RunOnceExProcess REG ADD %KEY% /V TITLE /D "Utilities" /f REG ADD %KEY%\001 /VE /D "Crap Cleaner (Cab)" /f REG ADD %KEY%\002 /VE /D "Spybot S&D (Cab)" /f REG ADD %KEY%\003 /VE /D "Kazaa mega codec pack" /f REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\Utilities\klmcodec138.exe /silent" /f REG ADD %KEY%\004 /VE /D "Azureus 2.3.0.4" /f REG ADD %KEY%\004 /V 1 /D "%CDROM%\Software\Applications\Azureus_2.3.0.4_Win32.setup.exe /S /D=C:\Program\Azureus" /f REG ADD %KEY%\005 /VE /D "VLC Player." /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\Applications\vlc-0.8.2-win32.exe /S" /f REG ADD %KEY%\006 /VE /D "**** NFO Viewer" /f REG ADD %KEY%\006 /V 1 /D "%CDROM%\Software\Applications\Damnnfo\DAMNNFO.sfx.exe" /f REG ADD %KEY%\006 /V 2 /D "REGEDIT /S %CDROM%\Software\Applications\Damnnfo\****.reg" /f REG ADD %KEY%\007 /VE /D "Tune-Up 2006" /f REG ADD %KEY%\007 /V 1 /D "%CDROM%\Software\Applications\Tuneup\TU2006TrialEN.exe /q" /f REG ADD %KEY%\007 /V 2 /D "REGEDIT /S %CDROM%\Software\Applications\Tuneup\tuneup.reg" /f REG ADD %KEY%\008 /VE /D "WinRAR" /f REG ADD %KEY%\008 /V 1 /D "%CDROM%\Software\Applications\wrar35b7.exe /s" /f REG ADD %KEY%\009 /VE /D "7-Zip" /f REG ADD %KEY%\009 /V 1 /D "%CDROM%\Software\Applications\7z423.exe /S" /f REG ADD %KEY%\011 /VE /D "AVG 7.1 (Anti-Virus)" /f REG ADD %KEY%\011 /V 1 /D "%systemdrive%\Install\Applications\Avg7\AvgSetup.bat" /f REG ADD %KEY%\012 /VE /D "CPL Mouse Fix" /f REG ADD %KEY%\012 /V 1 /D "REGEDIT /S %CDROM%\Software\mouse_fix.reg" /f REG ADD %KEY%\012 /VE /D "HashTab v1.7 (Cab)" /f REG ADD %KEY%\099 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\099 /V 1 /D "%CDROM%\Software\cleanup.cmd" /f EXIT -
Too many installs to be seen on the Runonce list?
Mikep7779 replied to Mikep7779's topic in Application Installs
Thats the way it sounds. -
Too many installs to be seen on the Runonce list?
Mikep7779 replied to Mikep7779's topic in Application Installs
Is there a guide online so i can readup on doing that? (Spliting it into parts) -
-
Im using ultra vnc as of now. Anything better?
-
how would i do a taskkill?
-
7-zip wont install silent (7Zip.exe -y /q /r:n)
Mikep7779 replied to Mikep7779's topic in Application Installs
thanks, will try. -
worked like a charm
-
Im trying to use ( 7Zip.exe -y /q /r:n ) and its not working, has this changed?
-
What i want to dublicate is this SpecificTo=Adapter1 DHCP=No IPAddress=192.168.1.120 SubnetMask=255.255.255.0 DefaultGateway=192.168.1.1 DNSServerSearchOrder=167.206.3.208,167.206.3.207 WINS=No NetBIOSOptions=0
-
I have a .exe that is souposed to add some "tweaks" to my registry, how do i find out what it is acctualy adding?
-
Well, i want to intergrate my drivers for my ASUS A7N8X Deluxe rev2.0 into my windows xp install. However when i extract the driver package i see more than 1 .inf and dont know what to use.
-
I dont get that...
-
nLite camera & camcorder support rollback ?
Mikep7779 replied to LaBinouze's topic in Unattended Windows 2000/XP/2003
You can try to repair your install. Boot from your orig xp cd. -
Annoyance: "...run Disk Defragmenter now anyway?"
Mikep7779 replied to nospoon's topic in Windows XP
Whats the best option if a file (Mpg) can not be defraged?