원하는 폴더에서 검색창에 "cmd" 입력하면 아래 cmd 창이 열림
1. 파일명만 저장( dir /b > 파일명.txt)
- 결과
2. 파일명과 경로 저장(dir /b/s > 파일명.txt)
- 결과
'기타' 카테고리의 다른 글
크롬원격데스크탑 설치오류 해결 (0) | 2022.09.25 |
---|
원하는 폴더에서 검색창에 "cmd" 입력하면 아래 cmd 창이 열림
1. 파일명만 저장( dir /b > 파일명.txt)
- 결과
2. 파일명과 경로 저장(dir /b/s > 파일명.txt)
- 결과
크롬원격데스크탑 설치오류 해결 (0) | 2022.09.25 |
---|
위 오류가 뜰때
MS troubleshooter로 기존 설치되어 있는 크롬원격데스크탑을 삭제 후 재설치하면 됨
삭제 절차는 다음과 같음
1. 아래 링크에서 다운받아 실행(마이크로소프트 사이트)
Fix problems that block programs from being installed or removed
The Program Install and Uninstall troubleshooter helps you automatically repair issues when you're blocked from installing or removing programs. It also fixes corrupted registry keys. First, you'll need to download the troubleshooter. Download troublesho
support.microsoft.com
2. 아래 빨간색 표기된 링크 클릭하여 다운/실행
3. "제거" 선택
4. "Chrome Remote Desktop Host" 선택 다음
5. 삭제 완료 이후 크롬에서 재설치
파일명과 경로 텍스트파일로 저장하기 (1) | 2023.10.28 |
---|
제어판 - Windows Update에서 업데이트 시 코드 808050800c 오류 발생 시
제어판 - Windows Defender에서 Update 실행하면 됨
win7 home버전 원격데스크탑 설정 (0) | 2015.09.23 |
---|---|
윈도우 프로그램 서비스 등록 (0) | 2015.01.15 |
윈도우7 업데이트 오류 (0) | 2014.07.10 |
윈도우7 administrator 활성화 (0) | 2014.07.10 |
mysql>create user 'root'@'%' identified by 'root';
mysql>grant all privileges on *.* to 'root'@'%' with grant option;
%에 허용하고자 하는 ip 넣으면 됨
MYSQL caching_sha2_password 오류 (0) | 2019.03.20 |
---|---|
MSSQL - Reporting Services Catalog Database File Existence Failed (0) | 2014.07.04 |
MSSQL dump (0) | 2014.07.02 |
mysql workbench error code: 1175 (0) | 2014.05.26 |
ms-sql server2008 백업데이터 import (0) | 2014.05.08 |
민원24 인쇄 Toner Low (0) | 2019.01.28 |
---|
관리자 권한으로 실행하면 해결~
델파이 설치 횟수 늘리는 방법 (0) | 2019.01.24 |
---|---|
Unable to rename 'c:\program files\borland\delphi7\bin\delphi32.$$$' to c:\progrom files\borland\delphi7\bin\delphi32.dro' (0) | 2019.01.22 |
DateTimePicker date에 null값 넣기 (0) | 2015.07.10 |
Devexpress tdxbar 팝업메뉴 보이지 않게 하기 (0) | 2015.06.19 |
UAC 관리자 권한상승 (0) | 2015.05.13 |
Windows 10 / MYSQL 8.0 / Delphi XE2 / Zeos Component
- MYSQL 5 버전에서는 나지 않던 오류
- 기존 Authentication Type이 SHA256 Password 였던 것을 Standard로 변경하면 됨
(MYSQL Workbench에서 Users and Privileges 메뉴에서는 해당 콤보박스가 비활성화 되어 있음)
- MYSQL 커맨드창에서 다음과 같이 패스워드를 변경하면 처리됨
MYSQL> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '변경할 패스워드';
mysql 원격접속 권한 허용 (0) | 2019.06.09 |
---|---|
MSSQL - Reporting Services Catalog Database File Existence Failed (0) | 2014.07.04 |
MSSQL dump (0) | 2014.07.02 |
mysql workbench error code: 1175 (0) | 2014.05.26 |
ms-sql server2008 백업데이터 import (0) | 2014.05.08 |
민원 24에서 인쇄시 Toner Low로 출력이 안될 경우
제어판 - 장치 및 프린터 - 프린터속성(해당 프린터에서 마우스 오른쪽)
SNMP 체크해제하면 정상 출력됨
크롬원격데스크톱 오류 (0) | 2019.05.09 |
---|
델파이7 InitCC32.exe 엑세스가 거부되었습니다 (0) | 2019.03.28 |
---|---|
Unable to rename 'c:\program files\borland\delphi7\bin\delphi32.$$$' to c:\progrom files\borland\delphi7\bin\delphi32.dro' (0) | 2019.01.22 |
DateTimePicker date에 null값 넣기 (0) | 2015.07.10 |
Devexpress tdxbar 팝업메뉴 보이지 않게 하기 (0) | 2015.06.19 |
UAC 관리자 권한상승 (0) | 2015.05.13 |
Windows7에서 Delphi7 설치 후 실행시 아래와 같은 오류발생!!
Unable to rename 'c:\program files\borland\delphi7\bin\delphi32.$$$' to c:\progrom files\borland\delphi7\bin\delphi32.dro'
64Bit라 뜨는 오류인가 했는데
관리자 권한 문제
관리자 권한으로 실행하면 해결
델파이7 InitCC32.exe 엑세스가 거부되었습니다 (0) | 2019.03.28 |
---|---|
델파이 설치 횟수 늘리는 방법 (0) | 2019.01.24 |
DateTimePicker date에 null값 넣기 (0) | 2015.07.10 |
Devexpress tdxbar 팝업메뉴 보이지 않게 하기 (0) | 2015.06.19 |
UAC 관리자 권한상승 (0) | 2015.05.13 |