I am getting some errors when running SFC /scannow.
It shows a number of errors with Cannot repair member file [l:32{16}]"winhlp32.exe.mui" in the SFCDetails.txt error file.
There are a number of other errors.
In an effort to try to fix winhlp32.exe.mui
I have run this bat file:
It didn't fix the problem.
It shows a number of errors with Cannot repair member file [l:32{16}]"winhlp32.exe.mui" in the SFCDetails.txt error file.
There are a number of other errors.
In an effort to try to fix winhlp32.exe.mui
I have run this bat file:
Code:
C:\Dnload\WinHelp7>set MuiFileName=winhlp32.exe.mui
C:\Dnload\WinHelp7>set ExeFileName=winhlp32.exe
C:\Dnload\WinHelp7>echo Setup is detecting Windows version...
Setup is detecting Windows version...
C:\Dnload\WinHelp7>ver | findstr /il "6\.1\." 1>nul
C:\Dnload\WinHelp7>if 0 EQU 0 (
echo Microsoft Windows 7 [Version 6.1] detected.
set WindowsVersion=7
goto :BypassVersionError
)
Microsoft Windows 7 [Version 6.1] detected.
C:\Dnload\WinHelp7>if not 7 == 7 (
echo Inappropriate Windows version. Setup must be run under one of the following
echo operating systems:
echo.
echo * Microsoft Windows 7
echo
pause
goto :eof
)
C:\Dnload\WinHelp7>set InitialDirectory=C:\Dnload\WinHelp7
C:\Dnload\WinHelp7>cd /d "C:\Dnload\WinHelp7\Install.cmd\.."
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>echo Terminating all possible running instances of WinHlp32..
.
Terminating all possible running instances of WinHlp32...
C:\Dnload\WinHelp7>taskkill /f /im winhlp32.exe /t
ERROR: The process "winhlp32.exe" not found.
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>echo Taking the ownership of system's existing winhlp32.exe.m
ui...
Taking the ownership of system's existing winhlp32.exe.mui...
C:\Dnload\WinHelp7>takeown /f "C:\Windows\en-US\winhlp32.exe.mui"
SUCCESS: The file (or folder): "C:\Windows\en-US\winhlp32.exe.mui" now owned by
user "DOCFXIT\Administrator".
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>echo Granting Administrator full-access permission to system'
s existing winhlp32.exe.mui...
Granting Administrator full-access permission to system's existing winhlp32.exe.
mui...
C:\Dnload\WinHelp7>icacls "C:\Windows\en-US\winhlp32.exe.mui" /grant "Administra
tor":F
processed file: C:\Windows\en-US\winhlp32.exe.mui
Successfully processed 1 files; Failed processing 0 files
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>echo Copying winhlp32.exe.mui to system...
Copying winhlp32.exe.mui to system...
C:\Dnload\WinHelp7>xcopy /r /y /h /q winhlp32.exe.mui "C:\Windows\en-US"
1 File(s) copied
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>if errorlevel 1 goto :Error
C:\Dnload\WinHelp7>echo Taking the ownership of system's existing winhlp32.exe..
.
Taking the ownership of system's existing winhlp32.exe...
C:\Dnload\WinHelp7>takeown /f "C:\Windows\winhlp32.exe"
SUCCESS: The file (or folder): "C:\Windows\winhlp32.exe" now owned by user "DOCF
XIT\Administrator".
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>echo Granting Administrator full-access permission to system'
s existing winhlp32.exe...
Granting Administrator full-access permission to system's existing winhlp32.exe.
..
C:\Dnload\WinHelp7>icacls "C:\Windows\winhlp32.exe" /grant "Administrator":F
processed file: C:\Windows\winhlp32.exe
Successfully processed 1 files; Failed processing 0 files
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>echo Copying winhlp32.exe to system...
Copying winhlp32.exe to system...
C:\Dnload\WinHelp7>xcopy /r /y /h /q winhlp32.exe "C:\Windows"
1 File(s) copied
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>if errorlevel 1 goto :Error
C:\Dnload\WinHelp7>echo Updating Registry entries...
Updating Registry entries...
C:\Dnload\WinHelp7>reg add "HKLM\SOFTWARE\Microsoft\WinHelp" /v "AllowProgrammat
icMacros" /t REG_DWORD /d "0x00000001" /f
The operation completed successfully.
C:\Dnload\WinHelp7>reg add "HKLM\SOFTWARE\Microsoft\WinHelp" /v "AllowIntranetAc
cess" /t REG_DWORD /d "0x00000001" /f
The operation completed successfully.
C:\Dnload\WinHelp7>if AMD64 == AMD64 (
reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\WinHelp" /v "AllowProgrammaticMacro
s" /t REG_DWORD /d "0x00000001" /f
reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\WinHelp" /v "AllowIntranetAccess"
/t REG_DWORD /d "0x00000001" /f
)
The operation completed successfully.
The operation completed successfully.
C:\Dnload\WinHelp7>echo.
C:\Dnload\WinHelp7>if errorlevel 1 goto :Error
C:\Dnload\WinHelp7>pause
Press any key to continue . . .