Activate Windows and data manager has stopped working

Why then I reply to an email from Microsoft easily? This is my answer to a previous email sent by Microsoft, which was not helpful.
There's no option to activate Windows by phone. It is said either "Buy a new online product key," "Type a different product key", or "contact Microsoft to help solve this problem." I did not any changes to this computer beside the normal windows updates. The matter of eating data is due to download iLivid, which
I uninstalled and it always appears. I can't get rid of it. The biggest problem is that activation of Windows. It makes no sense at all. Why should I activate Windows when I originally it activated 6 or 7 years ago, when I bought? I don't have the original cd. I don't have the product key, but it seems as if there is a block on that when I try to enter the letters and numbers, must not be letters. Please help thanks again once.

How to contact a Microsoft Product Activation Center by phone

Microsoft Activation centers worldwide telephone numbers:
http://www.Microsoft.com/licensing/existing-customers/activation-centers.aspx
(This site is for activating Volume License, but if you call, they will help you)

The phone number is not working:
Microsoft Wordwide contacts: http://www.microsoft.com/worldwide/default.aspx

J W Stuart: http://www.pagestart.com

Tags: Windows

Similar Questions

  • Problem: Data Manager has stopped working

    "data manager has stopped working" it's the pop-up window that appears everytime I open my laptop. I always click on the solution on the net but nothing happens. How to stop or fix this problem. I use windows7.

    Hello

    1. What is the number of brand and model of the computer?

    2 have you made any changes to the computer before the show?

    3. have you installed Data Manager?

    Follow the mentioned methods:

    Method 1:

     

    Step 1: Check in safe mode

     

     

    You can also check if the problem persists in safe mode.

    Reference:

    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    http://Windows.Microsoft.com/en-us/Windows7/advanced-startup-options-including-safe-mode

    If you are able to see the start icon, then executes the method 2.

     

    Step 2: Perform a clean boot and check.

     

    To help resolve the error message, you can start Windows Vista or Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135


    Please note:  After troubleshooting, be sure to start your computer in normal mode by following step 7.

    Method 2: Uninstall and reinstall data manager if it is installed and check

    Uninstall or change a program:
    http://Windows.Microsoft.com/en-us/Windows7/uninstall-or-change-a-program

     

    I hope that the above information is useful!

  • Data Manager has stopped working, why?

    Data manager for windows 7 has stopped working, why?

    Well its back to work once me again, as to what happen'd, thank YOU nice people

  • Time and Date - Checksum has stopped working

    Everytime I turn it on, I get the above message and have to reset the date and time before connect you. is there an easy way to solve this? Thank you.

    Hello

    Read this on your error;

    http://www.tech-FAQ.com/CMOS-checksum-bad-error.html

    You don't tell us which is your time after reset for good.

    If after having set the time/Date and stop and restart your machine the time is to say the year 2007-2009 etc., you have a CMOS battery has failed in the motherboard.

    They cost about $5 and are easy to replace.

    How to replace a CMOS battery.

    http://www.computerhope.com/issues/ch000239.htm

    See you soon.

  • in Vista, the Service Manager has stopped working

    I get a window saying delivery Manager has stopped working to come

    Hello

    ·          Will there be any changes made prior to this issue?

    I suggest you try the steps mentioned below.

    Step 1: Test in safe mode problem

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    Step 2: Perform a clean boot, if the problem does not occur in Mode without failure.

    A clean boot helps eliminate software conflicts. Visit the link below to learn how to perform a clean boot.

    http://support.Microsoft.com/kb/929135

    Note: Please make sure that the computer is configured to start as usual by following step 7 of article.

    Additional information:

    Details of the event log

    Whenever you encounter this kind of problem, please check the event logs for details of the exact problem.

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-information-appears-in-event-logs-Event-Viewer

  • Desktop Window Manager has stopped working and was closed

    One of our machines (HP Pavilion dv7 Notebook PC running Windows Vista x 64) will receive the error "Desktop Window Manager has stopped working and was closed" with lots of close error. He reappears (as well as all windows flasher to non-aero, then back to aero) in a few minutes, spends about 5 times per hour.

    I did some research on this and have already taken the following measures without a bit of luck:

    1 run the command chkdsk / SFC scan - nothing found via chkdsk, SFC found some issues fixed, and some, it did not set. Them that it solves not all related to Windows Sidebar, which I do not / does not start.

    2. put updated drivers for ATI Radeon 3200HD - this had a lot of new questions. Installing caused newer drivers ATI catalyst to no longer work with errors during installation and popup errors at startup. After trying several solutions workaround to try to get installed it, I ended up coming back to the driver that came with the laptop, that are properly installed and working without error. I am skeptical of update of this stable driver as a solution to the dwm.exe error.

    3. this problem just started yesterday, that occur with not a lot of changes. Other than updates of windows (I think that .NET framework and a few other updates installed), I replaced NOD32 antivirus with Bitdefender antivirus. The system was stable with bitdefender for about 2 weeks, so I'm not convinced that this program is causing the error.

    4. the event viewer shows the following:

    Failing application Dwm.exe, version 6.0.6002.18005, time stamp 0x49e02696, failed module ntdll.dll, version 6.0.6002.18881, time stamp 0x51da3d16, exception code 0 x 80000003, offset 0x00000000000461f0, process id 0 x 124 error, start the application time 0x01cea0365a457adc.

    Offset, process id and start on time all vary, but there are a lot of these application errors in the viewer all screaming Dwm.exe like the failing application.

    What should be my next course of action?

    You do not receive an error but a caveat. NTStatus results (the set of codes execption used by ntdll - the failed module) begin to 0 for no error, 4 for information (you should never see this), 8 for putting guard and C for error.

    It's your specific error.

    //
    MessageId: STATUS_BREAKPOINT
    //
    MessageText:
    //
    EXCEPTION {}
    Breakpoint
    A breakpoint has been reached.
    //
    #define STATUS_BREAKPOINT ((NTSTATUS) 0x80000003L) / / winnt

    Problem is, you shouldn't have breakpoints. Breakpoints are set by debuggers and stop the execution of the program to the State of the program can be examined. There should be no breakpoints in a retail system. More breakpoints are inserted into memory during execution of the program in a debugger. They tend not to do in the actual file.

    So here are two assumptions, either you have no exit code, IE test code (driver?). Or you have a running program that behaves like a debugger (which is suspect).

    Each of the three towers of programs, services, and drivers in increasing amounts. So restrict the possible culprits.

    Clean boot

    Click Start - all programs - Accessories - run and type
     
    msconfig
    
     
    Then go to the Startup tab uncheck everything. Then go to the Services tab check hide all Microsoft Services and uncheck everything that is left.

     
    Reset. If this resolves your wake problem ½ of services / of startup items until you find that one.

    Tip clean boot

    If the above does not help.

    Download Autoruns http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx

    Start the program by right-clicking and choosing run as administrator and click on the menu Options - Filter Options and check hide Microsoft entries and disable include the empty slots. Uncheck the box just to the left.

    Reset. If this resolves your wake problem half of the items until you find the one that.

    Safe mode

    If the above does not help.

    Click Start - all programs - Accessories - run and type
     
    msconfig
    
     
    Go to the Startup tab, and then click Start. Reset. Come back here and uncheck the box secure start to return to normal mode.

  • continue to spread the message ' desktop window manager has stopped working and was closed ".

    continue to spread the message ' desktop window manager has stopped working and was closed ".

    The office then blinks and I can't use the Aero feature.

    Any correction or known issues?

    Thank you
    in2stocks

    Hello
    It is usually a video driver issue. Would like to know what controller you have and see if the manufacturer has a new driver for Vista.
    Please let us know if that was the issue.

    Mark <> Microsoft Partner

  • Windows host process (Rundll32) has stopped working and the Manager device raises the error code 43

    Original title: Installation files

    I need to know how to reinstall a corrupted file. It's only an individual file which gives me the problem. I don't want to reinstall the entire windows file just to retrieve a single file. The file is the file that controls the video card (rundll32.exe).

    Hi Richstan06,

    Step 1: Run the fixit available in the link below and check if that makes a difference

    Hardware devices do not work or are not detected in Windows

    http://support.Microsoft.com/GP/hardware_device_problems/en-us?EntryPoint=lightbox

    Step 2: The computer in the boot and a test

    Follow step 1 in the link below,

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    If everything works well after a clean boot, you can deduce that some third-party services are at the origin of the problem.

    Continue with the remaining steps to pin-point on the third party service.

    After find you the program that is causing the problem, you will have to perhaps to update or install a newer version of the program, if you rarely use that you should consider uninstalling the software.

    Important: n ' forget not the computer to start normal follow step 7 in the link.

    If the problem persists, you can consult the documentation of the material for more information on diagnosing the problem.

    See the article below, which deals with a similar question

    Error message when you try to configure an audio playback device disabled in Windows Vista: "Windows host process (Rundll32) has stopped working.

    http://support.Microsoft.com/kb/953916

    Thank you, and in what concerns:
    Ajay K
    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Desktop Window Manager has stopped working after loading of updates 12/10/10 MS

    Once the download and installation of updates for Windows 12/10/10 patches, Desktop Window Manager has stopped working.  Event viewer lists under Applications:

    Name: Application
    Source: Application error
    Date: 2010-10-13 09:59:47
    Event ID: 1000
    Task category: (100)
    Level: error
    Keywords: Classic
    User: n/a
    Computer: has
    Description:
    The failing application name: Dwm.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc541
    The failed module name: nvwgf2umx.dll, version: 8.17.12.5922, time stamp: 0x4c5424d5
    Exception code: 0xc0000005
    Offset: 0x000000000007c160
    ID of the process failed: 0xb0c
    Start time of application vulnerabilities: 0x01cb6aefa117a51c
    The failing application path: C:\Windows\system32\Dwm.exe
    Path of the failing module: C:\Windows\system32\nvwgf2umx.dll
    Report ID: e6dfd048-d6e2-11df-9660-00271383b7fe

    The operating system is Win 7 x 64.  Video card is a Gigabyte GTS450OC1 with its latest driver running on an Intel DP55KG MB with 8 GB memory Corsair XMS3.  The system was fully functional and stable immediately before the update.  I don't know which of the 18 patches is in conflict with the nvwgf2umx.dll file.  Device Manager reports no hardware problem with any component.

    In my attempts to solve the problem, I run chkdsk f, sfc/scannow (which have reported no problem) and reloaded the video driver (without uninstall first).   Nothing works so far.  I even tried to defragment the master file with Diskeeper 2010 start time Table Defragger (based on another post, I've found), also without success.

    What is the reference for this?

    This may seem like the thing the more janky to post, but I got the same error several months:

    Problem event name: APPCRASH
    Application name: Dwm.exe
    Application version: 6.1.7600.16385
    Application timestamp: 4a5bc541
    Fault Module name: nvwgf2umx.dll
    Fault Module Version: 9.18.13.1422
    Timestamp of Module error: 51427a 68
    Exception code: c0000005
    Exception offset: 000000000013fe0b
    OS version: 6.1.7601.2.1.0.256.1
    Locale ID: 1033
    Additional information 1: bd9d
    More information 2: bd9dfb84ef7bbf0c089fd3d5f079469b
    Additional information 3: ec39
    Additional information 4: ec39233315f018bea3fd5d4de7e9458f
    And could not cancel the record/re-record the dll it error out on an entry point missing or whatever.
    So what for some reason any worked for me is to rename C:\Windows\System32\nvwgf2umx.dll to nvwgf2umx.dll.bak (all other copies of this file are in the folder DriverStore).
    After that, I ran from an administrator command prompt
    net stop uxsms
    net start uxsms

    And miraculously all started working again.  I'm running a GTX570 with latest drivers nvidia from Scripture.
    Note: You probably shouldn't be move/rename things in System32 unless you are confident and have your data backed up.  It worked for me, but who knows you.
  • Desktop Window Manager has stopped working after installing Defender Pro 2012 5 in 1

    Hello

    My father has a Windows Vista. It works very well. Until we installed Defender Pro 2012 5 in 1,

    It was a bit slow... the screen flickers of its lights for a few seconds every 10 minutes, I get this... I already have contact Defender Pro, and they said that it was not their fault.

    Help, please!

    DESKTOP WINDOW MANAGER HAS STOPPED WORKING
    Windows can check online for a solution to the problem

    -> online and are looking for a solution (recommended)
    -> close

    APPCRASH
    Application name: Dwm.exe
    Application version: 6.0.6002.18005
    Application timestamp: 49e02696
    Fault Module name: ntdll.dll
    Fault Module Version: 6.0.6002.18327
    Timestamp of Module error: 4cb74dd3
    Exception code: 80000003
    Exception offset: 0000000000045f00
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 1033
    Additional information 1: 0fef
    More information 2: 0d8b4b37a0c1e529a7398b6615cc3528
    Additional information 3: f196
    Additional information 4: acf765d48a0657c8822f379a6b5f3b91

    Read our privacy statement:
      http://go.Microsoft.com/fwlink/?LinkId=50163&clcid=0x0409

    Sorry to tell you,

    I already solved the problem.

    Just to let you know, I buy the product, because

    I used the free and they don't really work (IN MY OPINION).

    Anyone has this PROBLEM (appcrash)

    Go to start

    Click on Control Panel

    go to appearance and personalization

    Click on appearance color of windows.

    then click on settings in the appearance of progress.

    under the gaze of point for the theme of basic or something like that.

    Want more info on Dwm.exe?

    Click here-> http://www.howtogeek.com/howto/windows-vista/what-is-dwmexe-and-why-is-it-running/

  • I recently started getting this message "Windows Task Manager has stopped working

    I started recently getting this message "Windows Task Manager has stopped working" I tried;


    Windows Update
    Restart the computer
    Disabling all non Microsoft products on related Msconfig
    Disk fragmentation
    Malwarebytes
    Full scan of the computer AVG
    Safe Mode by using the command "SFC/scannow".

    And still no solution

    Help would be appreciated

    Ashley

    The blue projection arrested?

    You have reinstalled all Windows updates?

    Do you have updated all the drivers of motherboard?

  • "The Windows Task Manager has stopped working" the INSTANT Task Manager opens... process of safe mode does nothing.

    I am running windows 7 64 bit and have encountered a problem. Whenever I have open tasks, any way Manager (msconfig, cntrl shift escape, Ctrl alt del, etc.), task manager opens and white and displays "Windows Task Manager has stopped working". I am increasingly frustrated with the problem. I tried booting in safe mode AND clean boot, but the problem persists. On top of that, the system restore fails whenever I'm trying to do.

    Could you please help me get running again the Task Manager?

    Do you feel the behavior if you log on with a different user account?

    Maybe, try to rename a HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\TaskManager to for example a HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\TaskManager.OLD in the registry. Then try to start the Task Manager again.

  • Center Store Update Windows Media Manager has stopped working?

    Lately when I start my computer, I get this error message Windows media Center Store Update Manager has stopped working. Its happens after about 10 or 20 Minutes. At first I didn't think much, but now I noticed that the Media Center window is no longer the recording programs, I have planned. The strange thing is when I go into Windows Media Center display at the request, he says that he record but is not. The error message also appears when I try to update the guide, what happens to about 80%, then the message.

    Here are the details of the error message

    Signature of the problem:
    Problem event name: APPCRASH
    Application name: mcupdate. EXE
    Application version: 6.1.1000.18307
    Application timestamp: 4b15b191
    Fault Module name: KERNEL32.dll
    Fault Module Version: 6.0.6002.18449
    Timestamp of Module error: 4da47967
    Exception code: e0434f4d
    Exception offset: 0003fc 56
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 1033
    Additional information 1: fd00
    More information 2: ea6f5fe8924aaa756324d57f87834160
    Additional information 3: fd00
    Additional information 4: ea6f5fe8924aaa756324d57f87834160

    Read our privacy statement:
    http://go.Microsoft.com/fwlink/?LinkId=50163&clcid=0x0409
     
    Can someone tell me what that?

    http://support.Microsoft.com/kb/935685

  • At the opening of the various programs I get the error message 'extended attributes are incompatible' and "Consent UI has stopped working" in windows vista.

    Original title: extended attributes

    I started getting the following errors with various programs "extended attributes are incompatible" and "Consent UI has stopped working". I tried to do a system restore but get error inconsistent attributes for 'rstrui.exe '. I also had the message to ShellExecuteEX.exe when you try to install an application and even trying to download the Windows 7 Upgrade advisor. Just to check, I tried to run msconfig from the start and even gives me the message attributes. I am running Vista Home Premium with Service Pack 2 installed. Advice please. Thank you, Roger P

    Hi Roger P.

    ·         When the issue started?

    ·         Remember to make any hardware or software comes to the computer before this problem?

    ·         What antivirus application is installed on your computer?

    Method 1:

    You can try to run a SFC scan and check.

    This problem may occur if a system file is missing or damaged.

    You can refer to the method-the System File Checker tool in the following article:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    I suggest you to follow these steps and check if that helps.

    Methoad 2: try to run the windows recovery option system restore.

    What are the system recovery options in Windows Vista?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-are-the-system-recovery-options-in-Windows-Vista

    It could be useful!

  • a window keeps popping up that says: Windows host process (Rundll32) has stopped working - a problem caused blocking the program works correctly. Windows will close the program and notify you if a solution is available

    a window keeps popping up that says: Windows host process (Rundll32) has stopped working - a problem caused blocking the program works correctly. Windows will close the program and notify you if a solution is available

    Check if you have picked up malware in your travels.

    I see a lot of recommendations here for programs such as -

    Malwarebytes' Anti-Malware
    http://www.Malwarebytes.org/MBAM.php

    SuperAntispyware
    http://SUPERAntiSpyware.com/

    Check in safe mode.

    Vista advanced boot options
    http://Techblissonline.com/Vista-advanced-boot-options/

    See if you can isolate a possible cause.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

Maybe you are looking for

  • Tecra S3 (PTS30E-01K014FR) - where can I find the SATA drivers?

    Hello My friend's father just bought a Toshiba Tecra S3 PTS30E-01k014fr with XP pro installed work but I'm admin password to use the computer. So I want to reinstall Windows xp but the drive is not detected by the installation of XP. Where can I find

  • Photosmart Premium C309g - print in color, not black

    I have a Photosmart Premium C309g which, until a day or two before, worked very well. Black ink does not work. I tried already. . Change both black cartridges (regular and photo) Cleaning Alignment (when I try to align printer says "Alignment failed.

  • HP C4M16E #ABU Pavilion: using driver hp

    I still can't the drivers for my ethernet and usb anyone can connect to my lappy and look at problems thx robert

  • Project properties: separately compiled code?

    I'm refactoring the code in LabVIEW 8.5 to LabVIEW 2013 SP1 with the intention to create an executable file with an installer. I tried to create an executable of my project and when I ran it I got a bunch of error code 59: compiled code in the source

  • A1 battery charge

    I charged my battery yesterday b/c, that we travel. Off WiFi (always disable it by not using) until it has received a green light. This morning, when I went to use battery warning at 2%. My battery down never really 'sleep' mode. Any ideas what's hap