질문과 답변

윈 도 우 컨텍스트 메뉴에 추가된 것 어떻게 없애나요.

2023.03.31 23:11

Woo129 조회:355

아래 깃허브에서 받아서 ' RunAsTl.reg '를 실행시켰더니 컨텍스트 메뉴에 추가되었네요.

https://github.com/AveYo/LeanAndMean

00.jpg

RunAsTl.reg를 메모장으로 열어본 결과입니다.

 

Windows Registry Editor Version 5.00

 

; Context Menu entries to use RunAsTI - lean and mean snippet by AveYo, 2018-2022 

; [FEATURES]

; - innovative HKCU load, no need for reg load / unload ping-pong; programs get the user profile

; - sets ownership privileges, high priority, and explorer support; get System if TI unavailable        

; - accepts special characters in paths for which default run as administrator fails

; - show on the new 11 contextmenu via whitelisted id; plenty other available, fuck needing an app!

; 2022.04.07: PowerShell / Terminal here (if installed, use Terminal as TI, else use PowerShell as TI)

 

[-HKEY_CLASSES_ROOT\RunAsTI]

[-HKEY_CLASSES_ROOT\batfile\shell\setdesktopwallpaper]

[-HKEY_CLASSES_ROOT\cmdfile\shell\setdesktopwallpaper]

[-HKEY_CLASSES_ROOT\exefile\shell\setdesktopwallpaper]

[-HKEY_CLASSES_ROOT\mscfile\shell\setdesktopwallpaper]

[-HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\shell\setdesktopwallpaper]

[-HKEY_CLASSES_ROOT\regfile\shell\setdesktopwallpaper]

[-HKEY_CLASSES_ROOT\Folder\shell\setdesktopwallpaper]

[-HKEY_CLASSES_ROOT\Directory\background\shell\extract]

; To remove entries, copy paste above into undo_RunAsTI.reg file, then import it

 

; RunAsTI on .bat

[HKEY_CLASSES_ROOT\batfile\shell\setdesktopwallpaper]

"MUIVerb"="Run as trustedinstaller"

"HasLUAShield"=""

"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\batfile\shell\setdesktopwallpaper\command]

@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -win 1 -nop -c iex((10..40|%%{(gp 'Registry::HKCR\\RunAsTI' $_ -ea 0).$_})-join[char]10); # --%% \"%L\""

 

; RunAsTI on .cmd

[HKEY_CLASSES_ROOT\cmdfile\shell\setdesktopwallpaper]

"MUIVerb"="Run as trustedinstaller"

"HasLUAShield"=""

"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\cmdfile\shell\setdesktopwallpaper\command]

@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -win 1 -nop -c iex((10..40|%%{(gp 'Registry::HKCR\\RunAsTI' $_ -ea 0).$_})-join[char]10); # --%% \"%L\""

 

; RunAsTI on .exe

[HKEY_CLASSES_ROOT\exefile\shell\setdesktopwallpaper]

"MUIVerb"="Run as trustedinstaller"

"HasLUAShield"=""

"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\exefile\shell\setdesktopwallpaper\command]

@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -win 1 -nop -c iex((10..40|%%{(gp 'Registry::HKCR\\RunAsTI' $_ -ea 0).$_})-join[char]10); # --%% \"%L\""

 

; RunAsTI on .msc

[HKEY_CLASSES_ROOT\mscfile\shell\setdesktopwallpaper]

"MUIVerb"="Run as trustedinstaller"

"HasLUAShield"=""

"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\mscfile\shell\setdesktopwallpaper\command]

@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -win 1 -nop -c iex((10..40|%%{(gp 'Registry::HKCR\\RunAsTI' $_ -ea 0).$_})-join[char]10); # --%% \"%L\""

 

; RunAsTI on .ps1

[HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\shell\setdesktopwallpaper]

"MUIVerb"="Run as trustedinstaller"

"HasLUAShield"=""

"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\shell\setdesktopwallpaper\command]

