虛擬貨幣nuls
『壹』 vm虛擬機卸載後再次安裝時總是提示已經安裝過了!!怎麼回事!
我也安有vm6.0,我一個室友也是你這種情況,說已經安了。應該是注冊表沒清干凈,別用工具,z在搜索程序和文件里輸入regedit打開注冊表,搜索然後手動刪試試吧!
『貳』 win7創建虛擬wifi,手機連接成功,但就是上不了網!要怎麼解決
下載一個免費WiFi就可以啦,搞的那麼復雜干什麼。
『叄』 虛擬機安裝問題
@echo offecho 正在刪除虛擬網卡,請稍後……
:delete VM Network
start /wait vnetlib -- remove adapter vmnet1
start /wait vnetlib -- remove adapter vmnet2
start /wait vnetlib -- remove adapter vmnet3
start /wait vnetlib -- remove adapter vmnet4
start /wait vnetlib -- remove adapter vmnet5
start /wait vnetlib -- remove adapter vmnet6
start /wait vnetlib -- remove adapter vmnet7
start /wait vnetlib -- remove adapter vmnet8
start /wait vnetlib -- remove adapter vmnet9
regsvr32 /u /s vmappcfg.dll
regsvr32 /u /s vmappsdk.dll
regsvr32 /u /s vmdbCOM.dll:delservice
echo 正在刪除服務...
call :刪除服務 vmci
call :刪除服務 vmnetbridge
call :刪除服務 vmx86
call :刪除服務 VMnetAdapter
call :刪除服務 "VMware NAT Service"
call :刪除服務 VMnetDHCP
call :刪除服務 VMnetuserif
call :刪除服務 vmusb
call :刪除服務 hcmon
"%cd%\bridgeinstall.exe" -u vmware_bridge:delfile
echo 刪除安裝的文件....
call :刪除文件 %systemroot%\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmusb.sys
call :刪除文件 %systemroot%\system32\vmnetBridge.dll
call :刪除文件 %systemroot%\system32\vnetinst.dll:delconfig
echo 刪除配置文件....
rd "%APPDATA%\VMware" /q /s >nul 2>nul
rd "%AllUsersProfile%\Application Data\VMware" /q /s >nul 2>nul:delreg
echo 刪除注冊表....
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc." /f >nul 2>nul
reg delete "HKEY_CURRENT_USER\SOFTWARE\VMware, Inc." /f >nul 2>nul:deluser
echo 刪除用戶和用戶組...
net user __vmware_user__ /delete >nul 2>nul
net localgroup __vmware__ /delete >nul 2>nulpause>nul|echo 卸載完成......
goto :eof
:刪除文件
del /f /q "%*" >nul 2>nul
goto :eof
:刪除服務
net stop %* >nul 2>nul
sc delete %* >nul 2>nul
goto :eof黏貼到記事本,另存為X.bat雙擊打開就卸載掉了。
『肆』 卸載掉虛擬機VMware重新安裝時出現如下問題,請問該如何解決本人不慎感激!
使用下面的刪除腳本試試,復制下面全部內容,打開記事本粘貼,然後另存為 clear.cmd ,然後再把 clear.cmd 文件復制到 C:\Program Files\VMware\VMware Workstation 裡面雙擊運行,再重新啟動電腦,然後安裝試試。
@echo off
CLS
color 0a
echo 刪除 VMware Workstation
echo 取消DLL文件的注冊...
regsvr32 /u /s vmappcfg.dll"
regsvr32 /u /s vmappsdk.dll"
regsvr32 /u /s vmdbCOM.dll"
regsvr32 /u /s vmhwcfg.dll"
regsvr32 /u /s V2V\IntraProcessLogging.dll"
regsvr32 /u /s V2V\reconfig.dll"
regsvr32 /u /s V2V\vhdcvtcom.dll"
regsvr32 /u /s V2V\vmc2vmx.dll"
regsvr32 /u /s V2V\vpcCvt.dll"
echo 正在刪除虛擬網卡,請稍後……
:delete VM Network
start /wait vnetlib -- remove adapter vmnet1
start /wait vnetlib -- remove adapter vmnet8
start /wait vnetlib -- remove dhcp vmnet1
start /wait vnetlib -- remove dhcp vmnet8
start /wait vnetlib -- remove nat vmnet8
:delservice
echo 正在刪除服務...
call :刪除服務 vmnetbridge
call :刪除服務 VMAuthdService
call :刪除服務 vmx86
call :刪除服務 VMnetAdapter
call :刪除服務 "VMware NAT Service"
call :刪除服務 "VMnetDHCP"
call :刪除服務 VMnetuserif
call :刪除服務 hcmon
call :刪除服務 Vmparport
call :刪除服務 vstor2-ws60
call :刪除服務 vstor2
call :刪除服務 vmkbd
VMMount\vmount2.exe" /Unregserver
netcfg -u vmware_bridge
echo.
:delfile
echo 刪除安裝的文件....
call :刪除文件 %systemroot%\inf\vmnet.sys
call :刪除文件 %systemroot%\inf\vmnetBridge.dll
call :刪除文件 %systemroot%\inf\netbridge.inf
call :刪除文件 %systemroot%\inf\vmnetBridge.sys
call :刪除文件 %systemroot%\inf\vmusb.cat
call :刪除文件 %systemroot%\inf\vmusb.inf
call :刪除文件 %systemroot%\inf\vmusb.sys
call :刪除文件 %systemroot%\inf\netadapter.inf
call :刪除文件 %systemroot%\inf\vmnetAdapter.sys
call :刪除文件 %systemroot%\inf\vnetinst.dll
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmusb.sys
call :刪除文件 %systemroot%\system32\drivers\hcmon.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetuserif.sys
call :刪除文件 %systemroot%\system32\drivers\vmparport.sys
call :刪除文件 %systemroot%\system32\drivers\vmx86.sys
call :刪除文件 %systemroot%\system32\NETCFG.EXE
call :刪除文件 %systemroot%\system32\choice.exe
call :刪除文件 %systemroot%\system32\devcon.exe
::以下兩句刪除用戶的配置文件(即虛擬機文件)默認不刪除,需要刪除請將下面兩句前面的::去掉
::rd /s /q %APPDATA%\vmware
::rd /s /q "\Virtual Machines"
echo.
:delreg
echo 刪除注冊表....
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc." /f
:deluser
echo 刪除用戶__vmware_user__...
net user __vmware_user__ /delete
net localgroup __vmware__ /delete
pause>nul|echo 卸載完成......
goto :eof
:刪除文件
echo 正在刪除文件 %*
del /f /q "%*" >nul 2>nul
goto :eof
:刪除服務
echo 正在刪除服務 %*
net stop %* 2>nul
sc delete %*
goto :eof
pause
『伍』 怎麼刪除vmware虛擬機文件
把下面的存為bat文件,運行一下這個bat文件,再試著安裝一下看看 @echo off
CLS
color 0a
echo 取消DLL文件的注冊...
regsvr32 /u /s "%cd%/vmappcfg.dll"
regsvr32 /u /s "%cd%/vmappsdk.dll"
regsvr32 /u /s "%cd%/vmdbCOM.dll"
regsvr32 /u /s "%cd%/vmhwcfg.dll"
regsvr32 /u /s "%cd%\V2V\IntraProcessLogging.dll"
regsvr32 /u /s "%cd%\V2V\reconfig.dll"
regsvr32 /u /s "%cd%\V2V\vhdcvtcom.dll"
regsvr32 /u /s "%cd%\V2V\vmc2vmx.dll"
regsvr32 /u /s "%cd%\V2V\vpcCvt.dll"
echo 正在刪除虛擬網卡,請稍後……
:delete VM Network
start /wait vnetlib -- remove adapter vmnet1
start /wait vnetlib -- remove adapter vmnet8
start /wait vnetlib -- remove dhcp vmnet1
start /wait vnetlib -- remove dhcp vmnet8
start /wait vnetlib -- remove nat vmnet8
:delservice
echo 正在刪除服務...
call :刪除服務 vmnetbridge
call :刪除服務 VMAuthdService
call :刪除服務 vmx86
call :刪除服務 VMnetAdapter
call :刪除服務 "VMware NAT Service"
call :刪除服務 "VMnetDHCP"
call :刪除服務 VMnetuserif
call :刪除服務 hcmon
call :刪除服務 Vmparport
call :刪除服務 vstor2-ws60
call :刪除服務 vstor2
call :刪除服務 vmkbd
"%cd%\VMMount\vmount2.exe" /Unregserver
netcfg -u vmware_bridge
echo.
:delfile
echo 刪除安裝的文件....
call :刪除文件 %systemroot%\inf\vmnet.sys
call :刪除文件 %systemroot%\inf\vmnetBridge.dll
call :刪除文件 %systemroot%\inf\netbridge.inf
call :刪除文件 %systemroot%\inf\vmnetBridge.sys
call :刪除文件 %systemroot%\inf\vmusb.cat
call :刪除文件 %systemroot%\inf\vmusb.inf
call :刪除文件 %systemroot%\inf\vmusb.sys
call :刪除文件 %systemroot%\inf\netadapter.inf
call :刪除文件 %systemroot%\inf\vmnetAdapter.sys
call :刪除文件 %systemroot%\inf\vnetinst.dll
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmusb.sys
call :刪除文件 %systemroot%\system32\drivers\hcmon.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetuserif.sys
call :刪除文件 %systemroot%\system32\drivers\vmparport.sys
call :刪除文件 %systemroot%\system32\drivers\vmx86.sys
call :刪除文件 %systemroot%\system32\NETCFG.EXE
call :刪除文件 %systemroot%\system32\choice.exe
call :刪除文件 %systemroot%\system32\devcon.exe::以下兩句刪除用戶的配置文件(即虛擬機文件)默認不刪除,需要刪除請將下面兩句前面的::去掉
::rd /s /q %APPDATA%\vmware
::rd /s /q "\Virtual Machines"
echo.
:delreg
echo 刪除注冊表....
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc." /f
:deluser
echo 刪除用戶__vmware_user__...
net user __vmware_user__ /delete
net localgroup __vmware__ /deletepause>nul|echo 卸載完成......
goto :eof
:刪除文件
echo 正在刪除文件 %*
del /f /q "%*" >nul 2>nul
goto :eof
:刪除服務
echo 正在刪除服務 %*
net stop %* 2>nul
sc delete %*
goto :eof
『陸』 你好老師,最近我想了解一些有價值的數字貨幣,能否給我個建議
USDT可以,多少入手一點!
其他的你只能說,只要是新出的價位低的數字貨幣,你可以入手一點點!
『柒』 vmware 7.1.2卸載msi丟失。求虛擬機專用注冊表清理工具
將以下代碼保存到記事本後綴為.bat的文件執行。cls
@echo off
CLS
color 0a
echo 取消DLL文件的注冊…
regsvr32 /u /s 「%cd%/vmappcfg.dll」
regsvr32 /u /s 「%cd%/vmappsdk.dll」
regsvr32 /u /s 「%cd%/vmdbCOM.dll」
regsvr32 /u /s 「%cd%/vmhwcfg.dll」
regsvr32 /u /s 「%cd%\V2V\IntraProcessLogging.dll」
regsvr32 /u /s 「%cd%\V2V\reconfig.dll」
regsvr32 /u /s 「%cd%\V2V\vhdcvtcom.dll」
regsvr32 /u /s 「%cd%\V2V\vmc2vmx.dll」
regsvr32 /u /s 「%cd%\V2V\vpcCvt.dll」
echo 正在刪除虛擬網卡,請稍後……
:delete VM Network
start /wait vnetlib — remove adapter vmnet1
start /wait vnetlib — remove adapter vmnet8
start /wait vnetlib — remove dhcp vmnet1
start /wait vnetlib — remove dhcp vmnet8
start /wait vnetlib — remove nat vmnet8
:delservice
echo 正在刪除服務…
call :刪除服務 vmnetbridge
call :刪除服務 VMAuthdService
call :刪除服務 vmx86
call :刪除服務 VMnetAdapter
call :刪除服務 「VMware NAT Service」
call :刪除服務 「VMnetDHCP」
call :刪除服務 VMnetuserif
call :刪除服務 hcmon
call :刪除服務 Vmparport
call :刪除服務 vstor2-ws60
call :刪除服務 vstor2
call :刪除服務 vmkbd
「%cd%\VMMount\vmount2.exe」 /Unregserver
netcfg -u vmware_bridge
echo.
:delfile
echo 刪除安裝的文件….
call :刪除文件 %systemroot%\inf\vmnet.sys
call :刪除文件 %systemroot%\inf\vmnetBridge.dll
call :刪除文件 %systemroot%\inf\netbridge.inf
call :刪除文件 %systemroot%\inf\vmnetBridge.sys
call :刪除文件 %systemroot%\inf\vmusb.cat
call :刪除文件 %systemroot%\inf\vmusb.inf
call :刪除文件 %systemroot%\inf\vmusb.sys
call :刪除文件 %systemroot%\inf\netadapter.inf
call :刪除文件 %systemroot%\inf\vmnetAdapter.sys
call :刪除文件 %systemroot%\inf\vnetinst.dll
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmusb.sys
call :刪除文件 %systemroot%\system32\drivers\hcmon.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetuserif.sys
call :刪除文件 %systemroot%\system32\drivers\vmparport.sys
call :刪除文件 %systemroot%\system32\drivers\vmx86.sys
call :刪除文件 %systemroot%\system32\NETCFG.EXE
call :刪除文件 %systemroot%\system32\choice.exe
call :刪除文件 %systemroot%\system32\devcon.exe::以下兩句刪除用戶的配置文件(即虛擬機文件)默認不刪除,需要刪除請將下面兩句前面的::去掉
::rd /s /q %APPDATA%\vmware
::rd /s /q 「\Virtual Machines」
echo.
:delreg
echo 刪除注冊表….
reg delete 「HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.」 /f
:deluser
echo 刪除用戶__vmware_user__…
net user __vmware_user__ /delete
net localgroup __vmware__ /deletepause>nul|echo 卸載完成……
goto :eof
:刪除文件
echo 正在刪除文件 %*
del /f /q 「%*」 >nul 2>nul
goto :eof
:刪除服務
echo 正在刪除服務 %*
net stop %* 2>nul
sc delete %*
goto :eof
『捌』 Win7怎麼卸載虛擬機 win7卸載虛擬機的方法
復制下面內容,粘貼到記事本中,另存為 clear.cmd ,然後在 clear.cmd 上按右鍵,選擇「以管理員身份運行」。運行完成後再安裝 VMware 試試。 @echo off
CLS
color 0a
echo 刪除 VMware Workstation ,支持刪除 64位系統中安裝的 VMware Workstation
echo 取消DLL文件的注冊...
regsvr32 /u /s vmappcfg.dll"
regsvr32 /u /s vmappsdk.dll"
regsvr32 /u /s vmdbCOM.dll"
regsvr32 /u /s vmhwcfg.dll"
regsvr32 /u /s V2V\IntraProcessLogging.dll"
regsvr32 /u /s V2V\reconfig.dll"
regsvr32 /u /s V2V\vhdcvtcom.dll"
regsvr32 /u /s V2V\vmc2vmx.dll"
regsvr32 /u /s V2V\vpcCvt.dll"
echo 正在刪除虛擬網卡,請稍後……
:delete VM Network
start /wait vnetlib -- remove adapter vmnet1
start /wait vnetlib -- remove adapter vmnet8
start /wait vnetlib -- remove dhcp vmnet1
start /wait vnetlib -- remove dhcp vmnet8
start /wait vnetlib -- remove nat vmnet8
:delservice
echo 正在刪除服務...
call :刪除服務 vmnetbridge
call :刪除服務 VMAuthdService
call :刪除服務 vmx86
call :刪除服務 VMnetAdapter
call :刪除服務 "VMware NAT Service"
call :刪除服務 "VMnetDHCP"
call :刪除服務 VMnetuserif
call :刪除服務 hcmon
call :刪除服務 Vmparport
call :刪除服務 vstor2-ws60
call :刪除服務 vstor2
call :刪除服務 vmkbd
VMMount\vmount2.exe" /Unregserver
netcfg -u vmware_bridge
echo.
:delfile
echo 刪除安裝的文件....
call :刪除文件 %systemroot%\inf\vmnet.sys
call :刪除文件 %systemroot%\inf\vmnetBridge.dll
call :刪除文件 %systemroot%\inf\netbridge.inf
call :刪除文件 %systemroot%\inf\vmnetBridge.sys
call :刪除文件 %systemroot%\inf\vmusb.cat
call :刪除文件 %systemroot%\inf\vmusb.inf
call :刪除文件 %systemroot%\inf\vmusb.sys
call :刪除文件 %systemroot%\inf\netadapter.inf
call :刪除文件 %systemroot%\inf\vmnetAdapter.sys
call :刪除文件 %systemroot%\inf\vnetinst.dll
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\lastgood\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\drivers\vmusb.sys
call :刪除文件 %systemroot%\system32\drivers\hcmon.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetuserif.sys
call :刪除文件 %systemroot%\system32\drivers\vmparport.sys
call :刪除文件 %systemroot%\system32\drivers\vmx86.sys
call :刪除文件 %systemroot%\system32\NETCFG.EXE
call :刪除文件 %systemroot%\system32\choice.exe
call :刪除文件 %systemroot%\system32\devcon.exe::以下兩句刪除用戶的配置文件(即虛擬機文件)默認不刪除,需要刪除請將下面兩句前面的::去掉
::rd /s /q %APPDATA%\vmware
::rd /s /q "\Virtual Machines"
echo.
:delreg
echo 刪除注冊表....
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc." /f
echo 刪除 64位系統注冊表....
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VMware, Inc." /f
:deluser
echo 刪除用戶__vmware_user__...
net user __vmware_user__ /delete
net localgroup __vmware__ /deletepause>nul|echo 卸載完成......
goto :eof
:刪除文件
echo 正在刪除文件 %*
del /f /q "%*" >nul 2>nul
goto :eof
:刪除服務
echo 正在刪除服務 %*
net stop %* 2>nul
sc delete %*
goto :eof
pause
『玖』 WM創建的虛擬機無法打開
我給個完全卸載虛擬機的代碼,新建一個txt的文本,你復制粘貼到文本里改成.bat格式,然後雙擊運行
@echo off
cls
color 0a
echo.
echo VMware 綠色精簡版
echo.
echo.
echo 即將進行卸載,是否要繼續......
echo.
echo ---------------------------------------------------------------------------
echo.
SET /P ST= 請輸入 Y (繼續安裝)或 N (退出安裝):
echo.
if /I "%ST%"=="Y" goto ST
if /I "%ST%"=="N" goto EX
goto EX
:ST
echo 正在刪除虛擬網卡,請稍後……
:delete VM Network
start /wait vnetlib -- remove adapter vmnet1
start /wait vnetlib -- remove adapter vmnet2
start /wait vnetlib -- remove adapter vmnet3
start /wait vnetlib -- remove adapter vmnet4
start /wait vnetlib -- remove adapter vmnet5
start /wait vnetlib -- remove adapter vmnet6
start /wait vnetlib -- remove adapter vmnet7
start /wait vnetlib -- remove adapter vmnet8
start /wait vnetlib -- remove adapter vmnet9
regsvr32 /u /s vmappcfg.dll
regsvr32 /u /s vmappsdk.dll
regsvr32 /u /s vmdbCOM.dll
:delservice
echo 正在刪除服務...
call :刪除服務 vmci
call :刪除服務 vmnetbridge
call :刪除服務 vmx86
call :刪除服務 VMnetAdapter
call :刪除服務 "VMware NAT Service"
call :刪除服務 VMnetDHCP
call :刪除服務 VMnetuserif
call :刪除服務 vmusb
call :刪除服務 hcmon
"%cd%\bridgeinstall.exe" -u vmware_bridge
:delfile
echo 刪除安裝的文件....
call :刪除文件 %systemroot%\system32\drivers\vmnetadapter.sys
call :刪除文件 %systemroot%\system32\drivers\vmnet.sys
call :刪除文件 %systemroot%\system32\drivers\vmnetbridge.sys
call :刪除文件 %systemroot%\system32\vmnetBridge.dll
call :刪除文件 %systemroot%\system32\vnetinst.dll
del /f /q %systemroot%\inf\vmusb.cat
del /f /q %systemroot%\inf\vmusb.inf
del /f /q %systemroot%\inf\vmusb.sys
del /f /q %systemroot%\inf\VMUSB.PNF
del /f /q %systemroot%\system32\drivers\vmusb.sys
:delreg
echo 刪除注冊表....
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc." /f >nul 2>nul
reg delete "HKEY_CURRENT_USER\SOFTWARE\VMware, Inc." /f >nul 2>nul
:deluser
echo 刪除用戶和用戶組...
net user __vmware_user__ /delete >nul 2>nul
net localgroup __vmware__ /delete >nul 2>nul
pause>nul|echo 卸載完成......
goto :eof
:刪除文件
del /f /q "%*" >nul 2>nul
goto :eof
:刪除服務
net stop %* >nul 2>nul
sc delete %* >nul 2>nul
goto :eof
管用後給分,謝謝採納
『拾』 虛擬機安裝不進
找個綠色版虛擬機,運行裡面卸載文件(批處理),便能卸載以前的虛擬機文件,
64位的win7系統要支持64位的綠色版虛擬機,7.1.3、7.1.4都行。
虛擬機是好東西,但完整版越來越大,安裝也麻煩,64位及win7環境下我沒試過,
32位XP環境下用綠色版虛擬機很正常、很方便、很強大!!!
我博客中一篇文章有虛擬機介紹末尾有32位的綠色版虛擬機下載地址:
http://hi..com/%D2%D7%B9%E3%B0%D7/blog/item/c5a5c5cc86c8811892457ecf.html