Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AppID

Anonymous
2021-06-28T05:59:02.163+00:00

Automatically the below mentioned registry value is getting changed from 0 to value 4.

Is this because of any driver or something. Please advise.

Regards,
Sriram Krishnamoorthy

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Miles 1,276 Reputation points
    2021-06-28T06:44:11.013+00:00

    Hi

    AppID Driver is a kernel device driver. In Windows 10 it is starting only if the user, an application or another service starts it.
    If AppID Driver fails to start, the failure details are being recorded into Event Log.
    Then Windows 10 will start up and notify the user that the AppID service has failed to start due to the error.

    About restoring default startup configuration for APPID driver , we could follow these steps:
    1.Run the Command Prompt as an administrator.

    2.Copy the command below, paste it into the command window and press ENTER:

    sc config AppID start= demand

    3.Close the command window and restart the computer.

    The AppID service is using the appid.sys file that is located in the %WinDir%\system32\drivers folder. If the file is changed, damaged or deleted, you can restore its original version from Windows 10 installation media.

    For more information ,please refer to this link which may be helpful to answer your questions.
    http://revertservice.com/10/appid/

    Best Regards


    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.