Open Task Manager, set it to Details view, and add the Command line column to the view:
Start the PIP installer:
| param( | |
| [Parameter(Mandatory = $true)] | |
| [string]$FolderPath | |
| ) | |
| if (-not (Test-Path $FolderPath -PathType Container)) { | |
| Write-Error "Folder not found: $FolderPath" | |
| exit 1 | |
| } |
| Set oFSO = CreateObject("Scripting.FileSystemObject") | |
| Set oFolder = oFSO.GetFolder("C:\Test") | |
| For Each oFile In oFolder.Files | |
| WScript.Echo oFile.Name | |
| Next |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\.txt] | |
| @="txtfile" | |
| "Content Type"="text/plain" | |
| "PerceivedType"="text" | |
| [HKEY_CLASSES_ROOT\.txt\ShellNew] | |
| "ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ | |
| 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ |
| Windows Registry Editor Version 5.00 | |
| ;The registry setting shown below requires Trusted Installer privileges to change. | |
| ;If the "RunAs" value is deleted or renamed or the "Interactive User" data is changed to something else, | |
| ;such as an empty string, you will then be able to right-click Explorer and "Run as Administrator". | |
| ;Of course, you can then create a shortcut to Explorer that has "Run as Administrator" checked. | |
| ;Disabling this restriction may have consequences. One concern regards what happens if you are at a | |
| ;"Run as Administrator" or "Run as Trusted Installer" Cmd prompt and then kill all Explorer processes |
| The following file managers fully support long paths: | |
| 7-Zip | |
| Directory Opus | |
| Dolphin File Manager | |
| Double Commander | |
| Far Manager | |
| Files&Folders | |
| Fileside | |
| FileVoyager |
| @echo off | |
| taskkill /f /im explorer.exe | |
| reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser" /f /v ITBar7Layout /t REG_BINARY /d 13000000000000000000000020000000100001000000000001000000010700005e01000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
| https://github.com/ikatyang/emoji-cheat-sheet | |
| https://github-emoji-picker.vercel.app/ |
| dism /online /add-package /packagepath:.\microsoft-windows-internetexplorer-optional-package.cab |
| Threads on answers.microsoft.com that I've responded to confirming the issues: | |
| https://answers.microsoft.com/en-us/windows/forum/all/6-months-later-still-cant-customize-pictures-or/626996b4-13f4-4674-b225-4cf6c8321efe | |
| https://answers.microsoft.com/en-us/windows/forum/all/change-view-type-for-a-set-of-folders/cb18aacb-ac7d-4826-8b60-bf692b27767b | |
| https://answers.microsoft.com/en-us/windows/forum/all/changing-folder-view-of-multiple-folders-and/bbafa799-d13e-489a-b237-e5bd80b31344 | |
| https://answers.microsoft.com/en-us/windows/forum/all/how-to-prevent-explorer-assuming-you-want-to/2c3da09b-5692-4c16-884e-ce6d58486215 | |
| https://answers.microsoft.com/en-us/windows/forum/all/my-folders-that-are-all-mp3-files-appear-as/2078adf4-9741-4597-9262-cb1f614ac961 | |
| https://answers.microsoft.com/en-us/windows/forum/all/optimize-this-folder-for-not-working-in-windows-11/0a1785f7-8ffe-436c-8fcf-f769c3f033b3 | |
| https://answers.microsoft.com/en-us/windows/forum/all/why-my-folder-templates-never-apply/a19cedb7-a795-4ae4-93e0-7480368f3a0a |