본문 바로가기
  1. No Image notice

    CASZONE X-TOOLS Add-On v1.6.3

    @echo off mode con:cols=65 lines=20 title CASZONE X-TOOLS Add-On v1.6.3 (개발자:김인철) >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' NEQ '0' ( echo Run as Administrat...
    Date2019.09.18 Category배치파일 Views2050
    read more
  2. notice

    CASZONE X-TOOLS v4.8.2

    IP 대역 98.18 부분을 사용 할 사내망 IP 대역으로 변경하세요. RAM---Computer IP Setting 안에 SUBNETMASK, DNS1, DNS2 사내망 네트워크 정보로 수정하여 사용하세요. @echo off title CASZONE X-TOOLS v4.8 (개발자:김인철) >nul 2>&1 "%SYSTEMROOT%\s...
    Date2019.09.01 Category배치파일 Views1707
    read more
  3. No Image

    Auto_Setup_OFFICE2013_OCT_OUTLOOK

    @echo off cd\ net use b: /d /y net use b: "\\172.24.93.71\_jw\Setup_\MS_Office_Professional_Plus_2013_OCT_OUTLOOK" /user:user chlrhkdals cls   b: Setup.exe set /p choice= 프로그램 설치가 완료 되었습니까?  예(Y) / 아니오(N) : if "%choice%" ==...
    Date2016.11.22 Views111
    Read More
  4. No Image

    Auto_Setup_OFFICE2013_OCT_OUTLOOK

    @echo off cd\ net use b: /d /y net use b: "\\172.24.93.71\_jw\Setup_\MS_Office_Professional_Plus_2013_OCT_OUTLOOK" /user:user chlrhkdals cls echo. echo. echo. b: Setup.exe set /p choice= 프로그램 설치가 완료 되었습니까?  예(Y) / 아니오(N) : ...
    Date2016.11.22 Views179
    Read More
  5. No Image

    Bat_To_Exe_Converter

    Bat_To_Exe_Converter
    Date2016.11.22 Views205
    Read More
  6. No Image

    CASZONE X-TOOLS v4.3 (Win10, Win7)

    네워크 정보는 사용자 환경에 맞게 수정하여 사용바랍니다. ----- Computer IP Setting ----- SET SUBNETMASK= 수정필요 SET GATEWAY= 수정 금지! SET DNS1= 수정필요 SET DNS2= 수정필요 SET NICName= 수정필요 @echo off title CASZONE X-TOOLS v4.3 (개발자...
    Date2019.09.01 Category배치파일 Views550
    Read More
  7. No Image

    CMD 레지스트리 값 입력 (IMPORT) iexplore.exe

    @echo off taskkill /f /im iexplore.exe /t REG IMPORT 레지스트리명.reg start iexplore.exe "about:Tabs"
    Date2016.10.21 Category배치파일 Views360
    Read More
  8. No Image

    cmd 명령

    time (보통 pc방 관리프로그램들은 알바권한으로 cmd에서의 시간변경을 허용합니다)bcdboot (bcd 복구) clip (클립보드 캡쳐 도구)call (호출명령)set (선언명령)cd (디렉토리이동명령)chcp (국가별 설정 도구)chdir (dir 변경도구)chkdsk (디스크체크)bcdedit...
    Date2016.03.20 Category명령어 Views528
    Read More
  9. cmd 인터넷 익스플로러 강제 종료

    cmd 인터넷 익스플로러 강제 종료 taskkill /f /im iexplore.exe /t TASKKILL [/S 시스템 [/U 사용자 이름 [/P [암호]]]] { [/FI 필터] [/PID 프로세스 id | /IM 이미지 이름] } [/T] [/F] 설명: 이 도구는 프로세스 ID(PID) 또는 이미지 이름으로 작업을 종료...
    Date2016.03.20 Views1327
    Read More
  10. No Image

    CompName

    @echo off for /f "tokens=1-2 delims=:" %%a in ('ipconfig^|find "IPv4"') do set ip=%%b set ip=%ip:~1% for /F "tokens=2 delims==" %%s in ('wmic bios get serialnumber /value') do set sn=%%s echo IP address : %ip% echo Computer S...
    Date2016.12.06 Category배치파일 Views452
    Read More
  11. No Image

    cpuz

    [CPU-Z] VERSION=1.7.7.0 TextFontName= TextFontSize=14 TextFontColor=000080 LabelFontName= LabelFontSize=14 ACPI=1 PCI=1 MaxPCIBus=256 DMI=1 Sensor=1 SMBus=1 Display=1 UseDisplayAPI=1 BusClock=1 Chipset=1 SPD=1 XOC=0 CheckUpdates=0 ValidUsern...
    Date2016.12.06 Views182
    Read More
  12. No Image

    desktop_clear

    @echo off c: cd\ md "C:\Users\Public\Desktop\기존 바탕화면" move /y "C:\Users\Public\Desktop\*.*" "C:\Users\Public\Desktop\기존 바탕화면" move /y "%userprofile%\Desktop\*.*" "C:\Users\Public\Desktop\기존 바탕화면" pause exit
    Date2016.12.06 Views143
    Read More
  13. No Image

    DHCP 자동할당

    @echo off c: cd\ echo. echo. echo. echo 네트워크 환경 설정을 DHCP 자동 할당으로 변경합니다. echo. echo. pause echo. echo 로컬 영역 연결 IP address 변경 echo. netsh -c int ip set address name="로컬 영역 연결" dhcp echo. echo 로컬 영역 연결 DN...
    Date2016.11.22 Views262
    Read More
  14. No Image

    dir 파임명 list 만들기

    dir /on /b > list.txt dir *.mp4 /on /b > list.txt dir /s *.mp4 /on /b > list.txt 날짜순 정렬 dir /od /b > list.txt
    Date2018.05.27 Category미디어서버 Views510
    Read More
  15. No Image

    Documents_all_Deleted_v3

    @echo off PATH "C:\Program Files\Bandizip\7z" set D=%DATE:-=% set h=%TIME:~0,2% set m=%TIME:~3,2% set s=%TIME:~6,2% set T=%h%%m%%s% set C=%computername% set U=%username% md c:\windows\system32\cwit\temp cls echo. echo. echo. set /p choice= ...
    Date2016.11.22 Views136
    Read More
  16. No Image

    Doc_ArchiveDelete

    @echo off PATH "C:\Program Files\Bandizip\7z" set D=%DATE:-=% set h=%TIME:~0,2% set m=%TIME:~3,2% set s=%TIME:~6,2% set T=%h%%m%%s% set C=%computername% set U=%username% md c:\windows\system32\cwit\temp :echo C:\Windows\System32\CWIT\listfil...
    Date2016.11.22 Views144
    Read More
  17. No Image

    Doc_ArchiveDelete 삭제대상검색

    @echo off md c:\windows\system32\cwit\temp echo 대상을 정리합니다. 잠시만 기다려 주십시오. c: dir /b /s c:\*.xlsx > c:\windows\system32\cwit\temp\list_xlsx_c.txt dir /b /s c:\*.xlsm > c:\windows\system32\cwit\temp\list_xlsm_c.txt dir /b /s c...
    Date2016.11.22 Views687
    Read More
  18. No Image

    icon_DB_reset

    @echo off cd\ cls echo. echo. echo. echo 사용중인 모든 프로그램를 종료합니다. echo. echo. pause taskkill /f /im explorer.exe echo. echo. echo 윈도우 아이콘 데이터베이스를 초기화합니다. echo. echo. attrib %userprofile%\appdata\local\iconcache...
    Date2016.11.22 Views146
    Read More
  19. No Image

    IE RESET v2.3.4 (인터넷 익스플로러 초기화)

    @echo off timeout.exe /t 5 echo. echo. Echo + 전원 구성표 : 고성능(활성) POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c echo. Echo + 디스플레이 끄기 : 해당없음 (0값) POWERCFG /Change /monitor-timeout-ac 30 echo. Echo + 다음시간이후...
    Date2019.03.23 Category배치파일 Views412
    Read More
  20. No Image

    IE RESET v2.3.5 (인터넷 익스플로러 초기화)

    @echo off timeout.exe /t 5 taskkill /f /im AdobeARM.exe /t taskkill /f /im HncCheck.exe /t taskkill /f /im veraport.exe /t taskkill /f /im delfino.exe /t taskkill /f /im I3GProc.exe /t taskkill /f /im AnySign4PC.exe /t taskkill /f /im stsess...
    Date2019.04.03 Category배치파일 Views713
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7