Jump to content

eyeball

Member
  • Posts

    1,147
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by eyeball

  1. if you have the disk you need to set the first boot device in your BIOS to the cd/dvd drive (press del on startup for BIOS) then start with the cd in and it will say "press any key to boot from cd..." press a key and proceed. no delete the partitions (using the D key) and confirm it with enter ang then L and then select to setup windows on the new partition you made beware! this will erase all data on your hard drive! good luck oh and welcome to the forums
  2. you can configure this kind of thing on the server through something called group policy, which you can apply to groups of people/users. have a mess around and see what u can so with it, theres not a lot you can break lol!
  3. u say it works via rdp so it must be working at some level. this might sound obvious but have you tried both shift keys? or just a different keyboard? thanks
  4. i didnt mean it like "you should be worried" i was just saying that im a temperature freak and would put my pc in a chest freezer if i could afford it just to keep it cool lol
  5. thanks cluberti ill look at those, the program i tried earlier today buggered up and ended up creating a .nai file,i tried to convert it but it wouldnt have it. oh well back to the drawing board as they say
  6. iv just bought this one (the bottom one, hyper6+) http://www.overclockers.co.uk/acatalog/Onl...master_122.html i was going to go with the one above it, but i read a review on a site i found that compared the 2 and a few more and this one won so i got it. its gonna be noisy tho, but noise isnt something i mind with my pc so its all good thanks for the help guys now i just have to wait till the end of the month so i have enough for the cpu
  7. interesting choice there ripkin what are ur temps like? iv always wanted to try a cooler like this, but never dared... does it have no fans whatsoever? **shudder at the thought of a fanless cpu ** B)
  8. wow thats pretty warm, id be freaking out if mine was that hot. lol. does anyone know what temperature you can safely run one up to?
  9. hmm... now im torn between 2 coolers, the typhoon is the cheapest one though, but im not 100% sure it would fit in my case as i have a fan blowing air in directly opposite the cpu, hmm what to do? and thanks for the input guys
  10. that typhoon is huge! what are the idle load temps like on it? must be good its got a gap between the plate thing and the actuall heatsink and i can only see this increasing airflow
  11. thats the reason im getting mine! (well that and multiple virtual pc's) hows long does it take to encode a full movie then? around an hour im guessing (or hoping rather) and does encoding render your pc otherwise useless? or can u do other stuff too? The one that came with mine died, When i took it out it burned my fingers! Thats how hot it was! and mine was also very load Too. lol im definatly changing the fan, atm i have a coolermaster jet 7 i think it is on my athlon 2600+ it keeps its dead cool its unreal oh btw i also have 6 hdds in the same case as this and a radeon 9600 which proves that coolermasters really are good!
  12. cool, thanks computerman whats your idle/load temps like? iv heard the retail fan that comes with it is very poor... if your a temperature freak anyway lol
  13. thanks cluberti have you ever made one sucessfully? if so which tool did you use? im installing a pc atm and intend to use that discoz.exe on the win 2k cd to create the msi. i let you know how it goes and ill post instructions if it works thanks
  14. hi all at the end of this month im getting the aforementioned 3.0ghz p4 skt 775 and i am wondering who has one? and what cooler they use? or recommend? also looking for ppls temperatures with this processor or any comments at all thank you
  15. hi all, can anyone tell me or point me to a guide that shows how to create an msi file please? i need it to be a free way not with that wininstall LE or whatever its called thanks
  16. get a virus scanner, firewall, ms antispyware, spybot search and destroy, ad-aware and ccleaner. update them all fully and run all of those and also check startup entries (type "msconfg") at run. then see if you still have a problem
  17. Fantastic!!!! thats exactly what i wanted thank you so much you are a great programmer, next time your in the pub have a beer on me
  18. with all due respect i am very capable of opening a command window and typing "xcopy /?" and that was the first thing i tried before i asked for help, but since advanced batch scripting is not my strong point i asked for help so if anybody knows off the top of their head how to make this work please let me know. thank you
  19. iv tried substituting copy for xcopy /e /s but when i run it it just gives me an error :S
  20. hi all, i have the following batch file kindly made for me by Mr Snub but when i test it it doesnt copy sub folders and files only those in the root of the directory specified. can anyone tell me how to make it copy sub files and folders please?? set SRCDIR=C:\Documents and Settings\Administrator\My Documents\My Pictures set DSTDIR=F:\backed_up_pictures for /f "delims=" %%a in ('dir /b "%SRCDIR%"') do ( if not exist "%DSTDIR%\%%a" echo Copying %%a if not exist "%DSTDIR%\%%a" copy "%SRCDIR%\%%a" "%DSTDIR%" > nul ) thank you
  21. can u send a mail via telnet to this address?
  22. by yourdomain.tld he means Top Level Domain eg your domain.com so that when you come to using Outlook Web Access you can simply type in mail.yourdomain.com and your OWA will appear. (as opposed to your users remembering https://81.55.168.154/exchange) lol
  23. Fantastic!! you are the king of batch files! were did you learn such intricate knowledge of them? any paticular book? or just years of experience? thanks ever so much
  24. iv done that and still no luck i put a .txt file in f:\test1 and nothing in f:\test2 and ran the batch file but nothing was copied over. if i put the batch in f:\test1 and run it only the .bat file is copied to f:\test2 not the .txt file!
  25. thanks again and sorry about that! lol just tried that and it doesnt work :s i dragged it into a cmd window and it looks like its copying but when i check the dstdir there is nothing in there
×
×
  • Create New...