

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your Microsoft Windows knowledge and support exam preparation. Choose a topic below to get started.
17401. |
Solve : Nothing but desk top? |
Answer» <html><body><p>I did what you said on the computer that I am using now, and it immediately ask for the disk. On the other one that is messed up it went all the way through and just disappeared... When you first turn your computer on (before windows starts) you will see a message that says to press a certain key to enter setup. it's usually an F key or esc or del. Pay attention, as this message may flash very quickly. Repeatedly tap that key to enter setup before windows starts to load. This will take you into your BIOS setup.<br/><br/>In BIOS you want to look for boot order or boot sequence or boot priority. You want to set your CD drive as the first boot device. You <a href="https://interviewquestions.tuteehub.com/tag/need-25476" style="font-weight:bold;" target="_blank" title="Click to know more about NEED">NEED</a> to move it up to the top of the boot order. <br/><br/>Once you have your CD drive set as the first boot device, insert your XP CD into the drive. Now exit BIOS and SAVE CHANGES (F10).<br/><br/>Your computer will restart. When it restarts you may see a message that says "press any key to boot to CD". I've never been able to find the "any" key so I just usually tap the space bar - it seems to work okay. Once you've done that, you should hear the CD start spinning in the drive and see a blue screen with "windows setup" at the top. It will load a bunch of files and then you will see a screen that says Welcome to setup.<br/><br/>At that screen press R to enter the recovery console. The Recovery Console will start and ask you which Windows <a href="https://interviewquestions.tuteehub.com/tag/installation-16361" style="font-weight:bold;" target="_blank" title="Click to know more about INSTALLATION">INSTALLATION</a> you would like to <a href="https://interviewquestions.tuteehub.com/tag/log-237006" style="font-weight:bold;" target="_blank" title="Click to know more about LOG">LOG</a> on to. If you only have one installation, press 1 and then press enter. Then you'll be asked for the password. If you have no password on that computer just leave it blank and press enter.<br/><br/>You should now see a C:\Windows> prompt.<br/><br/>At that prompt type expand E:\I386\explorer.ex_ %systemroot%\explorer.exe and press enter. This command assumes that your CD drive's letter is E. If your CD drive has a different letter substitute that letter into the command after the word expand.Well I tried something and it worked I hit f10 and it took it back to factory but it left my data intact. I worked on it till 5 in the <a href="https://interviewquestions.tuteehub.com/tag/morning-1103190" style="font-weight:bold;" target="_blank" title="Click to know more about MORNING">MORNING</a> but finely got it back. I want to thank you all for your help and time..........two-dogsAfter the computer fully loads on the desk top right click.<br/><br/>Goto Arrange Icons By then select Show Desktop Icons.<br/><br/>[recovering disk space - old <a href="https://interviewquestions.tuteehub.com/tag/attachment-385146" style="font-weight:bold;" target="_blank" title="Click to know more about ATTACHMENT">ATTACHMENT</a> deleted by admin]Rusty thanks for your time but it has been fixed as per my last post. I tried what you said but I had nothing even when I right clicked I didn't even have a start menu........all good now.......two-dogs</p></body></html> | |
17402. |
Solve : combining two commands into one? |
Answer» <html><body><p>If a batch file is used to copy a file to two locations, can that be done in one line (if so how ?), or does it require two copy commands ?<a href="https://interviewquestions.tuteehub.com/tag/quote-1175222" style="font-weight:bold;" target="_blank" title="Click to know more about QUOTE">QUOTE</a> from: Sebastian42 on July 04, 2010, 02:48:47 AM</p><blockquote>If a batch file is used to copy a file to two locations, can that be done in one line (if so how ?), or does it require two copy commands ?<br/></blockquote><br/>The syntax of the copy <a href="https://interviewquestions.tuteehub.com/tag/command-11508" style="font-weight:bold;" target="_blank" title="Click to know more about COMMAND">COMMAND</a> is shown in the help you see if you type copy /? at the prompt. Basically in its simplest form it consists of <br/><br/>copy <em>[<a href="https://interviewquestions.tuteehub.com/tag/source-244756" style="font-weight:bold;" target="_blank" title="Click to know more about SOURCE">SOURCE</a>]</em> <em>[<a href="https://interviewquestions.tuteehub.com/tag/destination-244461" style="font-weight:bold;" target="_blank" title="Click to know more about DESTINATION">DESTINATION</a>]</em><br/><br/>You can make <em>source</em> be more than one file by using wildcards, for example copy *.txt foldername but <em>destination</em> can only be one thing - one file or one folder.<br/><br/>However you can put more than one command on one line if you use the & <a href="https://interviewquestions.tuteehub.com/tag/character-242304" style="font-weight:bold;" target="_blank" title="Click to know more about CHARACTER">CHARACTER</a>, for example:<br/><br/>copy file1.txt "C:\A folder" & copy file1.txt "D:\Another folder"<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></body></html> | |
17403. |
Solve : I can't open most of my desktop files, adobe is set to open all files...help!!? |
Answer» <html><body><p>Ignore the verify publisher warning...<a href="https://interviewquestions.tuteehub.com/tag/doug-441999" style="font-weight:bold;" target="_blank" title="Click to know more about DOUG">DOUG</a> Knox has been <a href="https://interviewquestions.tuteehub.com/tag/around-884554" style="font-weight:bold;" target="_blank" title="Click to know more about AROUND">AROUND</a> for years and is a Microsoft MVP...<br/>Follow the instructions on the DLoad page to do it correctly...patio---how do ignore the publisher warning. When i <a href="https://interviewquestions.tuteehub.com/tag/click-918865" style="font-weight:bold;" target="_blank" title="Click to know more about CLICK">CLICK</a> on the dougknox file..i save it and try to run it, when i hit run it tells me about the publisher warning..the only options then are to click ok or cancel, when i hit ok, it then <a href="https://interviewquestions.tuteehub.com/tag/prompts-771214" style="font-weight:bold;" target="_blank" title="Click to know more about PROMPTS">PROMPTS</a> the message...what program do you want to run it.Press CTRL+ALT+DEL to open task manager. In task manager click on new task. The "create new task" window should appear. <a href="https://interviewquestions.tuteehub.com/tag/type-238192" style="font-weight:bold;" target="_blank" title="Click to know more about TYPE">TYPE</a> in %SystemRoot%\system32\restore\rstrui.exe and click OK. Does system restore open now?</p></body></html> | |
17404. |
Solve : Bluetooth problem? |
Answer» <html><body><p>I have a DELL Laptop with Windows XP. But i've been trying to activate the bluetooth device<br/>but to no <a href="https://interviewquestions.tuteehub.com/tag/avail-888882" style="font-weight:bold;" target="_blank" title="Click to know more about AVAIL">AVAIL</a>. When i went to the BIOS setup and checked the device was switched off there.<br/>I don't know how to <a href="https://interviewquestions.tuteehub.com/tag/switch-20997" style="font-weight:bold;" target="_blank" title="Click to know more about SWITCH">SWITCH</a> it on to activate it. And also is not found at my taskbar of the windows.<br/>Any <a href="https://interviewquestions.tuteehub.com/tag/help-239643" style="font-weight:bold;" target="_blank" title="Click to know more about HELP">HELP</a> will be very grateful! have you tried to go in to device <a href="https://interviewquestions.tuteehub.com/tag/manager-239636" style="font-weight:bold;" target="_blank" title="Click to know more about MANAGER">MANAGER</a> and check if therer is a <a href="https://interviewquestions.tuteehub.com/tag/little-1075899" style="font-weight:bold;" target="_blank" title="Click to know more about LITTLE">LITTLE</a> yellow warning sign by the bluetooth</p></body></html> | |
17405. |
Solve : TV as monitor? |
Answer» <html><body><p>I am using HP Compaq nx7010 laptop. It has WINDOWS XP with <a href="https://interviewquestions.tuteehub.com/tag/ati-887041" style="font-weight:bold;" target="_blank" title="Click to know more about ATI">ATI</a> Radeon 9200 graphic card. I want to connect my laptop to <a href="https://interviewquestions.tuteehub.com/tag/tv-344064" style="font-weight:bold;" target="_blank" title="Click to know more about TV">TV</a> using S-Video cable. How to connect it? I tried to connect &<a href="https://interviewquestions.tuteehub.com/tag/amp-363144" style="font-weight:bold;" target="_blank" title="Click to know more about AMP">AMP</a>; also tried to change setting in Display propertiesA quick bit of research shows that it's common for people to have issues setting this up with these Radeon cards, so I'd have a good read of the following <a href="https://interviewquestions.tuteehub.com/tag/thread-771901" style="font-weight:bold;" target="_blank" title="Click to know more about THREAD">THREAD</a> on another forum first then report your findings here for everyone to help out.<br/><br/><a href="https://ubuntuforums.org/showthread.php?t=671042">http://ubuntuforums.org/showthread.php?t=671042</a>He's not running Linux...<br/><br/>Did you follow these <a href="https://interviewquestions.tuteehub.com/tag/basic-15343" style="font-weight:bold;" target="_blank" title="Click to know more about BASIC">BASIC</a> steps?.<br/>-Hookup both ends<br/>-First Turn on TV<br/>-then Boot PC<br/>-switch displays in Catalyst.</p></body></html> | |
17406. |
Solve : only when i move my mouse.? |
Answer» <html><body><p>Very odd problem here. It just started this morning and has been sporadic. When I am watching a video or I click on a button such as "new topic" on this site my computer seems to come to a complete stop until I move my mouse. Video's will stop and on a link, the progress bar doesn't move until I again, move my mouse.<br/><br/>Any ideas?Have you <a href="https://interviewquestions.tuteehub.com/tag/restarted-7314484" style="font-weight:bold;" target="_blank" title="Click to know more about RESTARTED">RESTARTED</a> the computer yet?I did that when I first noticed the problem and it seemed to work for a while. I did it again after posting this and so far it hasn't returned. Any idea what's causing it?maybe the computer was <a href="https://interviewquestions.tuteehub.com/tag/going-1008806" style="font-weight:bold;" target="_blank" title="Click to know more about GOING">GOING</a> on to stand by ? Boot to safe mode and see if you have the same problemWell so far today it hasn't happened again. I did <a href="https://interviewquestions.tuteehub.com/tag/run-1192138" style="font-weight:bold;" target="_blank" title="Click to know more about RUN">RUN</a> my norton anti <a href="https://interviewquestions.tuteehub.com/tag/virus-727836" style="font-weight:bold;" target="_blank" title="Click to know more about VIRUS">VIRUS</a> so maybe that cleared it up. I'd just never seen something like this happen before. Once again, CH comes through............</p></body></html> | |
17407. |
Solve : HP dx5150 motherboard driver? |
Answer» <html><body><p>can <a href="https://interviewquestions.tuteehub.com/tag/u-238284" style="font-weight:bold;" target="_blank" title="Click to know more about U">U</a> please get me HP dx5150 motherboard driver downloadable for free?have you <a href="https://interviewquestions.tuteehub.com/tag/tried-7272297" style="font-weight:bold;" target="_blank" title="Click to know more about TRIED">TRIED</a> the hp web site ? <br/><br/>well i just googled the mother board model a got this site for all the <a href="https://interviewquestions.tuteehub.com/tag/drivers-21170" style="font-weight:bold;" target="_blank" title="Click to know more about DRIVERS">DRIVERS</a> <br/><br/><a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=447469&prodTypeId=12454&prodSeriesId=457124&swLang=25&taskId=135&swEnvOID=2094">http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=447469&prodTypeId=12454&prodSeriesId=457124&swLang=25&taskId=135&swEnvOID=2094</a>I have tried but the motherboard driver for the same is not available. Plz help.When you say motherboard drivers, which ones inparticular are you after?? as they should all be available on the HP site listed?<br/><br/>Are you reinstalling your OS or just missing drivers for a particualr item?I replaced the HDD on my <a href="https://interviewquestions.tuteehub.com/tag/5150-1895225" style="font-weight:bold;" target="_blank" title="Click to know more about 5150">5150</a> and used the HP drivers from their website: <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=447470&prodTypeId=12454&prodSeriesId=447468&swLang=13&taskId=135&swEnvOID=1093#11394">http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=447470&prodTypeId=12454&prodSeriesId=447468&swLang=13&taskId=135&swEnvOID=1093#11394</a> <br/>I'm using XP Pro, but you can select the OS you need. It worked great for me and the <a href="https://interviewquestions.tuteehub.com/tag/machine-550312" style="font-weight:bold;" target="_blank" title="Click to know more about MACHINE">MACHINE</a> is running smoothly with no issues.<br/>Good luck.</p></body></html> | |
17408. |
Solve : Burning rar to cd/dvd? |
Answer» <html><body><p>Hi my friends have their grade <a href="https://interviewquestions.tuteehub.com/tag/video-11377" style="font-weight:bold;" target="_blank" title="Click to know more about VIDEO">VIDEO</a> and when i <a href="https://interviewquestions.tuteehub.com/tag/burn-905653" style="font-weight:bold;" target="_blank" title="Click to know more about BURN">BURN</a> it to dvd because its a few gigs the dvd turns out empty I use <a href="https://interviewquestions.tuteehub.com/tag/free-240724" style="font-weight:bold;" target="_blank" title="Click to know more about FREE">FREE</a> iso burner but the file is a rar not iso is there <a href="https://interviewquestions.tuteehub.com/tag/another-876628" style="font-weight:bold;" target="_blank" title="Click to know more about ANOTHER">ANOTHER</a> program t burn rar files? <br/>anyhelp? Your post does not make a lot of sense. A rar file is an archive, not a video. What is a "grade video"? If you <a href="https://interviewquestions.tuteehub.com/tag/want-1448756" style="font-weight:bold;" target="_blank" title="Click to know more about WANT">WANT</a> to make a DVD-ROM which contains the rar file, you could try BurnAware FreeOk im not sure i spelled this wright but by grade i mean graduation video and thanks for the program to burn the rar files. Quote from: comda on July 05, 2010, 03:06:40 PM</p><blockquote>graduation video</blockquote><br/>OK... so - precious memories?<br/></body></html> | |
17409. |
Solve : Restore XP from overwritten OS on Dell? |
Answer» <html><body><p>Problem: Dell XPS: XP Home operating system was overwritten by owner with new XP Home install (no, I don't know why they went this way). Now the computer boots to the screen where you select the OS, it lists three: The new XP Home install with no programs recognized, the old XP system, and the restore system <a href="https://interviewquestions.tuteehub.com/tag/partition-238933" style="font-weight:bold;" target="_blank" title="Click to know more about PARTITION">PARTITION</a>. The only one that's bootable is the new install with no programs/drivers. All the data/users/files are visible, but programs aren't valid. Also, I cannot restore the machine using the Dell restore utility as the option is no longer available under the new OS install. <br/>Question: Is the old XP install still recoverable? Any ideas on how to recover the old installation? is it a matter of fixing the <a href="https://interviewquestions.tuteehub.com/tag/mbr-547044" style="font-weight:bold;" target="_blank" title="Click to know more about MBR">MBR</a>, Bootcfg, or other INI file?<br/>Or is it toast and ready for a wipe and full reinstall? <br/><br/>System: Dell XPS Core 2 Duo Desktop<br/>P965 Chipset, 1 GB Ram, Nvidia 7300 LE PCI-E, 250 GB SATA, <br/>XP Home SP2<br/>My best recommendation. Get another hard drive of the same size and type. Clone the original. Do your <a href="https://interviewquestions.tuteehub.com/tag/experiments-249771" style="font-weight:bold;" target="_blank" title="Click to know more about EXPERIMENTS">EXPERIMENTS</a> on the clone copy. If things fail, you still have the original.<br/><br/>Do that first. Then somebody here will tell you want is the next step.Boot to the bootable OS and take ownership of the folders and files in the the old installation (<a href="https://support.microsoft.com/kb/308421">http://support.microsoft.com/kb/308421</a>). Copy them to off disc media then format and start from scratch.Great tips; thanks for the quick response. I have privileges on the original folders/files, so that's not a <a href="https://interviewquestions.tuteehub.com/tag/big-896707" style="font-weight:bold;" target="_blank" title="Click to know more about BIG">BIG</a> issue. What I'm really after is access to the restore partition if I can't point the Bootcfg.ini file to the original os install. I'm not sure what XP backs up under a new install over an existing operating system. If it's just a new set of config files then one should be able to undo the damage (theoretically). Failing that, access to the restore partition would save a whole lot of time/effort as I have the Dell OS Install disk, but not the other driver/program/restore disks as they dump all that on the restore partition. Which is, unfortunately, not accessible. <br/>Thanks again for the assist. When you first run on the computer, CNTL-F11 will give you access to the Dell Recovery Partition.<br/><a href="https://support.dell.com/support/topics/global.aspx/support/dsn/document?c=us&cs=19&l=en&s=dhs&docid=DC47E7957E35BBC0E030A68F27280D16#Issue3">http://support.dell.com/support/topics/global.aspx/support/dsn/document?c=us&cs=19&l=en&s=dhs&docid=DC47E7957E35BBC0E030A68F27280D16#Issue3</a>Do not use the recovery partition until you recover the files you want to save per my post above.Thanks again for the replies. the Control + F11 does not work as the new OS install overrode access to the original Dell OS installation and recovery partition. The only viable OS on the machine right now is the new, <a href="https://interviewquestions.tuteehub.com/tag/generic-468117" style="font-weight:bold;" target="_blank" title="Click to know more about GENERIC">GENERIC</a> XP install without programs or drivers. I've backed up the files (Great suggestion on the cloning! Thanks for that!), so I'm no longer worried about this install if things go awry. <br/>Any clues on re-recognizing the overwritten OS?<br/>Thanks again.<a href="http://www.goodells.net/dellrestore/fixes.htm">Troubleshooting the Restore Process</a>Thanks for the great site. I attempted the fix using the bootable CD option, but after two coasters I determined the ISO file must be corrupted. Managed to boot from a USB drive and the DSRFIX program did find and fix the faults in the MBR. Unfortunately, nothing has changed with the hard drive boot sequence or available partitions. I'm going to find a floppy and download a DSRFIX dumpfile to the author and see what he makes of it. <br/>Curious as to what could have gone wrong since many people rave about the program and reading the testimonials there are people who have fixed exactly the problem I'm having. <br/>Thanks again for the great link.<br/>Just an update; looking at the partitions using Partition Wizard and finding all the files intact, just not reachable using Cntrl + F11.<br/></p></body></html> | |
17410. |
Solve : Having issues with download startups not running? |
Answer» <html><body><p>I have windows xp and top rated <a href="https://interviewquestions.tuteehub.com/tag/graphics-17135" style="font-weight:bold;" target="_blank" title="Click to know more about GRAPHICS">GRAPHICS</a> card and Pentium 4 processor so not problem with hardware and have all drivers needed but when i <a href="https://interviewquestions.tuteehub.com/tag/go-468886" style="font-weight:bold;" target="_blank" title="Click to know more about GO">GO</a> to download a game (mmorpg) from <a href="https://interviewquestions.tuteehub.com/tag/site-244234" style="font-weight:bold;" target="_blank" title="Click to know more about SITE">SITE</a> server download works and when i use setup exe all i get is an unresponsive program and freeze have to do hard shutdown cause task manager wont close down. Where are you DLoading these games from ? ?<a href="https://interviewquestions.tuteehub.com/tag/web-11417" style="font-weight:bold;" target="_blank" title="Click to know more about WEB">WEB</a> zen and i think i know why there downloads are zip files and i cannot unzip for some <a href="https://interviewquestions.tuteehub.com/tag/aeuroereason-239555" style="font-weight:bold;" target="_blank" title="Click to know more about REASON">REASON</a> and i think they are incomplete zip files.I think i'll pass on this one...</p></body></html> | |
17411. |
Solve : Excess Windows Folder Files? (XP)? |
Answer» <html><body><strong>My windows <a href="https://interviewquestions.tuteehub.com/tag/folder-246959" style="font-weight:bold;" target="_blank" title="Click to know more about FOLDER">FOLDER</a> has over 33,000 files (over 10 gigs). Does this sound right?<br/><br/>The reason I ask is that when I <a href="https://interviewquestions.tuteehub.com/tag/turn-767121" style="font-weight:bold;" target="_blank" title="Click to know more about TURN">TURN</a> on my machine it is very slow for about 20 minutes with local stuff. Opening a txt file in notepad can take 30secs to a minute if it's the first thing I open. The internet seems unaffected. <br/><br/>After 20-30 minutes everything is up to speed and there are no problems.<br/><br/>I run <a href="https://interviewquestions.tuteehub.com/tag/free-240724" style="font-weight:bold;" target="_blank" title="Click to know more about FREE">FREE</a> AVG, commercial Malwarebytes, and MRT regularly.<br/><br/>Thanks in advance for any info.</strong>Try a diagnostic startup and let us know what happens (open msconfig and on the startup tab choose "diagnostic startup" - uncheck everything - and reboot).<strong>Hi Allen. Thank you for the response.<br/><br/>The <a href="https://interviewquestions.tuteehub.com/tag/results-2643" style="font-weight:bold;" target="_blank" title="Click to know more about RESULTS">RESULTS</a> were an empty tool bar - except for that msconfig panel. Everything local loaded very fast, but the computer has been on for a while. I had no internet. I assume the necessary files weren't loaded for that in the diagnostic mode. <br/><br/>Other than that everything appeared normal.</strong><strong>Whoops! I forgot. There was nothing to uncheck there. Did you mean for me to APPLY diagnostic startup then go to the START tab and uncheck everything there? I did not do that.</strong>Reboot to normal mode. Download and run Mike Lin's Startup Control Panel (<a href="http://www.mlin.net/StartupCPL.shtml">http://www.mlin.net/StartupCPL.shtml</a>).<br/><br/>Uncheck all startup items<br/><br/>Reboot. What happens?Is this 64 bit Windows ? ?<strong>32 bit, Patio.<br/><br/>****<br/><br/>Allen, let me cancel the help request. It's not much of a problem, and won't be any next month, as I'm handing this machine down to a needy person next month and purchasing a <a href="https://interviewquestions.tuteehub.com/tag/new-1114486" style="font-weight:bold;" target="_blank" title="Click to know more about NEW">NEW</a> one. It's about time. This one is over 3 years old now.<br/><br/>Thanks again to everyone.</strong></body></html> | |
17412. |
Solve : Sudden restarting? |
Answer» <html><body><p>It just happened again (screen went blue with error message).<br/><br/>This is the report :<br/>==================================================<br/>Dump File : Mini070410-01.dmp<br/>Crash Time : 4/07/2010 17:53:17<br/>Bug Check String : IRQL_NOT_LESS_OR_EQUAL<br/>Bug Check Code : 0x1000000a<br/>Parameter 1 : 0x00000002<br/>Parameter 2 : 0x00000002<br/>Parameter 3 : 0x00000001<br/>Parameter 4 : 0x806ee732<br/>Caused By <a href="https://interviewquestions.tuteehub.com/tag/driveraeur-442990" style="font-weight:bold;" target="_blank" title="Click to know more about DRIVER">DRIVER</a> : hal.dll<br/>Caused By Address : hal.dll+2732<br/>File Description : Hardware Abstraction Layer DLL<br/>Product Name : Microsoft® Windows® Operating System<br/>Company : Microsoft Corporation<br/>File Version : 5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)<br/>Processor : 32-bit<br/>Computer Name : <br/>Full Path : C:\WINDOWS\Minidump\Mini070410-01.dmp<br/>Processors Count : 1<br/>Major Version : 15<br/>Minor Version : 2600<br/>==================================================<br/><br/><br/>Temperatures are normal (same as the previous temps I posted).<br/><br/><br/><br/>Quote</p><blockquote>Also, try to reinstall your video driver.</blockquote><br/>I did that already ... to no avail it seems <br/><br/>I'll try the other things you told me to but as this pc is about 5 years old ... I don't have the windows CD any more.<br/><br/><br/><br/>This is what ramtest gives :<br/><br/>Is it normal I only have 180 MB allocated (of the 512 ??)<br/><br/>[recovering disk space - old attachment deleted by <a href="https://interviewquestions.tuteehub.com/tag/admin-850174" style="font-weight:bold;" target="_blank" title="Click to know more about ADMIN">ADMIN</a>]I think I found the problem myself : it was the pinnacle software (to burn dvd's). I removed it (it was a whopping 780 MB) and replaced it with burn4free (only 10MB). <br/>Now it runs games without shutting down all of a sudden.<br/><br/>I noticed my dvd-r drive was constantly making noises. <br/>When I inserted a cd to burn an <a href="https://interviewquestions.tuteehub.com/tag/iso-500969" style="font-weight:bold;" target="_blank" title="Click to know more about ISO">ISO</a> (as Broni asked me to do) it restarted once again. That <a href="https://interviewquestions.tuteehub.com/tag/prompted-7262676" style="font-weight:bold;" target="_blank" title="Click to know more about PROMPTED">PROMPTED</a> me to remove pinnacle.<br/><br/>Thanks for all the <a href="https://interviewquestions.tuteehub.com/tag/help-239643" style="font-weight:bold;" target="_blank" title="Click to know more about HELP">HELP</a> everyone !<br/><br/><br/><br/><br/></body></html> | |
17413. |
Solve : computer keeps freezing (hp pavilion desk top)? |
Answer» <html><body><p>sorry if this has been asked, someone on here told me to post so i could keep track of what has been tried. thanks When posting make sure to keep the below <a href="https://interviewquestions.tuteehub.com/tag/guidelines-1013984" style="font-weight:bold;" target="_blank" title="Click to know more about GUIDELINES">GUIDELINES</a> in mind.<br/><br/><em>List as much about your computer as possible. This includes operating system (what version of Windows you are using), service packs, computer make/model, RAM, hard drive, sound and video cards, <a href="https://interviewquestions.tuteehub.com/tag/current-240611" style="font-weight:bold;" target="_blank" title="Click to know more about CURRENT">CURRENT</a> adware/spyware/virus programs being used on a regular <a href="https://interviewquestions.tuteehub.com/tag/basis-248385" style="font-weight:bold;" target="_blank" title="Click to know more about BASIS">BASIS</a>, do you have a "real" Windows CD, etc. <br/><br/>Be as thorough as possible with your description of your problem. What happens exactly, error messages, if any, what happened before this started, what you have tried, are you the only user, type of internet connection, what you have <a href="https://interviewquestions.tuteehub.com/tag/done-958312" style="font-weight:bold;" target="_blank" title="Click to know more about DONE">DONE</a> inside the case, etc.<br/></em>Quote from: dawnnorean on August 21, 2010, 05:13:31 PM</p><blockquote>sorry if this has been asked, someone on here told me to post so i could keep track of what has been tried. thanks <br/></blockquote>You need to tell us exactly what your problem is and what led up to it if you want us to be able to try to help.</body></html> | |
17414. |
Solve : Documents? |
Answer» <html><body><p>Hi everyone. I hope everyone had a safe holiday. I just noticed that when I open up "My Computer" and the drives appear the documents folder is in the list. I do not know how it go there. How can I remove it? Is there a virus on my pc? Any <a href="https://interviewquestions.tuteehub.com/tag/help-239643" style="font-weight:bold;" target="_blank" title="Click to know more about HELP">HELP</a> will be appreciated. maryhigginsrice<br/><br/>Dell Dimension E310<br/>Windows XP Home Edition<br/>SP3<br/>2GB of Ram<br/>Philips DVD+RW DVD8801<br/>HL-DT-ST DVD-ROM GDR81643<br/>Nvidia <a href="https://interviewquestions.tuteehub.com/tag/geforce" style="font-weight:bold;" target="_blank" title="Click to know more about GEFORCE">GEFORCE</a> <a href="https://interviewquestions.tuteehub.com/tag/fx-467128" style="font-weight:bold;" target="_blank" title="Click to know more about FX">FX</a> 5200<br/>2nd HD<br/>Intel(R) Pentium(R) 4 CPU 3.06GHz <br/>Home Network<br/>Belkin Wireless Router<br/>230W<br/><br/><br/><br/>It's supposed to be there by default. You <a href="https://interviewquestions.tuteehub.com/tag/probably-1167177" style="font-weight:bold;" target="_blank" title="Click to know more about PROBABLY">PROBABLY</a> never noticed it before.</p></body></html> | |
17415. |
Solve : E-Mail? |
Answer» <html><body><p>How do I move a message from "Draft" to a e-mail form to be sent ?Double-click it.In most email programs that will open it for editing and then click on <a href="https://interviewquestions.tuteehub.com/tag/send-630341" style="font-weight:bold;" target="_blank" title="Click to know more about SEND">SEND</a> if there are no changes.Of course there's <a href="https://interviewquestions.tuteehub.com/tag/always-373607" style="font-weight:bold;" target="_blank" title="Click to know more about ALWAYS">ALWAYS</a> the old copy and <a href="https://interviewquestions.tuteehub.com/tag/paste-597094" style="font-weight:bold;" target="_blank" title="Click to know more about PASTE">PASTE</a> <a href="https://interviewquestions.tuteehub.com/tag/method-239379" style="font-weight:bold;" target="_blank" title="Click to know more about METHOD">METHOD</a>...</p></body></html> | |
17416. |
Solve : Temporary Profile? |
Answer» <html><body><p>Today when I logged onto my computer and clicked on my account, I am <a href="https://interviewquestions.tuteehub.com/tag/taken-659096" style="font-weight:bold;" target="_blank" title="Click to know more about TAKEN">TAKEN</a> to a completly new account as if the computer has reverted back to its original settings. All my settings, documents, pictures, programs, ect, are not there. After restarting I got this message: "Windows cannot find the local profile and is logging on with a temporary profile. Changes you <a href="https://interviewquestions.tuteehub.com/tag/make-249948" style="font-weight:bold;" target="_blank" title="Click to know more about MAKE">MAKE</a> on this profile will be lost once you log off." <br/><br/>Last <a href="https://interviewquestions.tuteehub.com/tag/night-343929" style="font-weight:bold;" target="_blank" title="Click to know more about NIGHT">NIGHT</a> my account was fine. All my documents were there, everything was normal. I did not try to delete my account or mess around with anything I do not normally touch (I used the Internet, I created a Word document, that's about it). I have <a href="https://interviewquestions.tuteehub.com/tag/tried-7272297" style="font-weight:bold;" target="_blank" title="Click to know more about TRIED">TRIED</a> restarting in "safe mode" and logging in as Admin and creating a new account, then restarting again. This did not work and again I am using a temp profile. <br/><br/>I know very little of computers, save for basics. Internet. Word. iTunes. I am on a laptop and have only the 1 account. What on earth can I do to get my old profile back up???When you logon to the temporary profile and go to the Documents & Settings folder in Windows <a href="https://interviewquestions.tuteehub.com/tag/explorer-455219" style="font-weight:bold;" target="_blank" title="Click to know more about EXPLORER">EXPLORER</a>, do you see your old profile?Create a new profile with administrator privileges and than copy all files and folders from old profile.<br/>Three days ago I had the same problem and I did fixed in the way I explained.<br/><br/>Cheers.Quote from: dr_iton on July 06, 2010, 11:46:09 AM</p><blockquote>Create a new profile with administrator privileges and than copy all files and folders from old profile.<br/>Three days ago I had the same problem and I did fixed in the way I explained.<br/><br/>Cheers.<br/></blockquote>That is certainly a reasonable solution - assuming he can see the original profile.</body></html> | |
17417. |
Solve : Windows Security Alert: Windows detects that your computer is infected...? HELP? |
Answer» <html><body><p>Hi,<br/><br/>I am new to this forum, I hope someone can help me asap.<br/><br/>I was browsing the web and suddenly the computer froze up. After restarting the PC I now keep getting popups telling me my computer is infected, telling me to cluck on an <a href="https://interviewquestions.tuteehub.com/tag/option-25810" style="font-weight:bold;" target="_blank" title="Click to know more about OPTION">OPTION</a> to 'block the attack'. I have been clicking 'no' everytime, while running a Norton 360 <a href="https://interviewquestions.tuteehub.com/tag/scan-1195614" style="font-weight:bold;" target="_blank" title="Click to know more about SCAN">SCAN</a> but it doesn't pick up anything. Also it doesn't let me <a href="https://interviewquestions.tuteehub.com/tag/open-245076" style="font-weight:bold;" target="_blank" title="Click to know more about OPEN">OPEN</a> IE, so I am posting this from my iPhone at the moment. Please can <a href="https://interviewquestions.tuteehub.com/tag/somebody-1218773" style="font-weight:bold;" target="_blank" title="Click to know more about SOMEBODY">SOMEBODY</a> assist me to get rid of this virus?<br/><br/><br/>I look forward to the response.<br/><br/>I have searched a little on the internet and it seems the computer is infected with the 'Security Suite' virus. I hope this helps.Your system could be getting alerts from 'Rogue' Anti-malware as well.<br/><br/>Best Shot:::<br/><br/>Run your PC through "Safe Mode in Networking", pressing F8 while system boot.<br/><br/>>>Go to Trend Micro's Housecall{Googling it will land you to correct destination}.<br/><br/>OR<br/><br/><a href="http://housecall.trendmicro.com/uk/">http://housecall.trendmicro.com/uk/</a><br/><br/>>>Run an Online scan{They do have a QUICK SCAN option as well}<br/><br/>>>Nip the Rogue anti-malware & alerts.<br/><br/>Hope, this'll surely help.<br/><br/>***Safe Mode in Networking will ensure NO probable system slowdowns while enabling Internet connectivity.Thank you, problem solved!! :-)<a href="https://interviewquestions.tuteehub.com/tag/excellent-2543" style="font-weight:bold;" target="_blank" title="Click to know more about EXCELLENT">EXCELLENT</a>....Feeling elated like Mr. Bean!</p></body></html> | |
17418. |
Solve : Suspicious.mystic, tidserv Trojan: no icons on desktop, no start bar? |
Answer» <html><body><p>Hello,<br/><br/>I am <a href="https://interviewquestions.tuteehub.com/tag/hoping-7686882" style="font-weight:bold;" target="_blank" title="Click to know more about HOPING">HOPING</a> someone can assist me!<br/><br/><strong>Summary</strong><br/><br/>Infections, Trojans, various other malware. No icons, or start bar.<br/><br/><strong>Operating System</strong><br/><br/>Windows XP Professional Service Pack 3 2008<br/><br/><strong>Hardware</strong><br/><br/>—AMD x2 5000+ (2.6 GHz)<br/>—RAM 2 GB DDR2 800<br/>—WD 320 GB hard drive<br/>—Video card: onboard.<br/>—Sound card: onboard<br/><br/><strong>Names of Infections</strong><br/><br/>—Backdoor.tidserv<br/>—bamatal<br/>—suspicious.mystic<br/><br/>Numerous others, but those are the ones whose names I have noticed.<br/><br/><strong>Symptoms</strong><br/><br/>—No icons or start bar (no explorer.exe <a href="https://interviewquestions.tuteehub.com/tag/apparently-363673" style="font-weight:bold;" target="_blank" title="Click to know more about APPARENTLY">APPARENTLY</a>).<br/>—Can only access programs through <a href="https://interviewquestions.tuteehub.com/tag/task-243523" style="font-weight:bold;" target="_blank" title="Click to know more about TASK">TASK</a> manager.<br/>—Cannot access files (MS words, mp3, etc.)<br/>—Norton is acting extremely strange: notifying me that Trojans have been flagged but must be removed manually. Also, notifying me that intrusion attempts have been blocked. Also, Norton keeps asking me to check the function that allows for the saving of passwords etc. This is a bit disturbing! Also, Norton has started flashing a notice that the time and date is not correct.<br/>—Request to put in XP Windows disk to <a href="https://interviewquestions.tuteehub.com/tag/replace-karana-ka-sharatakata-622250" style="font-weight:bold;" target="_blank" title="Click to know more about REPLACE">REPLACE</a> missing files.<br/>—Computer has shut down a number of times and restarted.<br/><br/><strong>Attempts to Fix</strong><br/><br/>I have run: <br/><br/>—Malwarebyte's Antimalware program: has caught numerous Trojans.<br/>—tdssskiller: has caught numerous infections.<br/>—Cureit: has caught startup Trojan in winlogon.exe and, I believe, in a dll file. However, cureit never finishes the scan, and the computer shuts down and restarts.<br/>—sfc/scannow<br/>—CCleaner<br/><br/><strong>First Occurrence</strong><br/><br/>Norton flagged suspicious.mystic but, I believe, could not <a href="https://interviewquestions.tuteehub.com/tag/remove-1184766" style="font-weight:bold;" target="_blank" title="Click to know more about REMOVE">REMOVE</a> it. The next time I started the computer, no icons, start bar etc.Clik Here...</p></body></html> | |
17419. |
Solve : new files have older files? |
Answer» <html><body><p>Hi, when I download a movie using utorrent, if I check the contents of the file being downloaded when I have part of it (say 10%), it <a href="https://interviewquestions.tuteehub.com/tag/plays-243534" style="font-weight:bold;" target="_blank" title="Click to know more about PLAYS">PLAYS</a> an already deleted file. I tried with the preallocate <a href="https://interviewquestions.tuteehub.com/tag/space-239477" style="font-weight:bold;" target="_blank" title="Click to know more about SPACE">SPACE</a> option but on of off there is no difference. I'm using NTFS, windows XP. I'm very curious about why this is happening now, it's never happened before. I suppose the file system takes the space marked as available ( the deleted file) and uses it for the new file. But this only happens after I reinstalled XP a year ago.<br/>Is there anything else I don't know about ntfs to explain this "new" behavior? <br/><br/>thank you.Things we wpn't assist with :<br/><br/>Quote</p><blockquote>Copyrighted <a href="https://interviewquestions.tuteehub.com/tag/material-245855" style="font-weight:bold;" target="_blank" title="Click to know more about MATERIAL">MATERIAL</a><br/><br/> * Downloading or using a program (e.g. torrent / P2P program) to download a copyrighted software program, game, movie, song, TV show, book, or any other content protected by copyright laws.<br/> * Finding places on the Internet to watch movies or TV shows or listen to copyrighted music.<br/> * Making backups of copyrighted DVDs.<br/> * Help users use copyrighted material in their own video, song, and/or website.<br/> * Posting any copyrighted material, even if it's being used for helping others.</blockquote>This will come as a shock to you but there are legal uses for P2P, as well as legal content under GPL license. Try google there are good movies.<br/><br/>Quote from: freeforall on August 20, 2010, 02:57:48 PM<blockquote>This will come as a shock to you but there are legal uses for P2P, as well as legal content under GPL license. Try google there are good movies.<br/></blockquote>Okay, so what's the name of the movie? And what the heck is "*Bugmenot user*"?<a href="http://www.bugmenot.com/">http://www.bugmenot.com/</a>Oh. Thanks.Check it out:<br/><br/>Return of the Ghostbusters<br/><br/><a href="https://www.imdb.com/title/tt1230164/">http://www.imdb.com/title/tt1230164/</a><br/><a href="http://www.returnoftheghostbusters.com/play.html">http://www.returnoftheghostbusters.com/play.html</a>Quote<blockquote><a href="http://www.returnoftheghostbusters.com/play.html">http://www.returnoftheghostbusters.com/play.html</a></blockquote>Why not download it from there?Well even though that site exists and has full DLoads of the movie i am closing this <a href="https://interviewquestions.tuteehub.com/tag/topic-25451" style="font-weight:bold;" target="_blank" title="Click to know more about TOPIC">TOPIC</a>...<br/><br/>Until i hear from Universal Studios.</body></html> | |
17420. |
Solve : microsoft feed sync? |
Answer» <html><body><p>winxp sp2 microsoft feed sync <a href="https://interviewquestions.tuteehub.com/tag/keeps-1063393" style="font-weight:bold;" target="_blank" title="Click to know more about KEEPS">KEEPS</a> popping up every few minutes and if i go away from computer for a few min. when i come back they will be stacked up to and more than 8x what can i do to stop thisIn Internet Explorer click on <a href="https://interviewquestions.tuteehub.com/tag/tools-25672" style="font-weight:bold;" target="_blank" title="Click to know more about TOOLS">TOOLS</a> then Internet Options at the bottom. Click on the content tab of of the Internet Options window and then click the Settings button under "feeds and web slices". Uncheck the "Automatically check feeds and web slices for <a href="https://interviewquestions.tuteehub.com/tag/updates-25804" style="font-weight:bold;" target="_blank" title="Click to know more about UPDATES">UPDATES</a>" and click OK.i cant find feed and web slices in <a href="https://interviewquestions.tuteehub.com/tag/location-11443" style="font-weight:bold;" target="_blank" title="Click to know more about LOCATION">LOCATION</a> you directed me togo to<br/><br/><a href="http://www.pcmag.com">Computers</a>Quote from: BCLian on July 06, <a href="https://interviewquestions.tuteehub.com/tag/2010-290294" style="font-weight:bold;" target="_blank" title="Click to know more about 2010">2010</a>, 02:47:14 PM</p><blockquote>go to<br/><br/><a href="http://www.pcmag.com">Computers</a><br/></blockquote><br/>Ridiculous...Made ya look Silly of me...</body></html> | |
17421. |
Solve : keypad and touchpad not working? |
Answer» <html><body><p>On my Packard bell easynote mv35-202 the touchpad and keyboard are not working, I have a recovery disc so <a href="https://interviewquestions.tuteehub.com/tag/put-11868" style="font-weight:bold;" target="_blank" title="Click to know more about PUT">PUT</a> that in, it loaded so far then asked me to press " O " to continue but of course, no keyboard working, so I thought, I'll plug in a <a href="https://interviewquestions.tuteehub.com/tag/usb-11337" style="font-weight:bold;" target="_blank" title="Click to know more about USB">USB</a> keyboard, it won't work, tried USB mouse, it won't work.<br/>Plugged in USB light to check if port was ok and it lit up no problem, I don't know what to try next, can someone help, thank you all. Keyboard should work no matter what at boot of computer or the keyboard itself is bad. If your computer has a PS2 slot to it you can try <a href="https://interviewquestions.tuteehub.com/tag/using-1441597" style="font-weight:bold;" target="_blank" title="Click to know more about USING">USING</a> that with a keyboard? USB keyboard support is <a href="https://interviewquestions.tuteehub.com/tag/probably-1167177" style="font-weight:bold;" target="_blank" title="Click to know more about PROBABLY">PROBABLY</a> not supported on that system, since drivers would be needed after the OS is started. Some keyboards and BIOS's support USB keyboards at boot and some dont.<br/><br/>I am leaning towards the fact that your keyboard will probably have to be replaced, and hopefully its just the keyboard and not the controller on the main board.Thanks for the help, but in case I did not state correctly, this is a laptop and don't have ps2, am I understanding correctly that if I use a bootable dvd, the touchpad and keyboard should work, if not then the keyboard is faulty or the controller is needing replaced, is the controller part of the motherboard, have only just noticed that the function keys or some of them work ( brightness, monitor on/off, standby) don't know if this help in any way, nevertheless I appreciate the input.There are keys that disable the touchpad/mouse on <a href="https://interviewquestions.tuteehub.com/tag/many-554478" style="font-weight:bold;" target="_blank" title="Click to know more about MANY">MANY</a> laptop/netbooks....<br/>Perhaps you have hit that one inadvertantly...<br/><br/>Consult your manual...</p></body></html> | |
17422. |
Solve : locked computer? |
Answer» <html><body><p>I am trying to help get access to an old DELL computer the owner has passed away and the computer has not been used for over 2 years.<br/>the owner put on it a password to stop staff where he lived accessing his computer but he didn't tell anyone in his family what the password was, all possible or logical ones have now been tried'<br/>I thought that maybe going into the setup we could bypass it in the setup under security it has the following <br/><br/>System Security:<br/>Password status...unlocked<br/>system passwork...not enabled<br/>setup password....not enabled<br/>POST Hotkeys..F2 & F12<br/>Chassis Intrusion ..Detected<br/>PXE BIS Default Policy...Deny<br/><br/>Is any one able to tell me if anything in this will help us get into the computer <br/>No setup disks were found, just before he died it seems he had a big clean up and threw lots of disks out and all his 3"floppys as well.<br/>Any suggestions gratefully received. <br/>so you have to type a password before you are able to boot the PC normally? Or is this a password to get into windows? And what windows is this?? <br/><br/>I am assuming the OS is some kind of windows OS.it is running Windows XP <br/>loads the windows things then says and you have to hit alt control delete first then a password box opens up and that is the problem So you <a href="https://interviewquestions.tuteehub.com/tag/see-630247" style="font-weight:bold;" target="_blank" title="Click to know more about SEE">SEE</a> something like what the following screenshots show?<br/><br/><br/><br/><br/><br/>in that case,<br/><br/>try this:<br/>Quote</p><blockquote>There is a hidden administrator account. You can log on it and you can change or <a href="https://interviewquestions.tuteehub.com/tag/remove-1184766" style="font-weight:bold;" target="_blank" title="Click to know more about REMOVE">REMOVE</a> all the other <a href="https://interviewquestions.tuteehub.com/tag/passes-1148517" style="font-weight:bold;" target="_blank" title="Click to know more about PASSES">PASSES</a> of your comp without knowing the previous passes. Just type ctrl alt del twice and then type Administrator on the account name and you can enter. If that won't work, restart the computer and toggle the F5 button.You will get screen that will ask you if you want to boot with command prompt, choose it and then type net user, then press enter <br/>Then again type "Net user [Username of the Account]*" then press Enter, without the ["], and quotes. Make sure you spell the username correctly, and you have the '*'. <br/>To change password press enter and after that follow the instructions that <a href="https://interviewquestions.tuteehub.com/tag/come-409636" style="font-weight:bold;" target="_blank" title="Click to know more about COME">COME</a> after to reset your password. </blockquote>.<br/><br/><br/>If that doesn't work, you can try through these links and hopefully one of them gets your pc unlocked.<br/><br/>1. <a href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=305">http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=305</a><br/>2. <a href="https://www.howtogeek.com/howto/windows-vista/change-your-forgotten-windows-password-with-the-linux-system-rescue-cd/">http://www.howtogeek.com/howto/windows-vista/change-your-forgotten-windows-password-with-the-linux-system-rescue-cd/</a><br/><br/>hope this helps... good <a href="https://interviewquestions.tuteehub.com/tag/luck-1081575" style="font-weight:bold;" target="_blank" title="Click to know more about LUCK">LUCK</a>! <br/>thank you<br/>they are exactly what we see will now try your suggestions <br/>thank you<br/>Thank you 2x3i5x<br/>It took a lot of tries but we have done it we used the command prompt one,and then came the fun part the files the family were looking for were there but it contained not a lot of the Book that their granddad was writing, just a few pages in fact it seems that his book was more in his imagination than on the computer, but now one of his great grandkids will get a workable computer, even if the programs are a bit out of date.<br/>Thank you for your helpgreat ,,, glad you got it working....</body></html> | |
17423. |
Solve : question about fixmbr for xp? |
Answer» <html><body><p>hi everyone its nice to be here <br/>basically about a week ago my computer became unable to boot properly and the only way to get into <a href="https://interviewquestions.tuteehub.com/tag/windows-22662" style="font-weight:bold;" target="_blank" title="Click to know more about WINDOWS">WINDOWS</a> was to hold f8 and boot using the cdrom drive. ive tried <a href="https://interviewquestions.tuteehub.com/tag/changing-246341" style="font-weight:bold;" target="_blank" title="Click to know more about CHANGING">CHANGING</a> the boot order in bios and disabling the floppy which i thought was the problem but that didnt work. then i tried booting up with a windows xp floppy boot disk and it worked. i was told to use fixmbr to <a href="https://interviewquestions.tuteehub.com/tag/fix-991779" style="font-weight:bold;" target="_blank" title="Click to know more about FIX">FIX</a> the master boot record in order to boot normally again. my problem is when i go into recovery console from the xp disc it gives me the option to run the recovery console on the c drive or the d drive. however i have a partition and do not use my c drive; i want to run fixmbr for the e drive (the partitioned drive) but it does not show up as an option. does anyone lnow what to do in this situation or do i just run fixmbr on the c drive? <br/>thank youQuote from: underscore04 on July 05, 2010, 05:45:00 PM</p><blockquote>...<br/>1. when i go into recovery console from the xp disc it gives me the option to run the recovery console on the c drive or the d drive. <br/>2. however i have a partition and do not use my c drive; <br/>3. i want to run fixmbr for the e drive (the partitioned drive) but it does not show up as an option. does anyone lnow what to do in this situation or do i just run fixmbr on the c drive? <br/>...</blockquote>1. OK<br/>2. Not according to Recovery Console, which says C or D.<br/>3. E is not an option because Windows is not <a href="https://interviewquestions.tuteehub.com/tag/located-543617" style="font-weight:bold;" target="_blank" title="Click to know more about LOCATED">LOCATED</a> there.thanks for the quick response <br/>so just to be completely sure there is no way to run it on the e drive and running on the c drive will not screw up the partition? What makes you so sure the E-drive is the boot drive?<br/>How are booting Windows with the cdrom?<br/><br/>I would attempt a repair install: <a href="http://www.michaelstevenstech.com/XPrepairinstall.htm">http://www.michaelstevenstech.com/XPrepairinstall.htm</a><br/>Read it very carefully & follow the instructions to the letter.<br/>thanks so much i will try this<br/>the reason i think the e drive is the boot device is because i have two instances of xp installed on my system and when i turn on the computer i am asked which installation i would like to log into, the installation i use uses the e drive. hi, so i completed the repair install and it hasn't fixed the booting problem basically whenever i turn on the computer it freezes when booting at the floppy disk any way to fix this? Have you considered backing up what you need and wiping the drives and doing a proper XP install ? ?yes i have actually, ive backed up everything important just in case but im hoping not to have to do a clean install unless it becomes completely necessary I'd say from the look of things it's <a href="https://interviewquestions.tuteehub.com/tag/getting-2670847" style="font-weight:bold;" target="_blank" title="Click to know more about GETTING">GETTING</a> closer to neccessary than you think...but Best of Luck either way...thanks</body></html> | |
17424. |
Solve : thunderbird? |
Answer» <html><body><p>I need <a href="https://interviewquestions.tuteehub.com/tag/help-239643" style="font-weight:bold;" target="_blank" title="Click to know more about HELP">HELP</a> with <a href="https://interviewquestions.tuteehub.com/tag/setup-1203067" style="font-weight:bold;" target="_blank" title="Click to know more about SETUP">SETUP</a> <a href="https://interviewquestions.tuteehub.com/tag/yahoo-748957" style="font-weight:bold;" target="_blank" title="Click to know more about YAHOO">YAHOO</a> email with Mozilla Thunderbird Get YPops...<br/><br/>Or pay a <a href="https://interviewquestions.tuteehub.com/tag/subscription-1231325" style="font-weight:bold;" target="_blank" title="Click to know more about SUBSCRIPTION">SUBSCRIPTION</a> fee to yahoo...</p></body></html> | |
17425. |
Solve : Wireless router reset?? |
Answer» <html><body><p>Hi a few days ago my hdd crashed and I did get all the <a href="https://interviewquestions.tuteehub.com/tag/info-1043778" style="font-weight:bold;" target="_blank" title="Click to know more about INFO">INFO</a> off and reinstalled windows XP SP3 and got all my programs running but one. I have a linksys router which I am using right now. Anyway I tried to reinstall it so that I could get a new password and username on it but the router after the last step (connect to power) won't proceed because it still has the old information. What I need to know is how to reset everything on the router so it would be like I just got it out of the box. I already tried the little reset button at the back. No go. <br/><br/>Any ideas? <br/><br/>Ps this router is a linksysNultra range plus model # WRT160N by cisco Quote from: comda on July 06, 2010, 02:<a href="https://interviewquestions.tuteehub.com/tag/20-241937" style="font-weight:bold;" target="_blank" title="Click to know more about 20">20</a>:51 PM</p><blockquote>... I already tried the little reset button at the back. No go. Any ideas? <br/>Ps this router is a linksysNultra range plus model # WRT160N by cisco <br/></blockquote>Full reset can require holding button in for 10-20 sec.The info should be on a label on the underside of the router.<br/>You have to <a href="https://interviewquestions.tuteehub.com/tag/hole-770022" style="font-weight:bold;" target="_blank" title="Click to know more about HOLE">HOLE</a> the reset 20 seconds.<br/><br/>User and Password both "admin" I think.Quote from: Geek-9pm on July 06, 2010, 02:28:26 PM<blockquote>The info should be on a label on the underside of the router.<br/>You have to hold the reset 20 seconds.<br/><em>Oops, Computer_Commando just said that.</em><br/><br/>User and Password both "admin" I think.<br/></blockquote>Quote from: Geek-9pm on July 06, 2010, 02:28:26 PM<blockquote>The info should be on a label on the underside of the router.<br/>You have to hole the reset 20 seconds.<br/><br/>User and Password both "admin" I think.<br/></blockquote>User is blank.On that router the defaults are Password/administrator...sorry i didn't <a href="https://interviewquestions.tuteehub.com/tag/reply-1185278" style="font-weight:bold;" target="_blank" title="Click to know more about REPLY">REPLY</a> for a while but anyway <a href="https://interviewquestions.tuteehub.com/tag/thanks-665909" style="font-weight:bold;" target="_blank" title="Click to know more about THANKS">THANKS</a> computer_commando I can't believe I didn't think of that. And also thanks from geek 9pm for reply.</body></html> | |
17426. |
Solve : Witch is best version of XP?? |
Answer» <html><body><p>Witch is the best <a href="https://interviewquestions.tuteehub.com/tag/version-1444891" style="font-weight:bold;" target="_blank" title="Click to know more about VERSION">VERSION</a> of windows <a href="https://interviewquestions.tuteehub.com/tag/xp-747558" style="font-weight:bold;" target="_blank" title="Click to know more about XP">XP</a> to run internet <a href="https://interviewquestions.tuteehub.com/tag/easy-444822" style="font-weight:bold;" target="_blank" title="Click to know more about EASY">EASY</a> and better?No such thing. Your choice of OS has nothing to do with how well your Internet Connection performs.In other words: any version of XP will work equally well. XP Home is <a href="https://interviewquestions.tuteehub.com/tag/quite-1175131" style="font-weight:bold;" target="_blank" title="Click to know more about QUITE">QUITE</a> popular among novice users.for most people, I <a href="https://interviewquestions.tuteehub.com/tag/think-661001" style="font-weight:bold;" target="_blank" title="Click to know more about THINK">THINK</a> any XP version would suffice.</p></body></html> | |
17427. |
Solve : Need help figuring out what is wrong with computer . . .? |
Answer» <html><body><p>My grandfather has a Dell XPS that is about 8 years <a href="https://interviewquestions.tuteehub.com/tag/old-585313" style="font-weight:bold;" target="_blank" title="Click to know more about OLD">OLD</a>. For the <a href="https://interviewquestions.tuteehub.com/tag/first-461760" style="font-weight:bold;" target="_blank" title="Click to know more about FIRST">FIRST</a> three years the <a href="https://interviewquestions.tuteehub.com/tag/computer-243299" style="font-weight:bold;" target="_blank" title="Click to know more about COMPUTER">COMPUTER</a> worked just fine whether I was playing games or browsing the internet. However the forth year it started to slow down and the performance dropped dramatically. For nearly three years I have not played a single game on the computer and rarely browsed the internet on it since it is near impossible. The computer is very slow and it would take anywhere from two to five minutes to open a small file or bring up the web browser. <br/><br/>Earlier today, the computer would load a little bit on the loading screen that first <a href="https://interviewquestions.tuteehub.com/tag/appears-881937" style="font-weight:bold;" target="_blank" title="Click to know more about APPEARS">APPEARS</a> and then freezes.<br/><br/>My grandpa was at first saying the hard drive went out and now he is saying it is the BIOS. I was wondering if anyone can help me figure out what truly is the problem and if at all possible it could be fixed. <br/><br/>A Dell XPS laptop or desktop? First of all, you cannot boot and it freezes. Most probably a hardware problem. Re-inserting and cleaning the slot for RAM(memory). Since it may be old, When was it last blown out from dirt or dust? Make sure also that the battery(CMOS,3V)still has that usable power to boot your CPU. After all, an 8 year computer would be worth the maintenance check-up. When it boots to desktop normally, post for another topic here when it comes to computer lags issue.Sorry for not including a whole lot of information. It is a desktop and as far as I know has never been dusted out. <br/><br/>Anyways, he did finally get it to start up correctly and he's now listening to <a href="https://interviewquestions.tuteehub.com/tag/music-1379" style="font-weight:bold;" target="_blank" title="Click to know more about MUSIC">MUSIC</a> on it. It's still performing as slow as it has for years. Quote</p><blockquote>The computer is very slow and it would take anywhere from two to five minutes to open a small file or bring up the web browser. </blockquote> <br/>Try first cleaning your Temporary internet files folder. Go to Documents and Settings folder, Administrator , Local settings, then open Temporary internet files. once inside the folder, you will have to delete by pressing ctrl+A(to select all/highlight) then right-click mouse and click on delete. Exit. Always also to make sure to REFRESH desktop and windows explorer windows. Just right-click and press REFRESH. In your case most probably refreshing it 10 to 20 times on desktop per session. However the most likely optimal way of making everything work is to make a CLEANING maintenance on your CPU and reformatting your hard drive. Just make sure to back-up all your important files and that you have your CD installers with you.BIOS<br/>Do you hear any beeps when the system is booting? If so what are they? Is there an error message that comes up stating anything about the BIOS, Checksum, CMOS, Battery? Have you tried to reset the BIOS to factory default?<br/><br/>Before making changes to the BIOS make note of the configuration so they can be reverted back.<br/><br/>How full is the hard drive and when was the last time it was defragged?<br/><br/>Go to Start-All Programs-Accessories-System Tools-Disk Clean Up.<br/><br/>After you run the clean up then defrag.I had the same problem with my work xp desktop when i reported it to the head of IT he told me that i needed more ram.</body></html> | |
17428. |
Solve : Cannot get onto XP even after repair install? |
Answer» <html><body><p>Hey guys,<br/><br/>I'm trying to clean up a bit of my old dell demension 8300<br/><br/>during the process of trying to make the computer faster and more smooth for my dad to run as a media centre, I increased the pagefile to 1.5 Gb rather than to buy RAM.<br/><br/>Restart <a href="https://interviewquestions.tuteehub.com/tag/lead-249923" style="font-weight:bold;" target="_blank" title="Click to know more about LEAD">LEAD</a> to an error preventing me from booting, undeterred, I decided to try it again but this time it did not work, and using a windows xp <a href="https://interviewquestions.tuteehub.com/tag/disc-ko-432020" style="font-weight:bold;" target="_blank" title="Click to know more about DISC">DISC</a> from a friend to repair install has failed to work. Either files could not be found (but were there!) or asking for product key which my dell's does not work for it.<br/><br/>Even if I cancel the prompt for key, it restarts and I get a flash of a blue screen and it reboots.<br/><br/>The option to disable automatic reboot is no longer there. Any help would be appreciated.<br/><br/>PS I was wondering if I could boot an OS from CD like Ubuntu would allow me to salvage files?1) Virtual memory is not a replacement for ram and increasing its size will rarely if ever have any <a href="https://interviewquestions.tuteehub.com/tag/effect-246841" style="font-weight:bold;" target="_blank" title="Click to know more about EFFECT">EFFECT</a> on performance. Leaving it as "system managed" is almost always best.<br/>2) Increasing the size of a pagefile CANNOT cause a system to malfunction. Something else happened.<br/>3) If you borrow a disc to do a repair install it must be the same version as you have installed (Home/Pro and the same service pack level). Assuming it is, the repair install will work.Cheers, it was originally service pack 1, but the CD was service pack 3, but my old dell had been updated to service pack 3, so I need to find an old one?It needs to be the same as whatever is currently installed. If it's sp3 then it should be sp3.Was the Windows XP disk you used for a Dell or another computer? Some manufacturers make their disk for their systems only for them to work properly.<br/><br/>If the restore feature was enabled try accessing through <a href="https://interviewquestions.tuteehub.com/tag/safe-634049" style="font-weight:bold;" target="_blank" title="Click to know more about SAFE">SAFE</a> mode to a previous <a href="https://interviewquestions.tuteehub.com/tag/date-11316" style="font-weight:bold;" target="_blank" title="Click to know more about DATE">DATE</a> when the system was working before the changes.<br/><a href="http://www.goodells.net/dellrestore/index.htm">Inside the Dell PC Restore Partition</a></p></body></html> | |
17429. |
Solve : no desktop icons, no start menu? |
Answer» <html><body><p>so I start my computer and <a href="https://interviewquestions.tuteehub.com/tag/get-11812" style="font-weight:bold;" target="_blank" title="Click to know more about GET">GET</a> to my desktop, have a background but no icons no start menu and i can't right click. i can get to the task manager and open programs from there. i searched online and read to <a href="https://interviewquestions.tuteehub.com/tag/attempt-887550" style="font-weight:bold;" target="_blank" title="Click to know more about ATTEMPT">ATTEMPT</a> a system restore tried that will not work. i searched my system for explorer.exe and got an error message 'WINDOWS CANNOT FIND EXPLORER.EXE. MAKE SURE YOU TYPED THE NAME CORRECTLY, AND THEN TRY AGAIN...." i did spell it correctly. i have norton 360, malware bytes and spybot s&d. ran them got nothing. i cannot update them..got error <a href="https://interviewquestions.tuteehub.com/tag/messages-25598" style="font-weight:bold;" target="_blank" title="Click to know more about MESSAGES">MESSAGES</a> for that too. also when i try to start computer in safe mode all i get is a <a href="https://interviewquestions.tuteehub.com/tag/black-399326" style="font-weight:bold;" target="_blank" title="Click to know more about BLACK">BLACK</a> screen with safe mode in all four corners.please help i don't know what to do and its driving me <a href="https://interviewquestions.tuteehub.com/tag/crazy-427318" style="font-weight:bold;" target="_blank" title="Click to know more about CRAZY">CRAZY</a>! thanks in advance. Do you have an XP CD?What happens when you press the windows key?<br/><br/>When you press Ctrl+Del+Alt at the same time does it bring up anything?<br/><br/>Have you tried to see if it come up in Safe Mode (press the F8 key after you boot the system) the run the recover from there?</p></body></html> | |
17430. |
Solve : 60gb of junk data randomly written to hard drive, can't delete, need help.? |
Answer» <html><body><p>i started my computer up this morning and noticed a problem on my 1tb <a href="https://interviewquestions.tuteehub.com/tag/wd-729586" style="font-weight:bold;" target="_blank" title="Click to know more about WD">WD</a> my book external. i have a rather sizeable collection of music and movies, split into 18 folders, each containing <a href="https://interviewquestions.tuteehub.com/tag/roughly-614920" style="font-weight:bold;" target="_blank" title="Click to know more about ROUGHLY">ROUGHLY</a> 20gb of media. i noticed this morning that one of the folders was much, much larger than it should be. after some digging i found the location of the problem, but i have no. idea. at. all. how to remove it. i included a screenshot - it appears to just be junk data, but i'm not certain about that. i tried using a program called Unlocker to delete the junk data, but it failed, even when i ran it at startup. i don't have enough money to go out and buy a new external, so if there's a way to fix this i'd really appreciate it.<br/><br/>if it <a href="https://interviewquestions.tuteehub.com/tag/matters-1089749" style="font-weight:bold;" target="_blank" title="Click to know more about MATTERS">MATTERS</a>, i'm running windows xp on a gateway e-series tower, 2.6ghz p4 ht northwood processor, 1.25gb ddr-400 ram, 40gb system <a href="https://interviewquestions.tuteehub.com/tag/hdd-479551" style="font-weight:bold;" target="_blank" title="Click to know more about HDD">HDD</a>.<br/><br/>[recovering disk space - old attachment deleted by admin]I would run chkdsk /r on that drive...</p></body></html> | |
17431. |
Solve : Setting up business logo as a signature on Outlook Express? |
Answer» <html><body><p>Hi,<br/><br/>Trying to attach a business logo (jpeg) as a signature on my Outlook email. Saved the file on a word <a href="https://interviewquestions.tuteehub.com/tag/doc-248445" style="font-weight:bold;" target="_blank" title="Click to know more about DOC">DOC</a>. then tried to copy&paste into the Signature space on 'Settings' <a href="https://interviewquestions.tuteehub.com/tag/menu-246398" style="font-weight:bold;" target="_blank" title="Click to know more about MENU">MENU</a>... but <a href="https://interviewquestions.tuteehub.com/tag/nothing-581732" style="font-weight:bold;" target="_blank" title="Click to know more about NOTHING">NOTHING</a> is happening. Any ideas?<br/><br/>Also, this Outlook account I am <a href="https://interviewquestions.tuteehub.com/tag/using-1441597" style="font-weight:bold;" target="_blank" title="Click to know more about USING">USING</a> - not the main one on my computer, it has been set-up for some <a href="https://interviewquestions.tuteehub.com/tag/freelance-2658876" style="font-weight:bold;" target="_blank" title="Click to know more about FREELANCE">FREELANCE</a> work I am doing - keeps logging me out. Every 20-30 minutes, a countdown timer appears in a pop-up box giving me the option to stay connected before I am automatically logged out. <br/><br/>Have been through the settings menu but there appears to be about log-out timers.<br/><br/>All help very much appreciated.<br/><br/>Hugh</p></body></html> | |
17432. |
Solve : Unable to Instal Microsft office 2007? |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/hi-479908" style="font-weight:bold;" target="_blank" title="Click to know more about HI">HI</a> guys<br/><br/>I can't install Microsoft office 2007 on my system <a href="https://interviewquestions.tuteehub.com/tag/running-1192206" style="font-weight:bold;" target="_blank" title="Click to know more about RUNNING">RUNNING</a> <a href="https://interviewquestions.tuteehub.com/tag/window-11540" style="font-weight:bold;" target="_blank" title="Click to know more about WINDOW">WINDOW</a> xp.any help will be appreciated<br/>thanksMore information is needed.</body></html> | |
17433. |
Solve : Broadbound without lan? |
Answer» <html><body><p>Ok so I just re-installed win xp sp3 and heres my problem. I had my modem connected during install and windows made a <a href="https://interviewquestions.tuteehub.com/tag/lan-536494" style="font-weight:bold;" target="_blank" title="Click to know more about LAN">LAN</a> or high speed internet connection and i made a broadbound connection and now when ever my computern starts it says <a href="https://interviewquestions.tuteehub.com/tag/limited-238828" style="font-weight:bold;" target="_blank" title="Click to know more about LIMITED">LIMITED</a> or no connection after i click on the connect It will tell me to redial. So to make the internet work i have to connect the LAN one first then the broadbound is there a way to total whipe out the lan and have the net still work?What is the <a href="https://interviewquestions.tuteehub.com/tag/difference-240059" style="font-weight:bold;" target="_blank" title="Click to know more about DIFFERENCE">DIFFERENCE</a> between broadband and a High speed connection? <br/>How can we have both on one computer with one ISP?<br/><br/><br/>Back to square one? Quote from: marvinengland on July 07, 2010, 05:36:04 PM</p><blockquote>What is the difference between broadband and a High speed connection? <br/>How can we have both on one computer with one ISP?<br/>Back to square one? <br/></blockquote>- The provider may call their "broadband" a low connection and "high speed" a better connection.<br/><br/>-Yes<br/><br/>Quote from: comda on July 07, 2010, 03:37:59 PM<blockquote>Ok so I just re-installed win xp sp3 and heres my problem. I had my modem connected during install and windows made a lan or high speed internet connection and i made a broadbound connection and now when ever my computern starts it says limited or no connection after i click on the connect It will tell me to redial. So to make the internet work i have to connect the LAN one first then the broadbound is there a way to total whipe out the lan and have the net still work?<br/></blockquote><br/>Depends on what OS that you are running. But ill try to make it as general as possible:<br/>on the <a href="https://interviewquestions.tuteehub.com/tag/keyboard-532411" style="font-weight:bold;" target="_blank" title="Click to know more about KEYBOARD">KEYBOARD</a> hit ---> window(between ctrl and alt) + R<br/>type: ncpa.cpl ---> hit enter<br/>Right-Click on the one you want to delete and hit disable or delete.<br/><br/>Then you are done (hopefully) <br/></body></html> | |
17434. |
Solve : Alt Key seems to be permanently active? |
Answer» <html><body><p>The Alt key on my laptop (MPC T2200) seems to be permanently active. Does anyone know how this could happen and, more importantly, how do I undo it?<br/><br/>Last week, while typing in Internet Explorer 7, I hit some keys in the lower left of the keyboard. Since then, I can no longer type any words. When I press the letter F, the File menu opens; when I press the letter T, the Tools menu opens; and so on. This is the same as if I had pressed Alt+F or Alt+T in a normal situation. Similarly, when I double-click an icon on the desktop, the Properties dialog box opens; this is the same as Alt+Enter. <br/><br/>The only way I can open any applications is by right-clicking the icon and then clicking Open. <br/><br/>I've taken the keyboard apart and checked the keys. They do not seem to be physically stuck.<br/><br/>I can go into MS-DOS and type letters. They appear correctly. I think this means it is not a keyboard problem. However, when I press Enter, the DOS window goes to full screen; when I press Enter again, it goes back to the regular DOS screen. <br/><br/>I tried to get to the BIOS, but the F2 key does not function during start-up. It seems like it's being ignored. <br/><br/>I have a Windows Log-on Password on this laptop and, until two days ago, I was not able to log on to the computer because of this issue with the Alt key. The computer is not recognizing any letters I press unless they happen to be part of a key combination with the Alt key. Now, I'm afraid to shut it down in case I can't start it back up again. <br/><br/>I have plugged a PS2 keyboard into the laptop, but it does not even recognize it.<br/><br/>Any help, thoughts, suggestions, anything will be greatly appreciated. Thanks.<br/><br/>Chuck<br/>The Alt key may not be physically stuck but something may have happened to the "switch" it is linked to. That is the simple way of describing it. You might need a <a href="https://interviewquestions.tuteehub.com/tag/new-1114486" style="font-weight:bold;" target="_blank" title="Click to know more about NEW">NEW</a> keyboard.<br/><br/>Press the SHIFT key five times quickly to make sure "sticky keys" is not enabledQuote from: Allan on July 06, <a href="https://interviewquestions.tuteehub.com/tag/2010-290294" style="font-weight:bold;" target="_blank" title="Click to know more about 2010">2010</a>, 04:00:33 PM</p><blockquote>Press the SHIFT key five times quickly to make sure "sticky keys" is not enabled<br/></blockquote><br/>I was going to say something along these lines (actually, I was going to say to try pushing Alt again, since the Key up event might not have registered, however, I assume that within the last few weeks they have <a href="https://interviewquestions.tuteehub.com/tag/rebooted-7301566" style="font-weight:bold;" target="_blank" title="Click to know more about REBOOTED">REBOOTED</a> their PC at least once, and they would have to press alt a single time right when they start their PC in order to observe the behaviour they mentioned. Of course checking for stickykeys is free and costs nothing and if it saves the money for a new keyboard all the better, for but I have to say I'm with ST on this one- it sounds more like a hardware problem.<br/><br/>of course, given that it's a laptop, I have a few other suggestions, especially since laptop keyboards are far less of a trivial replacement then a desktop keyboard.<br/><br/>On all of my laptops, I've occasionally had keys that stick and cause the symptoms mentioned. in many cases the issue is visibly obvious; other times, the key is up, but the switch has somehow got lodged in the down position.<br/><br/>In all cases, I've managed to "unstick" the key by pressing down on the key until it made a rather disconcerting <a href="https://interviewquestions.tuteehub.com/tag/snap-838" style="font-weight:bold;" target="_blank" title="Click to know more about SNAP">SNAP</a> sound, at which point the key resumed operating normally.Thanks for the suggestions and feedback. I've tried all the suggestions and still no <a href="https://interviewquestions.tuteehub.com/tag/luck-1081575" style="font-weight:bold;" target="_blank" title="Click to know more about LUCK">LUCK</a> with it. I'm beginning to think that it is a keyboard problem, rather than a Windows issue. Maybe I'll post something in the Hardware forum and see if anyone there has any other suggestions. <br/><br/>I checked the Sticky Keys settings again and that does not seem to be the problem.<br/><br/>This morning, it seems that none of the keys are responding, even in DOS. It's probably time for me to give up on this laptop, since it is pretty old. <br/>Check the on-screen keyboard (I think it is in accessability options in XP). You should be able to disable the alt key there, however this will only provide a temporary solution, as I believe it will revert back at reboot. You can also try holding the alt key down together with the number lock key for a few seconds as this is supposed to remove any key-locks.<br/><br/>I have had this issue (with the same key in-fact) in the past and ended up replacing the keyboard, as it was the only permanent solution I could find.<br/><br/>Good LuckThanks for the suggestions. <br/><br/>I can get into the On-screen Keyboard, but I get the same response as with the keyboard. That is, F opens the File menu, and so on. I don't know how you mean I can disable the Alt key using the on-screen keyboard. <br/><br/>I tried holding Alt and the Num Lock on the keyboard and on the on-screen keyboard, but get no results with that. Quote from: Chuck789 on July 07, 2010, 02:13:05 PM<blockquote>I don't know how you mean I can disable the Alt key using the on-screen keyboard. <br/><br/></blockquote>I don't either. <br/>Did you try disabling sticky keys?Tried a brand new keyboard ? ?<br/>Quote from: patio on July 07, 2010, 06:20:30 PM<blockquote>Tried a brand new keyboard ? ?<br/><br/></blockquote><br/>It's a laptop.<br/><br/>Quote<blockquote><br/>I have plugged a PS2 keyboard into the laptop, but it does not even recognize it.<br/></blockquote>Whooops...my bad.<br/>Though i wonder why it wouldn't recognise an external keyboard...<br/>May be part of the puzzleQuote from: patio on July 07, 2010, 06:55:49 PM<blockquote>Though i wonder why it wouldn't recognise an external keyboard...<br/>May be part of the puzzle<br/></blockquote><br/>Agreed. Perhaps a USB keyboard?Thanks everyone for the comments and discussion. <br/><br/>I have checked out Sticky Keys and that's not the problem.<br/><br/>I have no idea why the external PS2 keyboard does not work. When I plug it in, the lights on the keyboard flash (like I think they are supposed to do), but that's it. It doesn't recognize any of the keys, including Caps Lock and Num Lock. I don't have a USB keyboard so I can't try that. <br/><br/>I've located a keyboard on eBay and will try for it and hope it works. Of course, I won't get it for another week or so. <br/><br/>To replace the keyboard, do I simply remove the keyboard ribbon from the motherboard and insert the ribbon from the new keyboard? Sounds simple enough. <br/><br/>Thanks, again.<br/></body></html> | |
17435. |
Solve : Using 2 operating systems? |
Answer» <html><body><p>I have 2 hard <a href="https://interviewquestions.tuteehub.com/tag/drives-959782" style="font-weight:bold;" target="_blank" title="Click to know more about DRIVES">DRIVES</a>.(master-slave. I would like to run XP on Master and ME on slave. Is this possible and how do I do it? Thank you<br/>Hugh Sure is possible!! Many do it. You will need a boot manager or use the BIOS setup to change boot <a href="https://interviewquestions.tuteehub.com/tag/order-238912" style="font-weight:bold;" target="_blank" title="Click to know more about ORDER">ORDER</a>. If XP is NTFS & ME is FAT32, <a href="https://interviewquestions.tuteehub.com/tag/winme" style="font-weight:bold;" target="_blank" title="Click to know more about WINME">WINME</a> will not recognize WinXP, but WinXP will recognize WinME, no matter which one you boot from.I have to ask...any <a href="https://interviewquestions.tuteehub.com/tag/aeuroereason-239555" style="font-weight:bold;" target="_blank" title="Click to know more about REASON">REASON</a> you need WinME ? ?<br/>I have some old dos games I want to check outQuote from: hughii on July 05, 2010, 07:46:23 PM</p><blockquote>I have some old dos games I want to check out<br/></blockquote><br/>on the winXP, try <a href="https://www.dosbox.com/">DosBox emulator</a> to see if it would be able to handle your dos game you want. If not, then you'll need the WinMEAnother alternative would be to create a virtual machine and install ME on that. I normally wouldn't recommend a virtual machine for games, but seeing as they are only DOS games, performance should not be a problem.<br/><br/>Good LuckQuote from: thelaymanscomputer on July 07, 2010, 08:55:10 AM<blockquote>Another alternative would be to create a virtual machine and install ME on that. I normally wouldn't recommend a virtual machine for games, but seeing as they are only DOS games, performance should not be a problem.<br/><br/>Good Luck<br/></blockquote><br/>True, and if he's going the Virtual Machine route he <a href="https://interviewquestions.tuteehub.com/tag/may-557248" style="font-weight:bold;" target="_blank" title="Click to know more about MAY">MAY</a> as well use an Actual DOS installation rather then a windows one.<br/><br/>Thanks to everyone for all the useful information. Very much appreciated.<br/>John</body></html> | |
17436. |
Solve : PROBLEM OF UMDMGR.EXE? |
Answer» <html><body><p>My pc does not get shut down in the <a href="https://interviewquestions.tuteehub.com/tag/proper-1169819" style="font-weight:bold;" target="_blank" title="Click to know more about PROPER">PROPER</a> procedure. As soon as the shut down command is given, 'end program' starts running and it continues every time it is closed or <a href="https://interviewquestions.tuteehub.com/tag/cancelled-2014201" style="font-weight:bold;" target="_blank" title="Click to know more about CANCELLED">CANCELLED</a>. I have to shut the pc by cutting off the power supply. I am using Kaspersky antivirus which is outdatewd and no updation has been done since Aug 09. <a href="https://interviewquestions.tuteehub.com/tag/plz-1718368" style="font-weight:bold;" target="_blank" title="Click to know more about PLZ">PLZ</a> help. Its urgent.try <br/><a href="https://www.lmgtfy.com/?q=UMDMGR.EXE">http://www.lmgtfy.com/?q=UMDMGR.EXE</a><br/><br/>Reasearching on this UMDMGR.EXE <a href="https://interviewquestions.tuteehub.com/tag/looks-1079190" style="font-weight:bold;" target="_blank" title="Click to know more about LOOKS">LOOKS</a> like it can be a virus/trojan... get ur antivrus updated or search for "Manually Remove UMDMGR.EXE"<br/><br/>Have fun!</p></body></html> | |
17437. |
Solve : computer freezing while installing? |
Answer» <html><body><p>Basically What happened was I got a new graphics card, so I had a tech buddy help me install it. but he thought it would be a good idea to install windows xp pro and basically tune up my computer. Well after we re-imaged it it has had problems installing some things. Most of the windows updates did fine but IE 8 gave me some freezing up trouble but eventually worked. KB951847 freezes the computer while installing but KB 975562 just doesn't install. I have already re installed steam and impulse without issue, but when I try to <a href="https://interviewquestions.tuteehub.com/tag/get-11812" style="font-weight:bold;" target="_blank" title="Click to know more about GET">GET</a> my games back both steam and impulse are able to download the games but not able to install them, they freeze the computer. I have tried downloading <a href="https://interviewquestions.tuteehub.com/tag/everything-25538" style="font-weight:bold;" target="_blank" title="Click to know more about EVERYTHING">EVERYTHING</a> from windows and even the nvidia driver for the new graphics card directly from the site (nvidias site freezes the computer, and it's the only site that does.)<br/><br/>here is the BSOD check view thing (I had two BSOD while trying to fix it myself)<br/><br/>==================================================<br/>Dump File : Mini070710-02.dmp<br/>Crash Time : 7/7/2010 2:48:36 PM<br/>Bug Check String : IRQL_NOT_LESS_OR_EQUAL<br/>Bug Check Code : 0x1000000a<br/>Parameter 1 : 0xce0909cc<br/>Parameter 2 : 0x00000002<br/>Parameter 3 : 0x00000000<br/>Parameter 4 : 0x8050ef28<br/>Caused By Driver : ntoskrnl.exe<br/>Caused By Address : ntoskrnl.exe+37f28<br/>File Description : NT Kernel & System<br/>Product <a href="https://interviewquestions.tuteehub.com/tag/name-237998" style="font-weight:bold;" target="_blank" title="Click to know more about NAME">NAME</a> : Microsoft® Windows® Operating System<br/>Company : Microsoft Corporation<br/>File Version : 5.1.2600.5938 (xpsp_sp3_gdr.100216-1514)<br/>Processor : 32-bit<br/>Computer Name :<br/>Full Path : C:\WINDOWS\Minidump\Mini070710-02.dmp<br/>Processors Count : 2<br/>Major Version : 15<br/>Minor Version : 2600<br/>==================================================<br/><br/>==================================================<br/>Dump File : Mini070710-01.dmp<br/>Crash Time : 7/7/2010 9:51:25 AM<br/>Bug Check String : THREAD_STUCK_IN_DEVICE_DRIVER<br/>Bug Check Code : 0x100000ea<br/>Parameter 1 : 0x8a0c6b30<br/>Parameter 2 : 0x8a0cc008<br/>Parameter 3 : 0xb84e7cbc<br/>Parameter 4 : 0x00000001<br/>Caused By Driver : nv4_disp.dll<br/>Caused By Address : nv4_disp.dll+44f13<br/>File Description : NVIDIA Compatible Windows 2000 Display driver, Version 257.21<br/>Product Name : NVIDIA Compatible Windows 2000 Display driver, Version 257.21<br/>Company : NVIDIA Corporation<br/>File Version : 6.14.12.5721<br/>Processor : 32-bit<br/>Computer Name :<br/>Full Path : C:\WINDOWS\Minidump\Mini070710-01.dmp<br/>Processors Count : 2<br/>Major Version : 15<br/>Minor Version : 2600<br/>==================================================You say "re-imaged". How did you install XP - <a href="https://interviewquestions.tuteehub.com/tag/please-601513" style="font-weight:bold;" target="_blank" title="Click to know more about PLEASE">PLEASE</a> provide all details.</p></body></html> | |
17438. |
Solve : HELP!! Loading a temporary profile T.T!!!? |
Answer» <html><body><p>Hello people, hope u can give me a hand on this, when i log in to my <a href="https://interviewquestions.tuteehub.com/tag/pc-590329" style="font-weight:bold;" target="_blank" title="Click to know more about PC">PC</a> (there's just 1 account, admin) says windows cannot load the local profile and ill log into a temporary one, i already made a new user, and in fact i can see some of my old user files but im not able to get into them cuz it says "Access denied". If someone can tell me how to <a href="https://interviewquestions.tuteehub.com/tag/repair-1185018" style="font-weight:bold;" target="_blank" title="Click to know more about REPAIR">REPAIR</a> my old user or if that isnt possible to recover some of my files it <a href="https://interviewquestions.tuteehub.com/tag/would-3285927" style="font-weight:bold;" target="_blank" title="Click to know more about WOULD">WOULD</a> be <a href="https://interviewquestions.tuteehub.com/tag/really-1178981" style="font-weight:bold;" target="_blank" title="Click to know more about REALLY">REALLY</a> great, <a href="https://interviewquestions.tuteehub.com/tag/thanks-665909" style="font-weight:bold;" target="_blank" title="Click to know more about THANKS">THANKS</a> all.<a href="https://support.microsoft.com/default.aspx?scid=kb;en-us;308421&sd=tech"><strong>Take Ownership...</strong></a><br/><br/>Try this 1stThanks alot, it actually worked for 2 files but the other ones are not capable of changing, besides there are like 2039230 folders that i should change de ownership and it would take years. Any other suggestion? getting frustrated here t.t</p></body></html> | |
17439. |
Solve : From where has this 'Start-up' Item came from?? |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/hi-479908" style="font-weight:bold;" target="_blank" title="Click to know more about HI">HI</a> Guys! <br/><br/>Start-up <a href="https://interviewquestions.tuteehub.com/tag/entries-972860" style="font-weight:bold;" target="_blank" title="Click to know more about ENTRIES">ENTRIES</a> showed up this wierd thing(Screen shot attached).Though I have disabled the same but any hint about the whereabouts of such a thing:::? <br/><br/><br/><br/>[recovering <a href="https://interviewquestions.tuteehub.com/tag/disk-244471" style="font-weight:bold;" target="_blank" title="Click to know more about DISK">DISK</a> space - old attachment deleted by admin]<a href="http://www.systemlookup.com/Startup/3129-dwtrig20_exe.html">http://www.systemlookup.com/Startup/3129-dwtrig20_exe.html</a></body></html> | |
17440. |
Solve : Installing Win 7? |
Answer» <html><body><p>Hello<br/><br/>I have a desktop with two operating systems (XP Home and XP Pro). XP Pro is installed on a hard drive (F - about 250GB), while XP Home is on my C drive (about 200GB).<br/><br/>I am aiming to <a href="https://interviewquestions.tuteehub.com/tag/remove-1184766" style="font-weight:bold;" target="_blank" title="Click to know more about REMOVE">REMOVE</a> XP Pro and replace it with a 3-month trial version of Win 7, after which I will probably buy the real thing. (However, I suppose I could, in theory, have 3 operating systems, though).<br/><br/>At the moment, when I start the desktop, I am <a href="https://interviewquestions.tuteehub.com/tag/given-473447" style="font-weight:bold;" target="_blank" title="Click to know more about GIVEN">GIVEN</a> an option to <a href="https://interviewquestions.tuteehub.com/tag/choose-419254" style="font-weight:bold;" target="_blank" title="Click to know more about CHOOSE">CHOOSE</a> which of the two operating systems I wish to use, and I would like that same option to appear when I have reformatted the F drive and installed Win 7 in its place.<br/><br/>What is the best way of <a href="https://interviewquestions.tuteehub.com/tag/going-1008806" style="font-weight:bold;" target="_blank" title="Click to know more about GOING">GOING</a> about all this, please?<br/><br/>Thanks.<br/><br/>SteveJust go ahead and do what you want to do. The W7 bootloader should recognize that XP is also installed and give you the option at boot. But if for some reason it does not you can just download and run EasyBCD to change the boot options. It couldn't be easier.OK, I'll just insert the CD and see what happens!!<br/><br/>Thanks.Sure thing. BTW, you should install by <a href="https://interviewquestions.tuteehub.com/tag/booting-772749" style="font-weight:bold;" target="_blank" title="Click to know more about BOOTING">BOOTING</a> to the W7 disc rather than inserting it from within the OS.</p></body></html> | |
17441. |
Solve : Missing my settings and programs? |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/hey-479830" style="font-weight:bold;" target="_blank" title="Click to know more about HEY">HEY</a>, my computer still asks for my <a href="https://interviewquestions.tuteehub.com/tag/login-11607" style="font-weight:bold;" target="_blank" title="Click to know more about LOGIN">LOGIN</a> <a href="https://interviewquestions.tuteehub.com/tag/information-238790" style="font-weight:bold;" target="_blank" title="Click to know more about INFORMATION">INFORMATION</a> but once I log in, all my <a href="https://interviewquestions.tuteehub.com/tag/programs-239435" style="font-weight:bold;" target="_blank" title="Click to know more about PROGRAMS">PROGRAMS</a> and settings have disappeared. Any Ideas? A <a href="https://interviewquestions.tuteehub.com/tag/little-1075899" style="font-weight:bold;" target="_blank" title="Click to know more about LITTLE">LITTLE</a> more information might be helpful.</body></html> | |
17442. |
Solve : rundll32.exe Problems PLEASE HELP URGENT!!!? |
Answer» <html><body><p>I think a Trojan virus is in my computer. I think it deleted rundll32.exe from my computer. Almost all of my files/programs have turned into .lnk files, including Firefox, Paint, and all of the programs in the Control Panel. My Computer and Run have vanished from the start menu and All Programs doesn't pop up under the start menu. I have no idea how to fix this; can someone please help?Clik Here...<a href="https://interviewquestions.tuteehub.com/tag/listen-1075634" style="font-weight:bold;" target="_blank" title="Click to know more about LISTEN">LISTEN</a>, I'm 15. I don't really <a href="https://interviewquestions.tuteehub.com/tag/understand-720010" style="font-weight:bold;" target="_blank" title="Click to know more about UNDERSTAND">UNDERSTAND</a> all that much about computers. I'm really desperate. I just need help... It won't let me run <em>anything</em> except the internet. It says to run a virus scanner, but it won't let me (I have McAfee). It says that I need "Service Pack 1a" and "Service Pack 1a" but I don't even know what those are... I followed the instructions to find out what Service Pack I have, but instead of the System Properties window popping up, it was an error that said "Windows cannot open this file: File: rundll32.exe".<br/><br/>...but I guess no one cares... Quote from: Atara on July 08, 2010, 12:30:29 PM</p><blockquote>...but I guess no one cares... <br/></blockquote><br/>This is a forum, not a chatroom. You got a response in 6 minutes which is extremely fast. We aren't always online to respond, so sometimes it can take a day or too, as well.<br/><br/><br/>If you have a Virus issue, start a thread in the malware forum. Post what you've tried so far as well as anything you were able to do in the guide. a Malware expert will assist you within a day or 2.<br/><br/>I don't know that much about computers. I just need to fix this problems. I've been in forums before, I know how they work. Your guides say to do things that my computer isn't allowing me to do. They also say that every computer problem is unique. I can't open almost anything that I can't open with Windows Picture and Fax Viewer or the internet. Something has been deleted on my computer. It might be a virus, but then again it might not be. Whatever was deleted caused almost every program/file to turn into an unknown file, a .lnk file, or an .exe file. That's all that I know.Post your question in the malware forum and one of the staff malware specialists will respond.Can't a mod just move it to that section? I can't seem to find it, unless it is the same as <a href="https://interviewquestions.tuteehub.com/tag/viruses-727848" style="font-weight:bold;" target="_blank" title="Click to know more about VIRUSES">VIRUSES</a> and spyware.I <a href="https://interviewquestions.tuteehub.com/tag/already-1974237" style="font-weight:bold;" target="_blank" title="Click to know more about ALREADY">ALREADY</a> posted it but Clik Here...And I replied to what you told me to "clik" right after you posted that...Re=read the instructions...and post whatever logs you can...i find it hard to <a href="https://interviewquestions.tuteehub.com/tag/believe-395244" style="font-weight:bold;" target="_blank" title="Click to know more about BELIEVE">BELIEVE</a> that none of those programs will run on your machine...<br/>To find out if you have SP1 installed open My Computer...clik on Help/About Windows...it will tell you below the XP version #Well you know how "My Computer" is usually in the start menu? Uh, yeah, it's not there. And neither is Run.Then do it from Windows Explorer...or any other built in Windows component...</body></html> | |
17443. |
Solve : validating identidy? |
Answer» <html><body><p>winxp <a href="https://interviewquestions.tuteehub.com/tag/pro-606431" style="font-weight:bold;" target="_blank" title="Click to know more about PRO">PRO</a> sp2 <a href="https://interviewquestions.tuteehub.com/tag/trying-3234509" style="font-weight:bold;" target="_blank" title="Click to know more about TRYING">TRYING</a> to <a href="https://interviewquestions.tuteehub.com/tag/connect-11879" style="font-weight:bold;" target="_blank" title="Click to know more about CONNECT">CONNECT</a> with admtek 802.11b wireless pci card it shows good connection yet wont open internet page also says <a href="https://interviewquestions.tuteehub.com/tag/validating-7262625" style="font-weight:bold;" target="_blank" title="Click to know more about VALIDATING">VALIDATING</a> identity help</p></body></html> | |
17444. |
Solve : Computer Screen Blank on resuming from Hibernation in XP SP3? |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/hi-479908" style="font-weight:bold;" target="_blank" title="Click to know more about HI">HI</a>,<br/>I am using Windows XP SP3 on <a href="https://interviewquestions.tuteehub.com/tag/dell-12895" style="font-weight:bold;" target="_blank" title="Click to know more about DELL">DELL</a> XPS 1530M Laptop. Whenever i <a href="https://interviewquestions.tuteehub.com/tag/put-11868" style="font-weight:bold;" target="_blank" title="Click to know more about PUT">PUT</a> my computer in hibernatation and <a href="https://interviewquestions.tuteehub.com/tag/resume-25843" style="font-weight:bold;" target="_blank" title="Click to know more about RESUME">RESUME</a> from it, the computer starts but the screen goes blue, even before it shows the login page. When i manually restart the laptop (pressing power off and on), then the login page comes but monitor resolution goes back to minimum, leading to screen being <a href="https://interviewquestions.tuteehub.com/tag/distorted-2587934" style="font-weight:bold;" target="_blank" title="Click to know more about DISTORTED">DISTORTED</a>. Any help would be appreciated for this problem..</body></html> | |
17445. |
Solve : add & remove programs? |
Answer» <html><body><a href="http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00057153&tmp_task=prodinfoCategory&lc=en&dlc=en&cc=us&product=391278&lang=en">Specs</a>. Originally came with 256MB of RAM. Is that what you still have? Doubling that amount would make a big difference. Per the specs link, it will support up to 1GB of RAM.<br/><br/>And, it has integrated graphics, which is most likely what the Intel(R) Extreme Graphics <a href="https://interviewquestions.tuteehub.com/tag/driveraeur-442990" style="font-weight:bold;" target="_blank" title="Click to know more about DRIVER">DRIVER</a> is for. And, at some point, you added an AGP <a href="https://interviewquestions.tuteehub.com/tag/video-11377" style="font-weight:bold;" target="_blank" title="Click to know more about VIDEO">VIDEO</a> card, right? Quote from: Broni on <a href="https://interviewquestions.tuteehub.com/tag/july-244157" style="font-weight:bold;" target="_blank" title="Click to know more about JULY">JULY</a> 09, 2010, 03:11:24 PM<blockquote>Number of installed programs has nothing to do with the computer being slow, unless you're running out of hard drive free space.<br/></blockquote>Precisely. If you're having some <a href="https://interviewquestions.tuteehub.com/tag/problem-25530" style="font-weight:bold;" target="_blank" title="Click to know more about PROBLEM">PROBLEM</a> let us try to help. But installing programs won't do anything except free up hd space.</body></html> | |
17446. |
Solve : windows task bar start button? |
Answer» <html><body><p>My start button is on the <a href="https://interviewquestions.tuteehub.com/tag/right-239192" style="font-weight:bold;" target="_blank" title="Click to know more about RIGHT">RIGHT</a> side on the screen. How do I get it back to the left side. <a href="https://interviewquestions.tuteehub.com/tag/task-243523" style="font-weight:bold;" target="_blank" title="Click to know more about TASK">TASK</a> <a href="https://interviewquestions.tuteehub.com/tag/bar-237951" style="font-weight:bold;" target="_blank" title="Click to know more about BAR">BAR</a> is in <a href="https://interviewquestions.tuteehub.com/tag/bottom-401202" style="font-weight:bold;" target="_blank" title="Click to know more about BOTTOM">BOTTOM</a> location.I thought this was normally <a href="https://interviewquestions.tuteehub.com/tag/impossible-498943" style="font-weight:bold;" target="_blank" title="Click to know more about IMPOSSIBLE">IMPOSSIBLE</a>. Has somebody installed a prank application?<br/><br/></p></body></html> | |
17447. |
Solve : SP2 download to flash drive? |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/hi-479908" style="font-weight:bold;" target="_blank" title="Click to know more about HI">HI</a>, I just formated my <a href="https://interviewquestions.tuteehub.com/tag/drive-959713" style="font-weight:bold;" target="_blank" title="Click to know more about DRIVE">DRIVE</a> reinstalled windows home but need to <a href="https://interviewquestions.tuteehub.com/tag/install-2121155" style="font-weight:bold;" target="_blank" title="Click to know more about INSTALL">INSTALL</a> sp2 to get my wireless internet going. How can i download it to a flashdrive and then boot it to my desktop ?<br/>Thanks in advance.The SP2 update does not have to boot to install it......Then how do i get me wireless internet going ? i don't have any service packs which would <a href="https://interviewquestions.tuteehub.com/tag/upgrade-1440168" style="font-weight:bold;" target="_blank" title="Click to know more about UPGRADE">UPGRADE</a> my wireless <a href="https://interviewquestions.tuteehub.com/tag/adapter-849079" style="font-weight:bold;" target="_blank" title="Click to know more about ADAPTER">ADAPTER</a>.A Service Pack is not going to update your wireless adapter...<br/>You should find out which one you have and DLoad and install the proper drivers for it...<br/><br/>Did you recieve a Driver CD with this machine ? ?<br/>If so after a wipe and install ALL drivers need to be re-installed afterwards...<br/><br/>Do NOT rely on Windows update for drivers.</body></html> | |
17448. |
Solve : Microsoft Outlook 2003 and yahoo? |
Answer» <html><body><p>I am able to email <a href="https://interviewquestions.tuteehub.com/tag/anyone-380251" style="font-weight:bold;" target="_blank" title="Click to know more about ANYONE">ANYONE</a> on any other type of email account except yahoo accounts. I can receive email form yahoo accounts but I cannot send email to them. I have checked options to make sure I didn't block yahoo, but beyond that don't know why.Quote from: grandmatech on July 07, 2010, 06:55:57 PM</p><blockquote>I am able to email anyone on any other type of email account except yahoo accounts. I can receive email form yahoo accounts but I cannot send email to them. I have checked options to make sure I didn't block yahoo, but beyond that don't know why.<br/></blockquote><br/>As a test open a new account with a different <a href="https://interviewquestions.tuteehub.com/tag/name-237998" style="font-weight:bold;" target="_blank" title="Click to know more about NAME">NAME</a>. Keep both accounts. What does yahoo support say?<br/><br/>I have used Yahoo for years and never had the problem.<br/><br/>Might be a setting on your machine? System Restore to good day?Double check your SMTP server settings...Exactly what happens when you try to send mail to a Yahoo account? No problem sending to any other, i.e. non-Yahoo, account, right? <br/><br/>In Outlook, if you go to Tools, Account Settings, select your email account and select Change to view your account settings, and then click the Test Account Settings button, does the test pass?<br/><br/>Do you have a Yahoo email account? If not, you could create one and use it for testing purposes; in other words, try sending messages to your own Yahoo account. When I email anyone with a yahoo acct it comes back as undeliverable. It says message error 554. Is it <a href="https://interviewquestions.tuteehub.com/tag/possible-592355" style="font-weight:bold;" target="_blank" title="Click to know more about POSSIBLE">POSSIBLE</a> that my old 2003 version of outlook is being rejected and just needs updated? It passed the "test accounts".Quote from: grandmatech on July 10, 2010, 02:42:55 AM<blockquote>It says message error 554. <br/></blockquote>It <a href="https://interviewquestions.tuteehub.com/tag/actually-848884" style="font-weight:bold;" target="_blank" title="Click to know more about ACTUALLY">ACTUALLY</a> says a good bit more than that, right? See <a href="https://support.microsoft.com/kb/186134">http://support.microsoft.com/kb/186134</a> Does that look familiar? Please state the full wording of the error message.<br/><br/>Quote from: grandmatech on July 10, 2010, 02:42:55 AM<blockquote>Is it possible that my old 2003 version of outlook is being rejected and just needs updated? <br/></blockquote>No, Outlook 2003 will work fine if you have it <a href="https://interviewquestions.tuteehub.com/tag/set-11758" style="font-weight:bold;" target="_blank" title="Click to know more about SET">SET</a> up right. I just sent myself a test message from Outlook 2003 to my Yahoo! Mail account and it went without problems. <br/><br/>Quote from: soybean on July 08, 2010, 06:50:51 AM<blockquote> No problem sending to any other, i.e. non-Yahoo, account, right? <br/></blockquote>You did not answer? Do you send mail to a variety of non-Yahoo email accounts? Do you have numerous recipients with a Yahoo! Mail address or only one? <br/><br/>Who setup your email account in Outlook 2003? Is this a home computer? Was it working right before this started happening?</body></html> | |
17449. |
Solve : cannot log in to windows any more? |
Answer» <html><body><p>I have an emachine with XP. The computer started this the other day; I can click on a user <a href="https://interviewquestions.tuteehub.com/tag/account-25640" style="font-weight:bold;" target="_blank" title="Click to know more about ACCOUNT">ACCOUNT</a> and it starts loading, then it starts logging out without opening windows. I can't get in to do anything at all. What do I do?What happens if you boot to safe mode?<br/>And will it boot to ANY account?safe mode does the same. I can't get past the welcome screen showing the user accounts<br/>What <a href="https://interviewquestions.tuteehub.com/tag/happened-482146" style="font-weight:bold;" target="_blank" title="Click to know more about HAPPENED">HAPPENED</a> between the last time it <a href="https://interviewquestions.tuteehub.com/tag/workedralvaja-3284364" style="font-weight:bold;" target="_blank" title="Click to know more about WORKED">WORKED</a> and the first time it didn't (new hw, sw, <a href="https://interviewquestions.tuteehub.com/tag/virus-727836" style="font-weight:bold;" target="_blank" title="Click to know more about VIRUS">VIRUS</a>, error, etc)?</p></body></html> | |
17450. |
Solve : Error message on bootup? |
Answer» <html><body><p>Hello:<br/><br/>Im not computer savvy, but I know a tiny bit. I keep <a href="https://interviewquestions.tuteehub.com/tag/getting-2670847" style="font-weight:bold;" target="_blank" title="Click to know more about GETTING">GETTING</a> an error message on bootup "cpu fan not working". The old fan was replaced and everything is working fine, but I still get the error message. Any way to stop the error message from coming up on bootup?<br/><br/><br/>Compaq Presario<br/>Windows XP<br/>AMD Sempron<br/>its about 2-3 years old<br/><br/>Went to local tech store and they gave me the <a href="https://interviewquestions.tuteehub.com/tag/appropriate-363698" style="font-weight:bold;" target="_blank" title="Click to know more about APPROPRIATE">APPROPRIATE</a> fan replacement (or so they told me) for this model. And it has three prongs.<br/><br/><br/>ThanksI replied to this on <a href="https://interviewquestions.tuteehub.com/tag/chat-244412" style="font-weight:bold;" target="_blank" title="Click to know more about CHAT">CHAT</a>...<a href="https://interviewquestions.tuteehub.com/tag/nothing-581732" style="font-weight:bold;" target="_blank" title="Click to know more about NOTHING">NOTHING</a> showed up on chat screen, so I clicked out of there....OK i'll <a href="https://interviewquestions.tuteehub.com/tag/repeat-622209" style="font-weight:bold;" target="_blank" title="Click to know more about REPEAT">REPEAT</a> it then...<br/>It sounds like the replacement fan was not a 3 prong fan...the 3rd prong enables fan speed/monitoring from the MBoard...<br/>Do you still have the old fan to confirm this ? ?<br/>It's either that or you have connected it to the wrong fan header...</p></body></html> | |