@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -win 1 -nop -c iex((10..40|%%{(gp 'Registry::HKCR\\RunAsTI' $_ -ea 0).$_})-join[char]10); # --%% powershell -nop -c iex((gc -lit '%L')-join[char]10)"

 

; RunAsTI on .reg

[HKEY_CLASSES_ROOT\regfile\shell\setdesktopwallpaper]

"MUIVerb"="Import as trustedinstaller"

"HasLUAShield"=""

"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\regfile\shell\setdesktopwallpaper\command]

@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -win 1 -nop -c iex((10..40|%%{(gp 'Registry::HKCR\\RunAsTI' $_ -ea 0).$_})-join[char]10); # --%% regedit /s \"%L\""

 

; RunAsTI on Folder

[HKEY_CLASSES_ROOT\Folder\shell\setdesktopwallpaper]

"MuiVerb"="Open as trustedinstaller"

"HasLUAShield"=""

"Icon"="powershell.exe,0"

"AppliesTo"="NOT System.ParsingName:=\"::{645FF040-5081-101B-9F08-00AA002F954E}\""

[HKEY_CLASSES_ROOT\Folder\shell\setdesktopwallpaper\command]

@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -win 1 -nop -c iex((10..40|%%{(gp 'Registry::HKCR\\RunAsTI' $_ -ea 0).$_})-join[char]10); # --%% \"%L\""

 

; Open Terminal or Powershell as trustedinstaller here - can spawn another terminal with: cmd /c $env:wt

[HKEY_CLASSES_ROOT\Directory\background\shell\extract]

"MuiVerb"="PowerShell / Terminal"

"HasLUAShield"=""

"NoWorkingDirectory"=""

"Position"=-

"Position"="Middle"

"Icon"="powershell.exe,0"

[HKEY_CLASSES_ROOT\Directory\background\shell\extract\command]

@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -win 1 -nop -c iex((10..40|%%{(gp 'Registry::HKCR\\RunAsTI' $_ -ea 0).$_})-join[char]10); # --%% cmd /c pushd \"%V\" & start \"RunAsTI\" %%wt%%"

 

; RunAsTI function

[HKEY_CLASSES_ROOT\RunAsTI]

"10"="function RunAsTI ($cmd,$arg) { $id='RunAsTI'; $key=\"Registry::HKU\\$(((whoami /user)-split' ')[-1])\\Volatile Environment\"; $code=@'"

"11"=" $I=[int32]; $M=$I.module.gettype(\"System.Runtime.Interop`Services.Mar`shal\"); $P=$I.module.gettype(\"System.Int`Ptr\"); $S=[string]"

"12"=" $D=@(); $T=@(); $DM=[AppDomain]::CurrentDomain.\"DefineDynami`cAssembly\"(1,1).\"DefineDynami`cModule\"(1); $Z=[uintptr]::size "

"13"=" 0..5|% {$D += $DM.\"Defin`eType\"(\"AveYo_$_\",1179913,[ValueType])}; $D += [uintptr]; 4..6|% {$D += $D[$_].\"MakeByR`efType\"()}"

"14"=" $F='kernel','advapi','advapi', ($S,$S,$I,$I,$I,$I,$I,$S,$D[7],$D[8]), ([uintptr],$S,$I,$I,$D[9]),([uintptr],$S,$I,$I,[byte[]],$I)"

"15"=" 0..2|% {$9=$D[0].\"DefinePInvok`eMethod\"(('CreateProcess','RegOpenKeyEx','RegSetValueEx')[$_],$F[$_]+'32',8214,1,$S,$F[$_+3],1,4)}"

"16"=" $DF=($P,$I,$P),($I,$I,$I,$I,$P,$D[1]),($I,$S,$S,$S,$I,$I,$I,$I,$I,$I,$I,$I,[int16],[int16],$P,$P,$P,$P),($D[3],$P),($P,$P,$I,$I)"

