Copy_and_Paste

disable ie zoom in out

프로세스 천국 2013. 4. 28. 06:43

copy and paste

 

echo ######################################################################
echo Created by Windowexe.com , WindowexeRegToBat
echo ######################################################################
echo Start
echo default system32 directory & cd %windir% & cd system32
echo 001 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\ZOOM" /f
echo 002 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\ZOOM" /v "ZoomDisabled" /t REG_DWORD /d "1" /f
echo End
echo ######################################################################
echo Created by Windowexe.com , WindowexeRegToBat
echo ######################################################################