My pc show today CPU 100 per cent use.
Startup type : Windows Service
Service Name : svcgdp
Display Name : software services
Dll path : Not Answered.
Image path : C:\Program Files\Software Plate\svcgdp.exe
Current Status : Auto/Running
Disable Service
Open a command prompt as Administrator
Copy command line and Paste.
sc stop "svcgdp"
sc config "svcgdp" start= disabled
How to delete this service.
sc delete "svcgdp"

No comments:
Post a Comment