Windows Driver Foundation-User-Mode Driver Framework 服务不能启动(错误31)问题解决

时间:2016-12-25 15:49:28   收藏:0   阅读:2128

  

这个错误是由于WudfPf这个服务没有启动有关,导致开机时出现SVCHOST.EXE出现,内存不能“Written”的错误,

http://answers.yahoo.com/question/index?qid=20110614111435AATsgp9


Run these commands one by one in ‘command prompt‘

sc config wudfpf start= auto

net start wudfpf

net start wudfsvc

原文:http://www.cnblogs.com/zengkefu/p/6219641.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!