Copy_and_Paste
disable live taskbar previews in Windows 7
프로세스 천국
2013. 3. 22. 02:04
이 기능을 없애는 방법이 있는데 (DisablePreviewDesktop = 1 로) 이게 먹히질 않아서 딜레이를 주는것으로 해결.
마우스를 한곳에 60초동안 두어야만 팝업된다.
echo Start
echo default system32 directory & cd %windir% & cd system32
echo 002 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f
echo 003 & reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ExtendedUIHoverTime" /t REG_DWORD /d "60000" /f
echo End