Urgent: Changes in applicationframehost.exe

3

3Dot.

I just installed Microsoft Visual Studio enterprise 2019 and i created a simple C++ code with windows consol application, and then i went to the files and opened the cpp file and then i accidently "attached" it with applicationframehost.exe (10.0.1836.1) and now the touch pad on my laptop is not working properly so i have to use a mouse and CPU usage started increasing and then i tried this:
1-system restore(helped a bit but didn't solve the problem)
2-sfc/ (no problem found)
so now i don't know what to do.
Is there a way to undo what i did or restore a previous version or something else?

My code:
#include<iostream>
using namespace std;

int main()
{
cout<<"3DotInatalled"<<endl;

return 0;
}

Continue reading...
 
Back
Top Bottom