Jump to content

Gouki

Member
  • Posts

    1,131
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Portugal

Everything posted by Gouki

  1. @erik_demon Ok ... even with the explanation on how to do in the unnatended site I dont get it! lol (I wish my native language was English) Could you please explain to me how do I do it?
  2. Hi everyone. Ok ... Could someone please do me a step by step manual on how to stop the scan that Ad-aware does after install? Please guys! Thanks!
  3. How about posting in the nLite forum?? Dont u people learn?!?!?
  4. I already have that code ... Ill try using the download erik demon gave me. Thanks!
  5. Yep ... Just like that
  6. Welcome! U sure are going to like it here ...!
  7. I keep getting the little cross saying my display definitions are too low ...! I got the whole thing well done on my winnt.sif under Display! Any ideas? Thanks!
  8. Done! Put Portugal on the country list
  9. Hehe! But lets say I would like to install it ... Lol. What would the switch be? EDIT: Never mind, just got it ... By the way, for Ad-aware SE 1.05 the switch is /s Cya
  10. DELETE PLEASE.
  11. Dont the Download Managers have an option to scheduale a download? Just a thought tho. Cya :welcome
  12. @ Lost Sould ... U dont need to worry about ur forum getting trashed ... All u have to do is keep the thing updated. I have my forum running for almost a year now, and until now, nothing happened! In case u make it ... Give us the url
  13. Can I be ur boyfriend?
  14. Would anyone get me a shrinked office? Dont have the office CD to make it ...! Thanks I can get the server to host it ... Ill just create an FTP account so someone can upload it. I would really apreciated guys ...! Thanks!
  15. Gouki

    PSP

    Dead Pixel = Dead Pixel Dead Pixel Checker = A set of images made to look to dead pixels on the screen!
  16. Gouki

    PSP

    Guys ... What do u think about it? Do u have one? Any problems? Ive been reading some Forums of the PSP and there has been 2 major problems with most of the PSP's. Dead Pixel and dust under the screen I just bought mine Monday and after using Dead Pixel Checker on it, I found out that I had dust under the screen (allot) Im going to the store tomorrow to get a new one.
  17. Nokia 6600 rulez! I have one and I just bought and Samsung D-500
  18. Talking about Windows Installer ... Ive seen that on the Critical Updates part, but ... What is it? What exactly does it do? Is it really necessary? Thanks and sorry for the little off-topic.
  19. Guys ... Been looking around, and this is the section that I thought this thread would fit better. mI creating a blacklist filter to apply to all the emails created on my mail server. Is there any list of know spam/virus/or any other bad things, I could add to my list? I only have a couple of them ... The mails I received and added them to the Blacklist. Thanks guys!
  20. Got it!! Thanks very much Alanoll!!
  21. Ok ... So ... all the rest is right? Thanks!
  22. Guys ... Thank u both for the help. erik_demon, thank u very much for the help. About the MsDosInitiated ... U want me to delete the ones with "No" or the one with "1" ? There goes my monster cleanup.cmd changed
  23. Didn't knew anything about that ...!
  24. Guys ... Ive been trying to make my UA CD work for a long time now ... So, Ill try to post my 3 files: -start.cmd -cleanup.cmd -winnt.sif For the experts to take a look at it and tell me if something is wrong. I really appreciate all the help that the ppl from the Forum have been giving me for the past couple of months. My start.cmd code: @echo off ECHO. ECHO Durante os proximos minutos as instalacoes vao ter lugar. ECHO Nao mexe no computador e aguarde. ECHO O computador se reiniciara assim que estiver tudo concluido. ECHO. ECHO. ECHO. ECHO A instalar o MSN Messenger v6.2 ECHO Por favor aguarde ... start "" /wait "%systemdrive%\install\MSN\MsnMsgs.msi" IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE="" SETHOMEPAGE="" /QN ECHO. ECHO. ECHO. ECHO A instalar Windows Media Player 10 ECHO Por favor aguarde ... start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore" ECHO. ECHO. ECHO. ECHO A instalar Java (Plugin) ECHO Por favor aguarde ... start /wait %systemdrive%\install\Java\jre503.exe ECHO. ECHO. ECHO. ECHO A instalar o DirectX 9.0c ECHO Por favor aguarde ... start "" /wait %systemdrive%\install\DX9\dxsetup.exe /silent ECHO. ECHO. ECHO. ECHO A instalar o Adobe Reader 6.0.3 ECHO Por favor aguarde ... start /wait %systemdrive%\install\ADBR\acroread603.exe ECHO. ECHO. ECHO. ECHO A instalar Flash e Shockware (Plugins) ECHO Por favor aguarde ... start /wait %systemdrive%\install\Flash\mm_fl_sw_installer.exe /s EXIT Now, my cleanup.cmd (Here is where I have more doubts): @ECHO OFF cmdow @ /HID shutdown.exe -r -f -t 60 -c "NÃO MEXA NO COMPUTADOR!! O Windows ira reiniciar dentro de 1 minuto. A fazer limpeza dos ficheiros utilizados..." IF EXIST "%SystemDrive%\D" RD /S /Q "%SystemDrive%\D" del /q "%allusersprofile%\start menu\Programs\Accessories\Entertainment\Windows Media Player.lnk" RD /S /Q "%systemdrive%\install" RD /S /Q "%systemdrive%\WINDOWS\Resources\Themes\Luna" del /S /Q "%systemdrive%\start.cmd" RD /s /Q "%allusersprofile%\start menu\programs\accessories\entertainment" RD /s /Q "%allusersprofile%\start menu\programs\accessories\communications" del "%systemdrive%\Documents and Settings\Utilizador\Local Settings\Temp" /q rd "%systemdrive%\Documents and Settings\Utilizador\Local Settings\Temp" /s /q del "%systemdrive%\Documents and Settings\Utilizador\Local Settings\Temporary Internet Files" /q rd "%systemdrive%\Documents and Settings\Utilizador\Local Settings\Temporary Internet Files" /s /q del "%userprofile%\Local Settings\Temp" /q rd "%userprofile%\Local Settings\Temp" /s /q mkdir "%userprofile%\Local Settings\Temp" del %systemdrive%\Recycled\?*.* /q rd %systemdrive%\Recycled /s/q del %systemdrive%\Recycler\?*.* /q rd %systemdrive%\Recycler /s/q del "%userprofile%\Local Settings\Temporary Internet Files" /q rd "%userprofile%\Local Settings\Temporary Internet Files" /s /q EXIT And finnaly, my winnt.sif: ;SetupMgrTag [Data] AutoPartition=0 MSDosInitiated= "1" MSDosInitiated= "No" MSDosInitiated= "No" UnattendedInstall="Yes" MSDosInitiated= "No" AutomaticUpdates=no [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=No FileSystem=* WaitForReboot="No" OemPreinstall= "Yes" KeyboardLayout="Portuguese" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=80 OemSkipWelcome=1 [UserData] ProductKey=;) GONE :D FullName="www.GoukiHQ.com" OrgName="G-Windows XP v2.0 - by Gouki" ComputerName=Machine [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=75 AutoConfirm=1 [TapiLocation] CountryCode=620 Dialing=Tone [RegionalSettings] LanguageGroup=11,1 SystemLocale=00000409 UserLocale=00000409 InputLocale=0816:00000816 [URL] Home_Page="www.goukihq.com" [Identification] JoinWorkgroup=MSHOME [Networking] InstallDefaultComponents=Yes [Shell] DefaultStartPanelOff=Yes [GuiRunOnce] "%systemdrive%\start.cmd" command9= "%SystemDrive%\D\BTS_DPs_Control_Panels.cmd" "%systemdrive%\cleanup.cmd" OK. Now ... Why I have 3 MSDosInitiated? Adding BTS DP created me a winnt.sif with that: 2 x MSDosInitiated="No". And the Deployment Tools created one with "1" So I kinda putted them together and created the 3 x MSDosInitiaded Monster About the ... Is that correct? Thanks guys! Cya!
×
×
  • Create New...