win7沒有鎖定到工作列問題解決

2021-05-23 21:28:58 字數 696 閱讀 9588

@echo off

color 02

echo 請選擇要執行的操作(1-刪除,2-恢復,3-退出)

set choice=

set /p choice=請選擇(1/2/3)按回車執行:

if /i '%choice%'=='1' goto a

if /i '%choice%'=='2' goto b

if /i '%choice%'=='3' goto end

:areg delete hkey_classes_root/piffile /v isshortcut /f

reg delete hkey_classes_root/lnkfile /v isshortcut /f

taskkill /f /im explorer.exe

cl***plorer.exe

:breg 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

cl***plorer.exe

:end

exit

將以上**複製,儲存為1.bat 執行後即可解決win7工作列右鍵裡沒有鎖定到工作列項問題。

把程式鎖定到Win7工作列

把程式鎖定到win7工作列 問題點數 20分 樓主發表於 2011 10 26 16 26 48 本功借鑑妖哥的blog dotnetframework 3.5,如果是2.0的話需要把system.linq去掉 c 版 win7taskbar類 c code using system using s...

右鍵點選工作列程式沒有鎖定選單

最近由極速瀏覽器轉換到火狐瀏覽器,但是發現火狐瀏覽器不能鎖定到工作列,找了很多資料,下面的方式親試有效。一 開始 所有程式 附件 右鍵點選 命令提示符 以管理員身份執行。二 在管理員命令提示符視窗中,再次輸入該命令 先複製此命令,再右鍵點選空白處貼上 cmd k reg add hkey class...

C 實現將程式鎖定到Win7工作列的方法

win7taskbar類 using system using system.collections.generic using system.text using shell32 using system.io namespace testwin7taskbar return false 呼叫方法...