"17"=" 1..5|% {$k=$_; $n=1; $DF[$_-1]|% {$9=$D[$k].\"Defin`eField\"('f' + $n++, $_, 6)}}; 0..5|% {$T += $D[$_].\"Creat`eType\"()}"

"18"=" 0..5|% {nv \"A$_\" ([Activator]::CreateInstance($T[$_])) -fo}; function F ($1,$2) {$T[0].\"G`etMethod\"($1).invoke(0,$2)}"

"19"=" $TI=(whoami /groups)-like'*1-16-16384*'; $As=0; if(!$cmd) {$cmd='control';$arg='admintools'}; if ($cmd-eq'This PC'){$cmd='file:'}"

"20"=" if (!$TI) {'TrustedInstaller','lsass','winlogon'|% {if (!$As) {$9=sc.exe start $_; $As=@(get-process -name $_ -ea 0|% {$_})[0]}}"

"21"=" function M ($1,$2,$3) {$M.\"G`etMethod\"($1,[type[]]$2).invoke(0,$3)}; $H=@(); $Z,(4*$Z+16)|% {$H += M \"AllocHG`lobal\" $I $_}"

"22"=" M \"WriteInt`Ptr\" ($P,$P) ($H[0],$As.Handle); $A1.f1=131072; $A1.f2=$Z; $A1.f3=$H[0]; $A2.f1=1; $A2.f2=1; $A2.f3=1; $A2.f4=1"

"23"=" $A2.f6=$A1; $A3.f1=10*$Z+32; $A4.f1=$A3; $A4.f2=$H[1]; M \"StructureTo`Ptr\" ($D[2],$P,[boolean]) (($A2 -as $D[2]),$A4.f2,$false)"

"24"=" $Run=@($null, \"powershell -win 1 -nop -c iex `$env:R; # $id\", 0, 0, 0, 0x0E080600, 0, $null, ($A4 -as $T[4]), ($A5 -as $T[5]))"

"25"=" F 'CreateProcess' $Run; return}; $env:R=''; rp $key $id -force; $priv=[diagnostics.process].\"GetM`ember\"('SetPrivilege',42)[0]"

"26"=" 'SeSecurityPrivilege','SeTakeOwnershipPrivilege','SeBackupPrivilege','SeRestorePrivilege' |% {$priv.Invoke($null, @(\"$_\",2))}"

"27"=" $HKU=[uintptr][uint32]2147483651; $NT='S-1-5-18'; $reg=($HKU,$NT,8,2,($HKU -as $D[9])); F 'RegOpenKeyEx' $reg; $LNK=$reg[4]"

"28"=" function L ($1,$2,$3) {sp 'Registry::HKCR\\AppID\\{CDCBCFCA-3CDC-436f-A4E2-0E02075250C2}' 'RunAs' $3 -force -ea 0"

"29"="  $b=[Text.Encoding]::Unicode.GetBytes(\"\\Registry\\User\\$1\"); F 'RegSetValueEx' @($2,'SymbolicLinkValue',0,6,[byte[]]$b,$b.Length)}"

"30"=" function Q {[int](gwmi win32_process -filter 'name=\"explorer.exe\"'|?{$_.getownersid().sid-eq$NT}|select -last 1).ProcessId}"

"31"=" $env:wt='powershell'; dir \"$env:ProgramFiles\\WindowsApps\\Microsoft.WindowsTerminal*\\wt.exe\" -rec|% {$env:wt='\"'+$_.FullName+'\" \"-d .\"'}"

"32"=" $11bug=($((gwmi Win32_OperatingSystem).BuildNumber)-eq'22000')-AND(($cmd-eq'file:')-OR(test-path -lit $cmd -PathType Container))"

"33"=" if ($11bug) {'System.Windows.Forms','Microsoft.VisualBasic' |% {$9=[Reflection.Assembly]::LoadWithPartialName(\"'$_\")}}"

"34"=" if ($11bug) {$path='^(l)'+$($cmd -replace '([\\+\\^\\%\\~\\(\\)\\[\\]])','{$1}')+'{ENTER}'; $cmd='control.exe'; $arg='admintools'}"

