Jump to content

Sonic

Patron
  • Posts

    1,709
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. 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 ...
  2. post your full bat file
  3. you have used a nlited windows no ?
  4. 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.
  5. No problem for me with /VerySilent too ...
  6. I don't think the Microsoft Installer Service is ready when RunOnceEx is executed ... Try with "msiexec YourFile.msi /Switchs" Goodbye.
  7. 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.
  8. 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 ...
  9. try to get links form another windows xp .... copy all from C:\Documents and Settings\All User\Start Menu\ into your windows xp ... Goodbye.
  10. 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 ... ++
  11. hi, you can use xcopy /e /y Path1 Path2 and after delete the old directory by rd /q /s Path1
  12. when you add manually program to the start menu , it works ? (with right click on .exe and Pin to Start ...)
  13. 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"
  14. oups .. double post ... delete me please ..
  15. when your start.cmd start ? and it's start "" /wait Wscript %systemdrive%\Install\accounts.vbs
  16. start "" /wait This is necessary if you launch application with switchs like this : Start /wait "" "path with space ..." /passive /norestart /quiet Goodbye.
  17. 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***")
  18. 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, ...)
  19. 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 ...
  20. 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.
  21. 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 ...
  22. 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
  23. 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
  24. 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.
×
×
  • Create New...