Content Type
Profiles
Forums
Events
Everything posted by Sonic
-
hi, for me I use "Warn if new updates are available" .. so I have this : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000002 For disable I think it's [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000000 if anyone can confirm ...
-
post your full bat file
-
Daemon Tools/Alcohol - "Found New Hardware" prompt
Sonic replied to Dumpy Dooby's topic in Application Installs
you have used a nlited windows no ? -
USB2 are USB1 compatible, and if you plug a usb2 device to usb1 port Windows say : "A high device connected to low port" ... works but slowly ... Goobye.
-
No problem for me with /VerySilent too ...
-
I don't think the Microsoft Installer Service is ready when RunOnceEx is executed ... Try with "msiexec YourFile.msi /Switchs" Goodbye.
-
None Enterprise Installation of Office 2003?
Sonic replied to N4N01D's topic in Application Installs
I think you can't create an silent install with key that need an futur activation ... You must have a VLK's Office license ... Goodbye. -
Check your Guest account .. it must Enable ... and check too in gpedit.msc if Guest is blocked for network browse. Sure these settings are for certains cases ... I haved this problem several times ...
-
try to get links form another windows xp .... copy all from C:\Documents and Settings\All User\Start Menu\ into your windows xp ... Goodbye.
-
For complete disable Windows File Protection after installing Windows you can use this soft http://www.tcmagazine.info/forums/index.php?showtopic=544 - Pour désactiver complétement la protection de fichiers de Windows, tu peut utiliser le programme ci-dessus, ainsi tu pourra virer même les dossier vides de Programe Files genre "xerox" ,"Messenger" et compagnie ! Perso, j'ai mis directement le fichier sfc_os.dll patché dans mon i386 ainsi que la valeur de SCFDisable=ffffff9d dans un .reg ... ++
-
hi, you can use xcopy /e /y Path1 Path2 and after delete the old directory by rd /q /s Path1
-
Language settings & start panel probs
Sonic replied to Chester^'s topic in Unattended Windows 2000/XP/2003
when you add manually program to the start menu , it works ? (with right click on .exe and Pin to Start ...) -
Automatically rename guest and admin accounts?
Sonic replied to Katch's topic in Unattended Windows 2000/XP/2003
To autologon you must entry info in registry, and with this method the password appears in clear. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="LoginName" "DefaultPassword"="RealPassword" "AutoAdminLogon"="1" -
Automatically rename guest and admin accounts?
Sonic replied to Katch's topic in Unattended Windows 2000/XP/2003
oups .. double post ... delete me please .. -
Automatically rename guest and admin accounts?
Sonic replied to Katch's topic in Unattended Windows 2000/XP/2003
when your start.cmd start ? and it's start "" /wait Wscript %systemdrive%\Install\accounts.vbs -
start "" /wait This is necessary if you launch application with switchs like this : Start /wait "" "path with space ..." /passive /norestart /quiet Goodbye.
-
Automatically rename guest and admin accounts?
Sonic replied to Katch's topic in Unattended Windows 2000/XP/2003
I use a vbs file (created by a forum but I don't remember who !) in your $OEM$\cmdlines.txt add this : [Commands] "Wscript Accounts.vbs" and the $OEM$\Accounts.vbs : On Error Resume Next strComputer = "." Set WshShell = WScript.CreateObject("WScript.Shell") Set WshNetwork = WScript.CreateObject("WScript.Network") Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & "." & "\root\default:StdRegProv") strComputer = WshNetwork.ComputerName 'Administrator Set oMachine = GetObject("WinNT://" & strComputer) Set oInfoUser = GetObject("WinNT://" & strComputer & "/Administrator,user") set oUser = oMachine.MoveHere(oInfoUser.ADsPath,"***YourNewAdminName***") 'Guest Set oMachine = GetObject("WinNT://" & strComputer) Set oInfoUser = GetObject("WinNT://" & strComputer & "/Guest,user") set oUser = oMachine.MoveHere(oInfoUser.ADsPath,"***YourNewGuestName***") -
hi all, good job for all contribs to this projetct. Tested on WinXP Pro SP2 (VLK) French, all are okay I think. (how I can check all features ?) Goodbye. PS: In Windows Server 2003 SP1, WMP10 is integrated too, you want my files ? (sysoc, ...)
-
DirectX 9.0c recongnized as DirectX 3.0!
Sonic replied to ViniciusFerrao's topic in Windows 2000/2003/NT4
At the moment I have this bug only with 3DMark2001 SE. 3DMark2005 & 2003 & AquaMark 3 are ok. I have other bug in Steam with Counter-Strike, I can't create a game. Also with Midtown Madness 2, I have bug, the game doesn't answer when it finish loading the map. (but don't know if this 2 bugs are caused by Windows 2k3) I'm continu to test other applications ... -
TCP it's a more complex packet than UDP, UDP it's a "stream" packet ... the information is send and it doesn't wait the answer ... In fact, it's the software decision for use TPC or UPD so you adapt the rule for the soft. For exemple for a ftp server, it's only TPC port to open ... You can retrieve information about your software in the support section of his website. Goodbye.
-
DirectX 9.0c recongnized as DirectX 3.0!
Sonic replied to ViniciusFerrao's topic in Windows 2000/2003/NT4
I have the same problem with 3DMark2001SE build 330 (last) . On this build there is a bug with Windows Sever 2k3 ... Wait for another build ... -
The SP1 Win2k3 have all patchs .. just two patch are available today, Windows Installer 3.1 v2 and Malicious Removal Tools. But this nag screen will be always here after you install Win2k3 SP1 ... I think Microsoft have an argument/option in winnt.sif .. but today no doc are out. Goodbye. PS: If anyone finds solution post here
-
Searching for Win2003 SP1 unattend values..
Sonic replied to Br4tt3's topic in Unattended Windows 2000/XP/2003
-
Searching for Win2003 SP1 unattend values..
Sonic replied to Br4tt3's topic in Unattended Windows 2000/XP/2003
Just run this reg in cmdlines.txt Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\srvWiz] @=dword:00000000 and thanks because I will use it now -
For me I use this : ;Afficher les fichiers et dossiers systèmes [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSuperHidden"=dword:00000001 Try it ... Goodbye.