"35"=" L ($key-split'\\\\')[1] $LNK ''; $R=[diagnostics.process]::start($cmd,$arg); if ($R) {$R.PriorityClass='High'; $R.WaitForExit()}"

"36"=" if ($11bug) {$w=0; do {if($w-gt40){break}; sleep -mi 250;$w++} until (Q); [Microsoft.VisualBasic.Interaction]::AppActivate($(Q))}"

"37"=" if ($11bug) {[Windows.Forms.SendKeys]::SendWait($path)}; do {sleep 7} while(Q); L '.Default' $LNK 'Interactive User'"

"38"="'@; $V='';'cmd','arg','id','key'|%{$V+=\"`n`$$_='$($(gv $_ -val)-replace\"'\",\"''\")';\"}; sp $key $id $($V,$code) -type 7 -force -ea 0"

"39"=" start powershell -args \"-win 1 -nop -c `n$V `$env:R=(gi `$key -ea 0).getvalue(`$id)-join''; iex `$env:R\" -verb runas"

"40"="}; $A=([environment]::commandline-split'-[-]%+ ?',2)[1]-split'\"([^\"]+)\"|([^ ]+)',2|%{$_.Trim(' \"')}; RunAsTI $A[1] $A[2]; # AveYo, 2022.04.07"

;

 

 

번호 제목 글쓴이 조회 등록일
[공지] 질문과 답변 게시판 이용간 유의사항 gooddew - -
96663 하드웨어| 고수님들 이것 좀 봐주세요. [15] 윈도우៖ 896 04-14
96662 소프트웨어| 가상머신에서 동적하드와 고정 하드 차이 [5] 현민지 248 04-14
96661 기 타| WO Mic 대해서 문의 3561 82 04-14
96660 소프트웨어| 원키고스트 윈10,11지원되게 패치가능한가요? [2] 컴아저씨훈 589 04-14
96659 소프트웨어| 음악 CD 에서 24비트 음원을 어떻게 추출 할수 있나요? [9] 테츠로 544 04-14
96658 윈 도 우| 키보드 잠금 방법 아시는분? [1] TTO 360 04-14
96657 윈 도 우| c:\Program Foles 폴더에 syncdesk라는 게 있네요? [3] brucex 388 04-13
96656 하드웨어| 처음으로 pc조립을 하는중인데요 여기서 어떻게 해야 하나요? [12] 파워클래식 959 04-13
96655 윈 도 우| 윈도우11 트레이 아이콘 갯수 질문드립니다. [2] 양치기영감 340 04-13
96654 윈 도 우| 윈도우10 MS계정 로그인아웃 도와주세요 [2] 렛고 427 04-13
96653 윈 도 우| 윈도우10 wim파일을 관리자계정설치를 하고 싶은데요. [2] 컴아저씨훈 283 04-13
96652 하드웨어| Case 개조 아이디어 좀 주세요 [16] DarknessAn 833 04-12
96651 하드웨어| 3.5인치 외장하드 인식 문제입니다. [2] 타임머신 396 04-12
96650 윈 도 우| kb5025221 질문좀 [6] 컴아저씨훈 433 04-12
96649 윈 도 우| Nearby Share 나타났다 사라져요 왕자님 243 04-12
96648 기 타| flac 통파일을 CD로 구우면 원본 음악 시디와 똑같아질까요? [18] 복두꺼비 1134 04-12
96647 기 타| 오토핫키 엑셀에서 4개셀 복사하기 좀 알려주세요... [5] 평화 257 04-12
96646 윈 도 우| 멀티부팅 VHD파일을 다른 하드로 옮기려고합니다 [7] 레드2 351 04-12
96645 윈 도 우| 오늘 노트북을 켰더니 이상하네요.(탐색기 이름 변경) [1] 타천사둘리 481 04-12
96644 소프트웨어| 삼성복원솔루션 7.2 구해요.. [1] 하얀산장 625 04-12
XE1.11.6 Layout1.4.8