DOS Command to remove shortcut arrow and add open command window here
@echo off
echo.
echo Removing shortcut arrow and adding open command window here
REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%windir%\System32\shell32.dll,-50" /f >nul
REG DELETE "HKCR\Directory\shell\cmd" /v Extended /f >nul
REG DELETE "HKCR\Directory\Background\shell\cmd" /v Extended /f >nul
REG DELETE "HKCR\Drive\shell\cmd" /v Extended /f >nul
echo Alterted regedit
echo.
echo Restarting explorer
taskkill /f /im explorer.exe >nul
start explorer.exe
echo Restarted explorer
echo.
pause
相关推荐
laisean 2020-11-11
Julyth 2020-10-16
laisean 2020-09-27
flycappuccino 2020-09-27
liguojia 2020-09-27
87201442 2020-10-15
MXstudying 2020-09-05
WasteLand 2020-09-15
<?php. if (!empty($_POST)) {. $data1 = $_POST["data1"];$data2 = $_POST["data2"];$fuhao = $_POST["fuh
mathchao 2020-09-15
tvk 2020-07-30
Zaratustra 2020-07-29
zhaowj00 2020-07-26
Zaratustra 2020-06-26
ldcwang 2020-06-25
拿什么来拯救自己 2020-06-21
IsanaYashiro 2020-06-16
赵家小少爷 2020-06-14
大牛牛 2020-06-14