엑셀 협업을 위해 공동 편집을 설정하는 방법 엑셀 > 메뉴 | 검토 탭 > 통합 문서 공유 통합문서공유 팝업 > 편집 탭 > '여러 사용자가 동시에 변경할 수 있으며 통합 문서병합 가능' 체크 다른이름저장 공유폴더에 공유 설정 엑셀 파일 저장 엑셀 협업, 엑셀 통합문서공유, 공동 작성, 동시 편집, 문서 취합, 같이 작업하기 http://neweducation2.tistory.com/1496 **** Office 365 로 전환하면 모든 기능을 사용하는 공동편집과 협업이 가능합니다. ****
기업에서 윈도우 & 모바일 기기의 정보보호와 유출 방지를 위해 별도의 고가 솔루션을 사용하는데 Client PC가 Windows 10 이라면 기본 기능인 WIP(Windows Information Protection) & Applocker를 이용하여 정보보호와 데이터 유출을 관리해보는 것이 좋을 것 같다.Apploker 는 Windows 7 Ent 에도 적용이 가능하다. 1. AppLocker 기술 개요 https://technet.microsoft.com/library/hh831440.aspx 2. Services.msc(서비스) - Configure the Application Identity service https://docs.microsoft.com/en-us/windows/security/th..
마이크로소프트 엡 스토어 다운로드 및 설치 기능 On/Off HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore AutoDownload DWORD delete DWORD = default 2 = always off 4 = always on Here is a link for reference: Store Update Apps Automatically - Turn On or Off in Windows 10 http://www.tenforums.com/tutorials/6664-store-update-apps-automatically-turn-off-windows-10-a.html AutoDownload REG_DWORD 2DisableStoreApps ..
폴더를 다른 폴더로 복사 하 고 해당 사용 권한을 유지 하는 방법 참고: 파일 및 폴더 복사 대상 폴더에 대 한 쓰기 권한이 있어야 합니다. Xcopy 명령을 사용 하여 /O/X/E/H/K 전환할 파일을 복사 하 고 특히 파일 또는 파일 적용 된 기존 권한을 유지 합니다. 이러한 스위치에는 다음과 같은 효과. /E -복사본 폴더와 하위 폴더를 비롯 한 빈. /H -숨겨진 복사본 및 시스템 파일도 있습니다. /K -특성을 복사 합니다. 일반적으로 Xcopy 읽기 전용 특성을 다시 설정합니다. /O -파일 소유권과 ACL 정보를 복사 합니다. /X -복사본 파일 감사 설정 ( /O의미). 참고:이 여기서 상속 된 사용 권한을 재정의 하지 않습니다. Xcopy 명령을 사용 하 여 사용 하는 경우는 /O /X ..
Robocopy는 대량의 파일 복사에 유용한 도구이다. 복사뿐 아니라 특정 폴더 하위의 파일 비교에도 사용할 수 있다. 파일이 많고, 폴더 구조 역시 복잡하게 구성된 상태의 파일을 비교하기 위해 아래와 같은 명령으로 파일의 추가/삭제 여부를 추출할 수 있으니 참고하시기 바랍니다. robocopy 소스폴더 비교폴더 /e /l /ns /njs /njh /ndl /fp /log:compare.txt /e Recurse through sub-directories (including empty ones) /l Don’t modify or copy files, log differences only /fp Include the full path of files in log (only necessary if you o..
Private Sub Document_Close() Application.Quit SaveChanges:=wdSaveChanges, OriginalFormat:=wdWordDocument 'ActiveDocument.Close SaveChanges:=wdDoNotSaveChanges Exit Sub End Sub Private Sub Document_Open()If FileExists("C:\Client\1234.txt") = 1 Then MsgBox "파일 있음 / 내부", vbInformation, "Security Policy" Else MsgBox "파일 없음 / 외부", vbInformation, "Security Policy" Call Document_Close End If End Sub Fu..
[시스템 오류] "컴퓨터에 mfc140u.dll이(가) 없어 프로그램을 시작할 수 없습니다.프로그램을 다시 설치하여 이 문제를 해결하십시오 문제는 라이선스가 있다면 Visual Studio를 설치해주면 해결되겠지만라이선스사 없다면 운영체제에 맞는 32bit, 64bit 용 Visual Studio Redistributable 패키지 다운로드하여 설치하면 됩니다. Visual Studio Redistributable 패키지 다운로드https://www.microsoft.com/ko-kr/download/details.aspx?id=48145
Windows 10 시작 프로그램 확인방법 1. 윈도우키 + R 명령어 입력: shell:startup2. 탐색기 숨김파일 옵션 해제후 %systemdrive%\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup%systemdrive%\ProgramData\Microsoft\Windows\Start Menu [윈도우 환경변수 목록] %AllUsersProfile% C:\ProgramData %AppData% C:\Users\Administrator\AppData\Roaming %CommonProgramFiles% C:\Program Files\Common Files %ComputerName% Computer Name..