🔒 Closed Help nag eerror pag nag update ako from 20H2 to 21H1

Status
Not open for further replies.

Jon_m04

Leecher
Sinubukan ko magupdate galing 20H2 to 21H1 kaso nageerror. Sinubukan ko narin magupdate gamit assistant at iso kaso ganun parin. nasa picture yung error na lumalabas. Ano kaya problema non mga boss?

errr.webp
 
copy and paste it in notepad, and name it whatever you want with .cmd as the file extension ex: hotfix.cmd

RUN IT AT ADMINISTRATOR LEVEL

@echo off setlocal echo. echo Determine whether we are on an 32 or 64 bit machine echo. if "%PROCESSOR_ARCHITECTURE%"=="x86" if "%PROCESSOR_ARCHITEW6432%"=="" goto x86 set ProgramFilesPath=%ProgramFiles(x86)% goto startResetting :x86 set ProgramFilesPath=%ProgramFiles% :startResetting echo. if exist "%ProgramFilesPath%\Windows Resource Kits\Tools\subinacl.exe" goto filesExist echo ***ERROR*** - Could not find file %ProgramFilesPath%\Windows Resource Kits\Tools\subinacl.exe. Double-check that SubInAcl is correctly installed and re-run this script. goto END :filesExist pushd "%ProgramFilesPath%\Windows Resource Kits\Tools" subinacl.exe /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f subinacl.exe /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f subinacl.exe /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f subinacl.exe /subdirectories %windir% /grant=administrators=f /grant=system=f echo FINISHED. echo. echo Press any key to exit . . . pause >NUL popd :END endlocal
 
Status
Not open for further replies.

About this Thread

  • 3
    Replies
  • 400
    Views
  • 4
    Participants
Last reply from:
FreeAllYouCan-OFFICIAL

Trending Topics

Online now

Members online
1,025
Guests online
731
Total visitors
1,756

Forum statistics

Threads
2,283,698
Posts
29,017,340
Members
1,221,565
Latest member
rorienty
Back
Top