Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/binary/云游Win8注册类修复.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
reg query HKCR > 1.txt
for /f "tokens=1,2 delims=." %%a in (1.txt) do if %%a==HKEY_CLASSES_ROOT\AirViewHTML set id1=%%b
del 1.txt
reg delete HKCR\AirView.%id1%\.exe\shell\open\command /v DelegateExecute /f
reg delete HKCR\AirView.%id1%\.exe\shell\opennewwindow\command /v DelegateExecute /f
reg delete HKCR\AirViewHTML.%id1%\shell\open\command /v DelegateExecute /f
reg delete HKCR\AirView\.exe\shell\open\command /v DelegateExecute /f
reg delete HKCR\AirView\.exe\shell\opennewwindow\command /v DelegateExecute /f
reg delete HKCR\AirViewHTML\shell\open\command /v DelegateExecute /f
2 changes: 1 addition & 1 deletion src/chrome/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR=5
MINOR=0
BUILD=0
PATCH=2
PATCH=3
Loading