Untitled

From Crippled Crow, 7 Years ago, written in Plain Text, viewed 1'837 times.
URL https://www.editnotes.com/view/d001bfbe Shorturl http://ul.gd/q3EGv Embed
Download Paste or View Raw
  1. Windows Update Enable:
  2.  
  3. Windows Registry Editor Version 5.00
  4.  
  5. ; Created by: Shawn Brink
  6. ; http://www.sevenforums.com
  7. ; Tutorial:  http://www.sevenforums.com/tutorials/88554-windows-update-enable-disable-access.html
  8.  
  9.  
  10. [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWindowsUpdate]
  11. "DisableWindowsUpdateAccess"=-
  12. "DisableWindowsUpdateAccessMode"=-
  13.  
  14. [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]
  15. "NoWindowsUpdate"=-
  16.  
  17. --------------------------
  18.  
  19.  
  20. Trusted Installer Module to Show in Services (Windows Modules Installer):
  21.  
  22. Windows Registry Editor Version 5.00
  23.  
  24. [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesTrustedInstaller]
  25. "BlockTime"=dword:00002a30
  26. "BlockTimeIncrement"=dword:00000384
  27. "PreshutdownTimeout"=dword:0036ee80
  28. "DisplayName"="Windows Modules Installer"
  29. "Group"="ProfSvc_Group"
  30. "ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,
  31.   74,00,25,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,69,00,6e,00,67,00,5c,
  32.   00,54,00,72,00,75,00,73,00,74,00,65,00,64,00,49,00,6e,00,73,00,74,00,61,00,
  33.   6c,00,6c,00,65,00,72,00,2e,00,65,00,78,00,65,00,00,00
  34. "Description"="@%SystemRoot%\servicing\TrustedInstaller.exe,-101"
  35. "ObjectName"="localSystem"
  36. "ErrorControl"=dword:00000001
  37. "Start"=dword:00000003
  38. "Type"=dword:00000010
  39. "ServiceSidType"=dword:00000001
  40. "FailureActions"=hex:84,03,00,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,
  41.   00,01,00,00,00,c0,d4,01,00,01,00,00,00,e0,93,04,00,00,00,00,00,00,00,00,00
  42.  
  43. ---------------------------
  44. C:WindowsservicingTrustedInstaller.exe
  45.  
  46. If  file missing, Copy File from another computer and :
  47. C:Windowsservicing
  48.  
  49. The directory must be owned by Administrator (CMD):
  50. takeown /f c:windowsservicing
  51. icacls c:windowsservicing /grant administrators:F
  52.  
  53.  

Reply to "Untitled"

Here you can reply to the paste above

captcha