some scripts
Posted: 09 May 2022 14:19
a small and modest script I want to share
shell folders from registry
shell folders from registry
Code: Select all
$s = runret("cmd /c REG QUERY HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions /v Name /s|find ""Name""", %winsysdir%, 65001);
$s = RegExReplace("$s", " Name REG_SZ ", "shell:");
shellopen inputselect(, "$$s", <crlf>, 64+2048, ,300, 600);