Jump to content

buletov

Member
  • Posts

    558
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Croatia

Everything posted by buletov

  1. install driverpacks first, and then modify the txtsetup.sif file by using info from that thread...
  2. i think that msfn might consider providing a mirror for ryanvm's files
  3. no you don't it's recommended to do slipstreaming over clean xp cd, not SP1 version.
  4. you need to install drivers for your graphic card...
  5. it must be something about nvatabus driver...
  6. smart is about caching disk content in ram s.m.a.r.t. is about preventing disk write errors using hardware on the drive itself these are two VERY different thing, yet have vary similar name...
  7. nah, i like more silent and smaller, ati cards...
  8. for second thing to work without and error, make a following change in winnt.sif: [unattended] UnattendMode=DefaultHide ---------------- for a first one, you could make a script using autoit and make it run instead of 'useraccounts.cmd' in 'cmdlines.txt'
  9. simply disable windows firewall unattendlly before zonealarm's installation...
  10. you need newer whql drivers for windows to use your's instead of theirs...
  11. ok, bâshrat, it's looking good... 1.5.02 driver pack, made that manual fix you said2.abit nf7 nforce23.there is no nvraid, just si3112r controler, with two raptors in raid04.-5.everything went fine!
  12. Which IDs have you removed; all pointing to nvatabus.sys or only few?
  13. what exactly are you aiming at with this work-around bâshrat?
  14. here is the code for .cmd file: xcacls "C:\Documents and Settings\All Users\Desktop" /G Users:C /Y xcacls can be dowloaded for the link above...
  15. i think this might help: http://www.microsoft.com/windows2000/techi...ng/xcacls-o.asp btw, if anyone have a better solution, please post it here.
  16. hi, is there any command line expression that would do this in windows? like chmod 777 in linux?
  17. you can try this method, no installers needed: start /wait Bin\****\****.exe >nul REGEDIT /S Bin\****\****.reg >nul ****.exe = winrar silent sfx archive with a content of the **** nfo viewer folder ****.reg = Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.nfo] @="****.NFO.Viewer.File" [HKEY_CLASSES_ROOT\.diz] @="****.NFO.Viewer.File" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.diz\OpenWithProgids] "****.NFO.Viewer.File"=hex(0): [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids] "****.NFO.Viewer.File"=hex(0): [HKEY_CLASSES_ROOT\****.NFO.Viewer.File] @="**** NFO Viewer file" [HKEY_CLASSES_ROOT\****.NFO.Viewer.File\DefaultIcon] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\ 65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,35,\ 00,32,00,00,00 [HKEY_CLASSES_ROOT\****.NFO.Viewer.File\shell] @="open" [HKEY_CLASSES_ROOT\****.NFO.Viewer.File\shell\open] @="Open in &**** NFO Viewer" [HKEY_CLASSES_ROOT\****.NFO.Viewer.File\shell\open\command] @="\"C:\\Program Files\\**** NFO Viewer\\DAMN_NFO_Viewer.exe\" \"%1\"" ; --------------- [HKEY_CURRENT_USER\Software\****\**** NFO Viewer] "FirstTime"=dword:00000000 [HKEY_CURRENT_USER\Software\****\**** NFO Viewer\Appearance] "FColor"=hex:ff,f0,f5,00 "BColor"=hex:40,40,40,00 "Font"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\ 00,ff,01,02,01,31,49,4e,46,4f,76,69,65,77,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00 "UnderlineLinks"=dword:00000001 "HLColor"=hex:ff,ff,ff,00 "HLHover"=hex:dc,dc,dc,00 [HKEY_CURRENT_USER\Software\****\**** NFO Viewer\Options] "Associate"=dword:00000000 "SingleInstance"=dword:00000001 "FileOpenStart"=dword:00000000 "HiliteHyperlinks"=dword:00000001 "StayOnTop"=dword:00000000 "MaxMRVSize"=dword:00000004 [HKEY_CURRENT_USER\Software\****\**** NFO Viewer\WindowPlacements] "Settings"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,ff,7a,01,00,00,eb,00,00,00,d2,02,00,00,fc,01,00,00 "Main"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,56,00,00,00,29,00,00,00,12,02,00,00,52,02,00,00 [HKEY_USERS\.DEFAULT\Software\****\**** NFO Viewer] "FirstTime"=dword:00000000 [HKEY_USERS\.DEFAULT\Software\****\**** NFO Viewer\Appearance] "FColor"=hex:ff,f0,f5,00 "BColor"=hex:40,40,40,00 "Font"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,\ 00,ff,01,02,01,31,49,4e,46,4f,76,69,65,77,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00 "UnderlineLinks"=dword:00000001 "HLColor"=hex:ff,ff,ff,00 "HLHover"=hex:dc,dc,dc,00 [HKEY_USERS\.DEFAULT\Software\****\**** NFO Viewer\Options] "Associate"=dword:00000000 "SingleInstance"=dword:00000001 "FileOpenStart"=dword:00000000 "HiliteHyperlinks"=dword:00000001 "StayOnTop"=dword:00000000 "MaxMRVSize"=dword:00000004 [HKEY_USERS\.DEFAULT\Software\****\**** NFO Viewer\WindowPlacements] "Settings"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,ff,7a,01,00,00,eb,00,00,00,d2,02,00,00,fc,01,00,00 "Main"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,56,00,00,00,29,00,00,00,12,02,00,00,52,02,00,00 (it is expected that damp is placed in C:\Program Files\**** NFO Viewer) hope this helps...
  18. well it's no quite understandable what you mean, all i can recommend you is to avoid symatnec antivirus products, don't ask why...
×
×
  • Create New...