Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: "More data is available." - Can't install new things nor run certain programs  (Read 11787 times)

0 Members and 1 Guest are viewing this topic.

Mibbiz

    Topic Starter


    Greenhorn

    • Experience: Beginner
    • OS: Windows 8
    Hi all,

    About a month ago, I uninstalled a WebRoot trial using Revo Uninstaller.
    Since that time, I have not been able to install new programs or fonts.
    I have tried to do a system restore to the point before I even installed the trial.
    I get the message "More data is available".
    I also get this error when I try to run certain system programs or install new programs or fonts.
    I'll attach screenshots of these alerts.

    I don't know what I can do. I can't restore and this is a laptop, so I don't have any discs...

    Thanks.

    [attachment deleted by admin to conserve space]

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    What are you attempting to do with regedit ? ?
    " Anyone who goes to a psychiatrist should have his head examined. "

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    It may be possible to start the computer in safe mode.

    At any rate, oney cause is that the Registry Value "PublisherPolicyChangeTime" in

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide had it's data type changed to a String when it should be a QuadWord.

    You may have already found this in your search, and you get the error when trying to run regedit so you cannot change it from that program.

    Are you able to run command prompt? (Windows Key+R, "cmd.exe", Enter)

    if so, you can confirm my hypothesis by using the following command:

    Code: [Select]
    reg query HKLM\Software\Microsoft\Windows\CurrentVersion\SideBySide /v PublisherPolicyChangeTime
    it should show something similar to the following:
    Code: [Select]

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SideBySide
        PublisherPolicyChangeTime    REG_QWORD    0x1d08a80c8540fbd

    However if it says REG_SZ we'll have to fix that.


    I was trying to dereference Null Pointers before it was cool.

    Mibbiz

      Topic Starter


      Greenhorn

      • Experience: Beginner
      • OS: Windows 8
      What are you attempting to do with regedit ? ?
      I was just using it as an example of a system program that I can't run without receiving the error.

      Mibbiz

        Topic Starter


        Greenhorn

        • Experience: Beginner
        • OS: Windows 8
        It may be possible to start the computer in safe mode.

        At any rate, oney cause is that the Registry Value "PublisherPolicyChangeTime" in

        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide had it's data type changed to a String when it should be a QuadWord.

        You may have already found this in your search, and you get the error when trying to run regedit so you cannot change it from that program.

        Are you able to run command prompt? (Windows Key+R, "cmd.exe", Enter)

        if so, you can confirm my hypothesis by using the following command:

        Code: [Select]
        reg query HKLM\Software\Microsoft\Windows\CurrentVersion\SideBySide /v PublisherPolicyChangeTime
        it should show something similar to the following:
        Code: [Select]

        HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SideBySide
            PublisherPolicyChangeTime    REG_QWORD    0x1d08a80c8540fbd

        However if it says REG_SZ we'll have to fix that.
        It reads back as REG_QWORD 0x1d026c2c7c523e6, so I suppose it's fine.
        Is there any other registry problem it could be?

        Mibbiz

          Topic Starter


          Greenhorn

          • Experience: Beginner
          • OS: Windows 8
          No solutions?  :(

          Mibbiz

            Topic Starter


            Greenhorn

            • Experience: Beginner
            • OS: Windows 8
            Solution: Fresh reinstallation of Windows. That's the only fix.