-
Posts
8619 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Events
Resources
Videos
Link Directory
Downloads
Everything posted by News Bot
-
Replaced bad Seagate Barracuda 750 GB hard drive with a new Western Digital 1 TB drive in eMachines ET1331G-03w. Used 3 DVD Recovery set for Windows 7 Home Premium 64-bit made when computer was new. All 3 DVDs downloaded and when instructed, restarted computer, but it has been hanging for hours on "Setup is applying system settings" and the graphic under the words continues to move. Searched online and found others reported same problem, but no one ever advised what to do. Help will be much appreciated. Thank you. View the thread
-
I have Windows 7 Pro and have installed XP Mode. I have run the XP Mode many times. Suddenly, when I try to open the XP Mode I am told that "Mode could not be restored because of host processor or lack of hardware ast." When I open virtual PC mode the file states that the XP Mode is "Hibernated". I have configuerd BIOS to "enable", and I have the hardware becasue I have run the XP Mode many times before. Why can't I open the XP Mode? View this thread
-
My windows mail email is not connectingthru to my gmail. When I presssend &receive a box comesup askingfor my username& p'word, but when i put it thiscomesup: Account: 'pop.gmail.com', Server: 'pop.gmail.com', Protocol: POP3, Server Response: '-ERR [AUTH] Username and password not accepted.', Port: 995, Secure(SSL): Yes, Server Error: 0x800CCC90, Error Number: 0x800CCC92. As a senior PLS help me to get it reconnected>Ihave reset the propertiesand p'word at gmai but nothingseems to get it connect thru. Thank you and pls help as I'm really frustrated View this thread
-
Drive Z: MEMORYCARD (\EPSONCFDD9D) is a network drive from an Epson wireless printer. What is it, and what does it do? Is there any way to remove it, and if youdo, would it affect the printer? View the thread
-
PC running winXP SP3. I've tried scanning the computer for viruses and malware using a variety of softwares. When I copy an item (ctrl-c), the item stays in the clipboard for about 5 seconds and then disappears. I can paste the item within the 5 seconds, but after that, there is nothing to paste. View this thread
-
An unknown error has occurred. Subject 'XXX', Account: 'mail.comcast.net', Server: 'smtp.comcast.net', Protocol: SMTP, Server Response: '554 omta02.westchester.pa.mail.comcast.net comcast Port 25 not allowed - http://customer.comcast.com/help-and-support/internet/email-client-programs-with-xfinity-email/', Port: 25, Secure(SSL): No, Server Error: 554, Error Number: 0x800CCC6F View this thread
-
windows xp how to format C drive to load XP
News Bot posted a topic in Operating Systems Help & Support
format c drive with XP onboard and wrong copy of XPpro loaded View this thread -
I got a phone call today stating they were calling me to help me fix my PC. (Very Suspicious!!) They claimed to be a support center working for MS. They walked me through some steps, My Computer, Manage, Events viewer, Applications to see if there were some error events present, and there were. (I was totally off line during these steps.) They next wanted me to go to www.fastsupport.com for assistance in fixing those errors. Instead I went to the MS site and did a search on Fastsupport and got nothing. Has anyone heard of this site and/or MS being connected to this site? THX Dan View this thread
-
I'm helping my family with a new laptop. I've downloaded the current version of Microsoft Live and have been trying to figure out how to reduce the send/receive interval time. The directions I find online refer me to a tools item on the menu bar. There is no Tools item on the menu bar. I do not think it matters, but they are using charter.net for their email account. How do I change accelerate the sending and receiving of my emails? View the thread
-
comment transferrer des images de mon ordi a un Iphone 4s . par bluetooth , l'ordi le détecte comme connecté ,ainsi l' I phone mais impossible d'effectuer le transfer d'image de l'un vers l'autre . de l'iphon evers l'ordi cela ne pose AUCUN problème . merci beaucoup a qui pourra m'aider View the thread
-
I am changing laptops from a WinXP Pro system to a Win 7 system, and need to migrate several files over to the Win7 laptop. I had done some of this already using net use v: \xplaptopnamee$, but now when I try to access the same shared drive, I get the system error 53, network path not found. I can ping each laptop from the other, but can't connect to either from the other. Help? I have made sure they both are in the same workgroup (mshome), but am not seeing each system from the other. At this point, I just want my @#%#$ files, but there are too many to do the usb key type transfer, and dang it, I should be able to do a peer to peer network somehow! Suggestions? This isn't permanent, just temporary for getting data. View the thread
-
Hi there Got a bit of a strange Office 2010 deployment issue, not sure if anyone can help but thought I'd post anyway. We are deploying Office 2010 domain wide via SCCM 2007. However the issue is not connected with SCCM 2007 (as far as I am concerned) so I saw little point in posting under the SCCM topic. Basically, we deploy Office 2010 using a .cmd script configured in the SCCM package program. All this .cmd script does is copy the install folder down to a local folder, checks to see if Office 2010 is installed, if so it exits, if not it proceeds to running msiexec.exe against the .msi file and corresponding .mst file. All well and good. We had a lot of success, up until we encountered a particular problem. Now, I should point out that the Office 2010 package was created a third-party vendor for us, and they included for some reason a very annoying application wrapper, which when Office 2010 installs (or doesn't install!) causes an entry to appear in Add/Remove Programs, let's say it's exactly 'Office 2010 XYZ123'. The problem arises when for whatever reason Office 2010 fails to initially install (as can happen) on its first deployment run. Even though Office 2010 does NOT install, this wrapper appears in Add/Remove Program stating that 'Office 2010 XYZ123' is installed. But Office 2010 is not installed. Ok, so another deployment is run against a pc with that wrapper showing in Add/Remove programs, and this is what happens: the second (literally) that the msiexec.exe line of the .cmd script is run (the important bit) the install instantly exists - and if you look in the application logs, at that exact time it will say 'Office 2010 XYZ123 installed successfully'. But it hasn't installed at all. Testing this on various machines which have this wrapper showing in Add/Remove Programs, they all behave the same way: as soon as the msiexec.exe line is run it instantly exits yet reports in the application log that 'Office 2010 XYZ123 installed successfully'. Anyone encountered this behaviour? From a high level, it appears that as soon as msiexec.exe starts to run against the .msi file, it runs a very quick check, sees that 'Office 2010 XYZ123' is already showing as being installed in Add/Remove Programs, then exits. I had a look at the .mst file, and the Product Name entry in the .mst file is EXACTLY 'Office 2010 XYZ123'. Could this be the issue? Would changing the product name in the .mst file prevent msiexec.exe from 'thinking' that Office 2010 is already installed? A line of code was added near the start of the .cmd script, which uninstalls the wrapper if it finds it (in the registry) but this has only been partially successful. If anyone has encountered this or can shed any light, please feel free to share your experiences! Regards, John H. View this thread
-
The icons on my desktop are way too big as is the rest of my programs. My e-mails are so big I can't get them all on the screen. I have gone into Personalization but can't seem to find settings anywhere. This appeared to happen all by itself as everything was fine until a couple of days ago. What can I do to fix this. Thanks, View this thread
-
windows 7 Unable to access an email account
News Bot posted a topic in Operating Systems Help & Support
For the last 3-4 months I cant access one of my email accounts (I have two but one works fine) withough having to sign into BT Yahoo. Also, when I have been signed into Yahoo for a while, I cant access the email account again though MS mail - its almost like it times out? All I keep getting is an error box asking for my password which it wont accept (I have never changed it!). It just keeps going round in circles. I even uninstalled mail but when I reinstalled it - it was the same. Im not technically minded and am starting to lose the will to live. HELP!!! View the thread -
I have been trying for 3 weeks to download and install this update. The update says succeeded but still asking me to install. I have done a fix-it below is the report. Still not fixed. As this seems to be an imprtant update, I really need this resolved. Thanks for your help. Alicetsa. View this thread
-
during installing some software iam facing this problem please anyone can give solution to this problem in windows 7/64bit sir , i've got this result for your sugession C:>cmd /k set ALLUSERSPROFILE=C:ProgramData APPDATA=C:UsersinnocentAppDataRoaming CommonProgramFiles=C:Program FilesCommon Files CommonProgramFiles(x86)=C:Program Files (x86)Common Files CommonProgramW6432=C:Program FilesCommon Files COMPUTERNAME=INOCENTH ComSpec=C:Windowssystem32cmd.exe configsetroot=C:WindowsConfigSetRoot FP_NO_HOST_CHECK=NO HOMEDRIVE=C: HOMEPATH=Usersinocenth LenovoTestLogFile=preload.log LenovoTestPath=C:prdv10 LOCALAPPDATA=C:UsersinnocentAppDataLocal LOGONSERVER=\INOCENTH NUMBER_OF_PROCESSORS=4 OS=Windows_NT Path=C:Program FilesCommon FilesMicrosoft SharedWindows Live;C:Program File s (x86)Common FilesMicrosoft SharedWindows Live;C:Windowssystem32;C:Window s;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Progra m FilesLenovoBluetooth Software;C:Program FilesLenovoBluetooth Softwaresy swow64;C:Program Files (x86)Windows LiveShared;C:Program Files (x86)Common FilesAutodesk Shared;C:Program FilesBroadcomBroadcom 802.11 Network Adapter Driver PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel PROCESSOR_LEVEL=6 PROCESSOR_REVISION=2a07 ProgramData=C:ProgramData ProgramFiles=C:Program Files ProgramFiles(x86)=C:Program Files (x86) ProgramW6432=C:Program Files PROMPT=$P$G PSModulePath=C:Windowssystem32WindowsPowerShellv1.0Modules PUBLIC=C:UsersPublic SESSIONNAME=Console SystemDrive=C: SystemRoot=C:Windows TEMP=C:UsersinocenthAppDataLocalTemp TMP=C:UsersinocenthAppDataLocalTemp USERDOMAIN=INOCENTH USERNAME=innocent USERPROFILE=C:Usersinocenth windir=C:Windows windows_tracing_flags=3 windows_tracing_logfile=C:BVTBinTestsinstallpackagecsilogfile.log View the thread
-
Alright, a while ago a bought an academic (student/faculty) version of a windows 7 ultimate upgrade (from vista) and the only CD that came with it was 32 bit version. At the time I thought nothing of it, but now I would like to do a clean install with 64 bit. Here's my question: what's the best way to do this? Im fairly certain that retail versions of windows include both 32 and 64 bit installations using the same product ID, so I'm assuming I can do something similar and just get a 64 bit installer using by existing windows 7 ultimate license. Am I right? Can I just get a new 64 bit installer and use my existing license? If not, is there a cheaper upgrade so I can get a 64 bit install? View the thread
-
I am trying to use MOCT to create an importable Outlook profile to connect to an IMAP server. It seems to work OK.......... EXCEPT, when I import the prf file and OUTLOOK 2010 opens, It thinks I have checked the "Remember password" check box and tries to connect to the server without prompting for a password. This of course fails. If I manually edit the setup from inside Outlook and uncheck the "Remember Password" box, Outlook will prompt and everything works. So the basic profile seems OK. I do not see any "prompt for password" check box in the Outlook profile setup under "Add accounts" Have I missed the options somewhere? Or is there somewhere else I should be looking to reset this "Remember Password" switch? View this thread
-
This is awesome........I try to use Office 2010 on my 'new'computer........after install PowerPnt & Excel wont start due to missing MSVCR90.dll........I use W7 pro 64.......and when trying asking these eminent supporters I just get shuffled around for some links from 2010 and even older.......none of them referring to this quite new problem..........but as always a BIG US company do not answer customers directly...........they have to suffer first.......I think I'll quit MS Office due to lacking support View this thread