modnar Posted November 10, 2025 Posted November 10, 2025 2 hours ago, hidao said: Sorry about my bad English, where can I dowload the lastest verson of CAupdater? Please see this reply from @astroskipper 9 posts up to my query about download location of CAupdater.
hidao Posted November 10, 2025 Posted November 10, 2025 1 hour ago, modnar said: Please see this reply from @astroskipper 9 posts up to my query about download location of CAupdater. Is 1.0.0.1 the lastest verson of CAupdater? By the way, I found some option of my qq.exe dosen't work, but it worked well on virtualmachine,I saw the defference: it has https link on virtualmachine,Is Certifacate the problem? and how can I test and fix it?
modnar Posted November 11, 2025 Posted November 11, 2025 22 hours ago, hidao said: Is 1.0.0.1 the lastest verson of CAupdater? By the way, I found some option of my qq.exe dosen't work, but it worked well on virtualmachine,I saw the defference: it has https link on virtualmachine,Is Certifacate the problem? and how can I test and fix it? 1.0.0.1 is the latest version, I have it too. I would not know what the fix is - you can also try heinoganda's cert updater v1.6 on this forum somewhere.
hidao Posted November 11, 2025 Posted November 11, 2025 (edited) 1 hour ago, modnar said: 1.0.0.1 is the latest version, I have it too. I would not know what the fix is - you can also try heinoganda's cert updater v1.6 on this forum somewhere. Thank you ,I'll try it,I‘m confused because I didn't update certificate on my virtualmachine but qq.exe worked well... Update: I used CAupdater to update the certificate, qq.exe worked well... Edited November 11, 2025 by hidao 1
egrabrych Posted May 1 Posted May 1 The contents of the updroots.sst file have been changed; the contents of the other * .sst files are unchanged. 2
reboot12 Posted May 4 Posted May 4 (edited) My way to update certificate using cert.cmd: @echo off title Certificate update setlocal EnableExtensions EnableDelayedExpansion echo. call :ViewDateSST authroots.sst echo. wget -q --show-progress -O authroots.sst http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authroots.sst wget -q --show-progress -O delroots.sst http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/delroots.sst wget -q --show-progress -O roots.sst http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/roots.sst wget -q --show-progress -O updroots.sst http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/updroots.sst updroots.exe authroots.sst updroots.exe updroots.sst updroots.exe -l roots.sst updroots.exe -d delroots.sst echo. pause exit /b :ViewDateSST if not exist "%~1" ( echo Last run: no data exit /b ) for %%F in ("%~1") do set "DT=%%~tF" rem Format: RRRR-MM-DD GG:MM set "YYYY=!DT:~0,4!" set "MM=!DT:~5,2!" set "DD=!DT:~8,2!" set "TIME=!DT:~11,5!" call :McName !MM! rem Del 0 from begin day, np. 04 -> 4 if "!DD:~0,1!"=="0" set "DD=!DD:~1!" echo Last run: !DD! !MONTH! !YYYY!, !TIME! exit /b :McName if "%1"=="01" set "MONTH=stycznia" if "%1"=="02" set "MONTH=lutego" if "%1"=="03" set "MONTH=marca" if "%1"=="04" set "MONTH=kwietnia" if "%1"=="05" set "MONTH=maja" if "%1"=="06" set "MONTH=czerwca" if "%1"=="07" set "MONTH=lipca" if "%1"=="08" set "MONTH=sierpnia" if "%1"=="09" set "MONTH=wrzesnia" if "%1"=="10" set "MONTH=pazdziernika" if "%1"=="11" set "MONTH=listopada" if "%1"=="12" set "MONTH=grudnia" exit /b Edited May 4 by reboot12
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now