-
Posts
13363 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Events
Articles
Downloads
Everything posted by AWS
-
wheni did updates yo my computer i got this code which is i guess for nvidia display something dunno help me please View this thread
-
My computer has currently installed: .NET Framework 3.0 SP2 208MB .NET Framework 3.5 SP1 28MB .NET Framework 4 Client Profile 182MB These require a lot of memory compared to Windows XP (220MB) Further, every time I shut down, the system tries to install 2 updates - but possibly fails each time(?). I suspect one of these relates to Framework 3.5 Can someone help me sort this out? View this thread
-
Someone called me from Windows and said I had many error messages that was preventing me from getting optimum use from my computer. I had noticed error messages, but I just ignored them. The person who called from Windows was instructing me through the process of fixing the 'errored' programs. His English was difficult to follow. I did the best I could, then we got cut off and I don't know what to do about this. Also Outlook came up on my computer and I don't know how I got it and I don't like it...Can you help me with this problem? Please... Lorraine Jenkins I really prefer speaking with someone. View this thread
-
%system%registration complustaging......I can't restore to a restore point....keep getting this message...anti-virus not problem....register cleaned and fixed...I don't have the win 7 disk...have factory installed...no back up disk either....it says the file is missing--->Source: %system%registration Destination: ComPluStaging........not found..................help please....I don't have any money either....the only thing i didnt try yet is an F8 reboot and restore to an earlier time or a factory re-install....i dont really want to lose what programs i have.........I just did a restore a month ago...it went well........i suspect it's a virus or malware that just gets you to buy a regfix program.....and that doesnt work either.....its like a pop-up you cant get rid of....seems when i do the restore it returns some settings i had before...so i think it is actually restoring and just saying it isnt..... View the thread
-
I have tried to upgrade vista with service pack 1. I receive error code 80070002 when I follow instructions for the error code then try again. All I get is the same error code. Is there any way to add service pack 1 View this thread
-
I just received an email from: *** Email address is removed for privacy ***"This is a reminder that you must activate your free Windows 8 Media Center Pack product key** by January 31, 2013": I'd like to know if that's a legitimate message from MS. I'm also surprised because I don't have Win 8 on my Pc. Thanks for any info. View the thread
-
I bought this Windows 8 option via PAYPAL with no idea there would be problems After spending many hours trying the program in Windows 8 it reached the end then statement " could not install will revert to your previous option" There seems to me many,many issues reading through reasoning and issues from many customers How many times are you suppose to try I've spend yesterday evening and today following the correct instructions, its obviously not compatible with my computer. I would like a refund, as I bought Windows 8 in good faith, with no pre-issues warning about installing issue View this thread
-
should I and how would I remove cookies View this thread
-
In Windows 8 on a new HP Pavilion explorer.exe and LiveCom.exe, and occasionally other identified processes, are shown as Established connections when I type 'netstat -ano' into Command Prompt. Is this normal, and is there any danger here of hacking etc, please? Only IE used to show as Established in Vista, as it also does in Windows 8. Thanks for any help, Robin. View the full article
-
How can I block an unwanted email sender. there used to be an option but i cant find it on the new setup. View the thread
-
So my laptop was dropped and I started it back up and I get to the login screen but the login window will not show up on my windows 7 laptop what could be the problem I need to know like immediately View the thread
-
My Windows 7 Professional 32 bit OS computer is set up for virtual XP but when I go to download the program I am told I need the Windows Activation Update. When I download it and hit "continue" it keeps taking me back to the download screen. View the thread
-
HI. Gotta an issue. When i start my PC its restarting and fun only from second time. After one restart. Message i am revealing is: "your PC ran into a problem. This problem caused your PC to restart." Here are the logs (minidumps) https://skydrive.live.com/redir?resid=BF16B5E90EF16CA3!153 Please help me to identify the software guilty in it. Appreciate a lot! View the full article
-
Hello, I just finished installing Office 13 on Windows 8 and when the SkyCloud thing finished playing all of the icons for Office 13 disappeared from the Metro desktop right in front of me. Now I cant find or launch any Office 13 aps. I when into SettingsPrograms and see its there but I cant locate the program. What the heck is going on? An Angry Guy Who Switched to Apple Products Because of Junk Like This View the full article
-
Sir I have recently installed windows 8 in my LAPTOP (SAMSUNG NP300E52-S05AE). Yesterday when i was moving my files from one drive to an other i choose trust this PC from windows SOLVE PC ISSUE... When i choose my WINDOWS EXPLORER stopped working. Several times i have tried but it still donot showing my windows START MENU and Also not showing my Desktop. All i can use is task manager. when ever i sign IN into my pc a blank screen comes in front of me and nothing happens after this View the full article
-
If I use Task Scheduler to open a file or program, the file or program opens (I can see it's opened in Task Manager) but it does not show up in an interactive Window. The code below is for opening an Internet Explorer Window with a html file that plays a song and reminds me to take my medication. I can hear the song playing when the task activates but no interactive Window opens. I can also see Internet Explorer is running in Task Manager and I can end the task there or in Task Scheduler. The same thing happens if I try to use Task Scheduler to open an .exe program. The task is set to run in Windows 8 and I'm running Windows 8 Pro. Could that be the problem? The Code: <?xml version="1.0" encoding="UTF-16"?> <Task version="1.2" There was a Microsoft link here but it caused a submission error> <RegistrationInfo> <Date>2013-01-07T17:03:01.063985</Date> <Author>Robs-PCRob</Author> <Description>Take Morning Medication</Description> </RegistrationInfo> <Triggers> <CalendarTrigger> <StartBoundary>2013-01-07T08:29:30</StartBoundary> <ExecutionTimeLimit>P3D</ExecutionTimeLimit> <Enabled>true</Enabled> <ScheduleByDay> <DaysInterval>1</DaysInterval> </ScheduleByDay> </CalendarTrigger> </Triggers> <Principals> <Principal id="Author"> <UserId>Robs-PCRob</UserId> <LogonType>Password</LogonType> <RunLevel>HighestAvailable</RunLevel> </Principal> </Principals> <Settings> <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy> <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries> <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries> <AllowHardTerminate>true</AllowHardTerminate> <StartWhenAvailable>true</StartWhenAvailable> <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable> <IdleSettings> <StopOnIdleEnd>true</StopOnIdleEnd> <RestartOnIdle>false</RestartOnIdle> </IdleSettings> <AllowStartOnDemand>true</AllowStartOnDemand> <Enabled>true</Enabled> <Hidden>false</Hidden> <RunOnlyIfIdle>false</RunOnlyIfIdle> <WakeToRun>true</WakeToRun> <ExecutionTimeLimit>P3D</ExecutionTimeLimit> <Priority>7</Priority> </Settings> <Actions Context="Author"> <Exec> <Command>C:UsersRobertScheduled-TasksTake-Morning-Medication.htm</Command> </Exec> </Actions> </Task> ******** The link used to open the html file works from the Start/Run command line. View the full article
-
Hi, I am trying to install the framework 4 client profile but the install fails with the following message :[1/25/2013, 17:7:56]Log File C:DOCUME~1MarcelLOCALS~1TempMicrosoft .NET Framework 4 Client Profile Setup_20130125_170750576-MSI_netfx_Core_x86.msi.txt does not yet exist but may do at Watson upload time[1/25/2013, 17:7:56]Calling MsiInstallProduct(C:96521e2192f62ad841f76a9e061ff1netfx_Core_x86.msi, EXTUI=1[1/25/2013, 17:8:58] Returning IDOK. INSTALLMESSAGE_ERROR [impossible d’installer le service Windows Presentation Foundation Font Cache 4.0.0.0 (WPFFontCache_v0400). Vérifiez que vous disposez de privilèges suffisants pour installer des services système.][1/25/2013, 17:9:28]MSI (C:96521e2192f62ad841f76a9e061ff1netfx_Core_x86.msi) Installation failed. Msi Log: Microsoft .NET Framework 4 Client Profile Setup_20130125_170750576-MSI_netfx_Core_x86.msi.txt[1/25/2013, 17:9:28]PerformOperation returned 1603 (translates to HRESULT = 0x80070643)[1/25/2013, 17:9:28] Action completeIt's french, sorry. I am running the install as a local administrator.Can you help me please ?Thank you!Matteo View this thread
-
My pc is slow at startup. The analyzation says: "multiple programs at startup". Question: there are so many programs listed to start at start up, I don't know which ones are essential and which ones aren't. Can you help me with this? View the thread