欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

用批處理去掉快捷方式上的小箭頭圖案的代碼

 更新時間:2011年11月21日 22:21:12   作者:  
用批處理去掉快捷方式上的小箭頭圖案的代碼,需要的朋友可以參考下。
復(fù)制代碼 代碼如下:

@echo off
color 02
echo 請選擇要執(zhí)行的操作(1-刪除,2-恢復(fù),3-退出)
set choice=
set /p choice=請選擇(1/2/3)按回車執(zhí)行:
if /i '%choice%'=='1' goto a
if /i '%choice%'=='2' goto b
if /i '%choice%'=='3' goto end
:a
reg delete HKEY_CLASSES_ROOT\piffile /v IsShortcut /f
reg delete HKEY_CLASSES_ROOT\lnkfile /v IsShortcut /f
taskkill /f /im explorer.exe
cls
explorer.exe
:b
reg add HKEY_CLASSES_ROOT\lnkfile /v IsShortcut /t REG_SZ /f
reg add HKEY_CLASSES_ROOT\piffile /v IsShortcut /t REG_SZ /f
taskkill /f /im explorer.exe
cls
explorer.exe
:end
exit

制到記事本
文件后綴改為“ .bat "
雙擊運行 選擇1刪除 2恢復(fù)

相關(guān)文章

最新評論