설치 / 사용기

소프트웨어 바탕화면 마우스 우클릭 통합

2023.08.27 23:12

세이퍼컴 조회:1098 추천:35

2023-08-27_221704.png

 

1. rexplorer + Icon Cache 리셋 통합

====== 소스 내용 ======

 

cmd /c taskkill /f /im Rexplorer.exe & del /a %userprofile%\AppData\Local\IconCache.db & start Rexplorer

 

 

 

2. 숨김 보기 전환 

    1) 숨김 폴더 보기 숨김 

    2) 파일 확장자 보기 숨김

    3) 보호된 운영체제 보기 숨김 

 

    4) hidden 파티션 

       소스 파악이 불가능하여 보기 후 숨김 전환이 안되어 제외

 

 

====== 소스 내용 ======

' Created by: safercom

 

If WScript.Arguments.length =0 Then

  Set objShell = CreateObject("Shell.Application")  

 

  objShell.ShellExecute "wscript.exe", Chr(34) & _

  WScript.ScriptFullName & Chr(34) & " uac", "", "runas", 1

Else

Dim WSFShell

Set WSFShell = WScript.CreateObject("WScript.Shell")

if WSFShell.RegRead("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden") =0 then

WSFShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden", "1", "REG_DWORD"

WSFShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden", "1", "REG_DWORD"

WSFShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\HideFileExt", "0", "REG_DWORD"

WScript.CreateObject("WScript.Shell").Run "%systemdrive%\windows\system32\Rexplorer.exe"

 

 

else

WSFShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden", "0", "REG_DWORD"

WSFShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden", "0", "REG_DWORD"

WSFShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\HideFileExt", "1", "REG_DWORD"

WScript.CreateObject("WScript.Shell").Run "%systemdrive%\windows\system32\Rexplorer.exe"

 

end if

Set WSFShell = Nothing

WScript.Quit(0)

end if

 

 

 

2023-08-27_224549.png

 (RocketDock+Rainmeter = windows와 PE겸용으로 copy후 바로 사용 가능하도록 셋팅함)

 

 

3. 블랙&화이트 : 시작메뉴와 테마 동시에 전환 

 

====== 소스 내용 ======

' Created by: safercom

 

If WScript.Arguments.length =0 Then

  Set objShell = CreateObject("Shell.Application")  

 

  objShell.ShellExecute "wscript.exe", Chr(34) & _

  WScript.ScriptFullName & Chr(34) & " uac", "", "runas", 1

Else

Dim WSFShell

Set WSFShell = WScript.CreateObject("WScript.Shell")

if WSFShell.RegRead("HKCU\SOFTWARE\OpenShell\StartMenu\Settings\SkinC1") ="DogmaX4 port" then

WScript.CreateObject("WScript.Shell").Run "%systemdrive%\windows\MRClick\StartBlack.cmd"

WScript.CreateObject("WScript.Shell").Run "%systemdrive%\windows\MRClick\ThemeReset.cmd"

WScript.CreateObject("WScript.Shell").Run "%systemdrive%\windows\system32\Rexplorer.exe"

 

else

WScript.CreateObject("WScript.Shell").Run "%systemdrive%\windows\MRClick\StartDogma.cmd"

WScript.CreateObject("WScript.Shell").Run "%systemdrive%\windows\MRClick\ThemeReset.cmd"

WScript.CreateObject("WScript.Shell").Run "%systemdrive%\windows\system32\Rexplorer.exe"

 

end if

Set WSFShell = Nothing

WScript.Quit(0)

end if

 

2023-08-27_221809.png

 

2023-08-27_221930.png

 

 

 

4. 내 컴퓨터 우클릭은 기본만 등록

   xxx.wim\ProgramData\Microsoft\Windows\Start Menu\Programs\컴퓨터 관리자\

   xxx.wim\ProgramData\Microsoft\Windows\Start Menu\Programs\명령 프롬프트\

   아래와 같이 따로 링크 걸어서 사용 가능

   

 

 

01.png

 

2023-08-27_223518.png

 

 2023-08-27_230028.png

 

2023-08-27_230110.png

2023-08-27_231615.png

 

 

5. 닷넷 : 통째로 USB에서 windows\microsoft.net 링크  

02.png

 

03.png

 

2023-08-27_223825.png

 

 

6. 아래와 같이 설정하면

   ISO일 때는 Y: 드라이브

   USB일 때는 U:드라이브로 바뀝니다.  

 

2023-08-27_224247.png

 

 

2023-08-27_231414.png

 

 

제가 개조 중인 sergei 기준입니다.

 

각 PE마다 환경이 다르니 참조하시기 바랍니다.

 

 

   

번호 제목 글쓴이 조회 추천 등록일
[공지] 사용기/설치기 이용안내 gooddew - - -
10335 윈 도 우| 우인님 25종 부팅기 2 [8] 4k8k 806 25 10-15
10334 기 타| Micro22000.194_v2.4net - 231015 업데이트 버전 사용기 입... [15] 왕초보 722 33 10-15
10333 기 타| sunshine님 Micro22000.194_v2.4net 사용기 입니다 [19] 왕초보 735 22 10-14
10332 기 타| [sergei Admin 11PE 러최신버전] 23년 최종판 배포용 : 종료 [426] 세이퍼컴 2669 254 10-14
10331 기 타| UMIN.J님 PE 간단한 부팅기 입니다 [11] 왕초보 709 14 10-13
10330 기 타| 세이퍼컴님 Sergei Admin - Bat 대신에 ini로 하여 보았습... [24] 왕초보 735 13 10-13
10329 기 타| 오토월 PE에 UMIN.J님 동영상 실행 해보기 [11] 딸랑쇠 718 22 10-13
10328 기 타| [Win11 Wifi Netwrok_Drive PE] 왕초보님 배치파일과 MInst... [19] 세이퍼컴 722 27 10-13
10327 기 타| 세이퍼컴님 Sergei Admin - Cmd창 없이 부팅하기 입니다 [13] 왕초보 686 13 10-12
10326 기 타| 17-okr pe 간단 사용기 [22] 안정 593 34 10-12
10325 기 타| OKRBoot 17 PE [34] Zoo 940 53 10-12
10324 기 타| 딸랑쇠님 Win11 PENetwork 업데이트 버전 사용기 입니다 [15] 왕초보 750 25 10-12
10323 윈 도 우| [OKRBoot 16 PE] 집**큰*무님의 PE 사용기 [18] 상발이 595 15 10-12
10322 윈 도 우| 큰나무님의 15-OKRboot.pe 사용기 (로컬 네트워크 공유가 ... [10] heykevin 326 9 10-12
10321 기 타| Win11 Wifi Netwrok_Drive PE [45] 딸랑쇠 856 67 10-12
10320 윈 도 우| OKRBoot 15 PE AS 사용기 [9] huny 459 14 10-12
10319 기 타| (수정) 세이퍼컴님 Sergei Admin - ini를 취향대로 구성하... [13] 왕초보 697 13 10-12
10318 기 타| 아래↓ 【수정배포3】의 DVD(Full.iso) PE [28] 딸랑쇠 1165 61 10-11
10317 윈 도 우| 15-OKRboot PE 사용기 [12] 4k8k 414 15 10-11
10316 기 타| 세이퍼컴님 Sergei Admin - 자격증명을 GUI로 하여 보았습니다 [16] 왕초보 649 18 10-11
XE1.11.6 Layout1.4.8