출처: https://answers.microsoft.com/en-us/windows/forum/all/restore-legacy-right-click-menu-for-file-explorer/a62e797c-eaf3-411b-aeec-e460e6e5a82a

 

리디렉션 중

 

login.microsoftonline.com

 

변경 전 변경 후

 

'더 많은 옵션 표시 Shift + F10' 없애기: 예전처럼 컨텍스트 메뉴를 다 보기 위해 되돌리기

 

1. 시작버튼의 오른쪽 마우스 클릭해서 Windows 터미널 (관리자)

2. 아래 명령을 윈도우 터미널에 붙여넣고 엔터

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

3. 윈도우 탐색기를 재시작하거나 리부팅

 

 

위 작업을 Windows 10, 11 기본 모양으로 다시 되돌리기

1. 시작버튼의 오른쪽 마우스 클릭해서 Windows 터미널 (관리자)

2. 아래 명령을 윈도우 터미널에 붙여넣고 엔터

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

3. 윈도우 탐색기를 재시작하거나 리부팅

Posted by zennken

Linux

#!/bin/sh
BASEDIR=$(dirname "$0")

echo "$BASEDIR"

Windows

%~dp0: the full path of the directory in which the batch script resides.

 

You can specify the location of myLib.jar regardless of where the batch file is executed.

set JAVA_CMD="%JAVA_HOME%\bin\java" -XX:MaxPermSize=512m -Xms1g -Xmx4g -Duser.language=en
%JAVA_CMD% -jar %~dp0\myLib.jar %*
Posted by zennken

When clearing routing table with "route -f", then 

  • Fail to ping 127.0.0.1 with general failure
  • Unable to use debugger at Eclipse: JDWP Transport dt_socket failed to initialize
My solution was
  1. Disable all NICs.
  2. Execute "route -f" again.
  3. Enable all NICs and input necessary information such as gate way.
  4. Reboot computer.
  5. Check 127.0.0.1 with "route print" command.
  6. Execute "ping 127.0.0.1" and confirm it works OK.


Posted by zennken
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

ProgramFilesDir -> 값 바꾸기
Posted by zennken

Svchost.exe

OS/Windows 2008. 10. 6. 21:40
Svchost.exe : a generic host process name for services that run from dynamic-link libraries (DLLs).

* To view the list of services in svchost
Command: Tasklist /svc

* To see more information about each process
Tasklist /FI "PID eq processID" (with the quotation marks)

From: http://support.microsoft.com/?kbid=314056
Posted by zennken
1

zennken

달력