Home > OS >  Questions about Windows 7 install updates
Questions about Windows 7 install updates

Time:10-24

Several hours to do this, o great god

CodePudding user response:

C: \ WINDOWS \ \ SoftwareDistribution

Try to delete all files in this directory, restart try again

If you have permissions questions may involve to elevate privileges or delete in PE

CodePudding user response:

Why do you want to delete in PE?

CodePudding user response:

refer to the second floor langjitianya_liu response:
why do you want to delete in the PE?


There may be a permissions problem is not allowed to delete,

Can also by increasing the right to obtain access options to ascend to a folder options, on the system are not familiar with careful! will be saved in the following content. Reg import registry,

The Windows Registry Editor Version 5.00

\ [HKEY_CLASSES_ROOT \ * shell \ runas]

@="administrator privileges"

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT \ * \ shell \ runas \ command]

@="CMD. Exe takeown/f/c " % 1 \ "& amp; & Icacls \ "% 1 "/grant administrators: F "

"IsolatedCommand"="CMD. Exe takeown/f/c " % 1 \ "& amp; & Icacls \ "% 1 "/grant administrators: F "

[HKEY_CLASSES_ROOT \ exefile \ shell \ runas2]

@="administrator privileges"

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT \ exefile \ shell \ runas2 \ command]

@="CMD. Exe takeown/f/c " % 1 \ "& amp; & Icacls \ "% 1 "/grant administrators: F "

"IsolatedCommand"="CMD. Exe takeown/f/c " % 1 \ "& amp; & Icacls \ "% 1 "/grant administrators: F "

[HKEY_CLASSES_ROOT \ Directory \ shell \ runas]

@="administrator privileges"

"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT \ Directory \ shell \ runas \ command]

@="CMD. Exe takeown/f/c " % 1 \ "y/r/d & amp; & Icacls \ "% 1 "/grant administrators: F/t "

"IsolatedCommand"="CMD. Exe takeown/f/c " % 1 \ "y/r/d & amp; & Icacls \ "% 1 "/grant administrators: F/t "
  • Related