Download of guirentong blockchain
The law of blockchain is not perfect, and whether Guiren chain is legal and deceptive remains to be verified. You can ask the people's police of the public security organ for assistance in identification or verification. The investigation conclusion of public security organs is the most authoritative. The national unified report telephone number is 110
it is worth noting that Guizhou Guiren big data blockchain Instry Development Co., Ltd. was listed in the list of abnormal operations by the instry and Commerce Bureau on February 28 this year because it was unable to contact through the registered place of business
at present, the state has banned the issuance of crypto digital currency, so it is impossible for any government background digital currency to exist. The right to issue currency is firmly in the hands of the central bank. This company is at most a second-class liquor dealer, and it may not necessarily sell real liquor. We can't judge the authenticity of liquor. What we can judge is that the noble currency is worthless, There is no so-called national background, and there is no Maotai distillery's participation, so don't buy wine because of this kind of virtual currency
extended information:
under the banner of "financial innovation" and "blockchain", some lawless elements absorb funds by issuing so-called "virtual currency", "virtual assets" and "digital assets", thus infringing the legitimate rights and interests of the public
in this regard, the State Administration of market supervision, together with many ministries and commissions, jointly issued the risk warning on preventing illegal fund-raising in the name of "virtual currency" and "blockchain"
according to the analysis of tips, such activities are not really based on the blockchain technology, but the fact of hyping the blockchain concept line to illegally raise funds, pyramid schemes and defraud, which mainly have the following characteristics:
first, the obvious networking and cross-border. Relying on the Internet and chat tools for transactions, and using online payment tools to balance funds, the risks spread widely and spread quickly. Some indivials claim in the chat tool group that they have obtained the investment quota of overseas high-quality blockchain projects and can invest on their behalf, which is most likely fraud. Most of these illegal funds flow overseas, which makes it very difficult to supervise and trace
Second, deception, temptation and concealment are strong. They use hot concepts to hype, fabricate various "tall and tall" theories, and some also use celebrity "big V" platforms to publicize. They use airdrop "candy" as temptation to claim that "currency value only rises but not falls", "investment cycle is short, income is high, and risk is low", which has strong bewitching
Thirdly, there are many kinds of illegal risks. Through public publicity, criminals use "static income" (currency appreciation profit) and "dynamic income" (development offline profit) as t to attract public investment, lure investors and development personnel to join, and constantly expand the fund pool, which is characterized by illegal fund-raising, pyramid selling, fraud and other illegal behaviorsit's against the law if you don't have the right to send it out. Do you think it's cheating?
both guirentong and guirencoin are based on decentralized, P2P network technology, distributed accounting, consensus mechanism technology and tamper proof smart contract
based on the entity, five supports and nine application scenarios, guirencoin develops regions horizontally, connects instries vertically, realizes circulation in the deep integration and accurate docking of network and reality, and achieves stable value growth of guirencoin.
@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