Инструменты пользователя

Инструменты сайта


os:win11

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
os:win11 [10.10.2023 13:35] – [Виснет Проводник при открытии (пункт Главная / Home)] viacheslavos:win11 [16.10.2024 14:32] (текущий) – [Виснет Проводник при открытии (пункт Главная / Home)] viacheslav
Строка 1: Строка 1:
 +====== Windows 11 ======
 +===== Запуск Internet Explorer =====
 +Запустить файл VBS:
 +<file xbasic ie.vbs>
 +CreateObject("InternetExplorer.Application").Visible=true
 +</file>
 +
 +===== 7-zip =====
 +Оригинал не встраивается в контекстное меню, т. к. не имеет цифровой подписи, и отсутствует в Магазине Windows.
 +
 +Решение - https://github.com/M2Team/NanaZip
 +
 +===== Создать текстовый файл в контекстном меню =====
 +Изначально пункт отсутствует. Вернуть:
 +<file reg Restore_New_Text_Document_context_menu_item.reg>
 +Windows Registry Editor Version 5.00
 +
 +; Created by: Shawn Brink
 +; Created on: September 28th 2015
 +; Updated on: August 28th 2019
 +; Tutorial: https://www.tenforums.com/tutorials/24412-add-remove-default-new-context-menu-items-windows-10-a.html
 +
 +
 +; Text Document
 +[-HKEY_CLASSES_ROOT\.txt\ShellNew]
 +[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,\
 +  00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
 +  2d,00,34,00,37,00,30,00,00,00
 +"NullFile"=""
 +
 +
 +[-HKEY_CLASSES_ROOT\.txt]
 +
 +[HKEY_CLASSES_ROOT\.txt]
 +@="txtfile"
 +"Content Type"="text/plain"
 +"PerceivedType"="text"
 +
 +[HKEY_CLASSES_ROOT\.txt\PersistentHandler]
 +@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
 +
 +[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,\
 +  00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
 +  2d,00,34,00,37,00,30,00,00,00
 +"NullFile"=""
 +
 +[-HKEY_CLASSES_ROOT\SystemFileAssociations\.txt]
 +
 +[HKEY_CLASSES_ROOT\SystemFileAssociations\.txt]
 +"PerceivedType"="document"
 +
 +[-HKEY_CLASSES_ROOT\txtfile]
 +
 +[HKEY_CLASSES_ROOT\txtfile]
 +@="Text Document"
 +"EditFlags"=dword:00210000
 +"FriendlyTypeName"=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,00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,\
 +  00,2c,00,2d,00,34,00,36,00,39,00,00,00
 +
 +[HKEY_CLASSES_ROOT\txtfile\DefaultIcon]
 +@=hex(2):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,00,69,00,6d,00,\
 +  61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,\
 +  00,30,00,32,00,00,00
 +
 +[HKEY_CLASSES_ROOT\txtfile\shell\open\command]
 +@=hex(2):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,00,4e,00,4f,00,\
 +  54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
 +  00
 +
 +[HKEY_CLASSES_ROOT\txtfile\shell\print\command]
 +@=hex(2):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,00,4e,00,4f,00,\
 +  54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,2f,00,70,00,20,\
 +  00,25,00,31,00,00,00
 +
 +[HKEY_CLASSES_ROOT\txtfile\shell\printto\command]
 +@=hex(2):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,00,6e,00,6f,00,\
 +  74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,00,74,\
 +  00,20,00,22,00,25,00,31,00,22,00,20,00,22,00,25,00,32,00,22,00,20,00,22,00,\
 +  25,00,33,00,22,00,20,00,22,00,25,00,34,00,22,00,00,00
 +
 +[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt]
 +
 +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithList]
 +
 +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithProgids]
 +"txtfile"=hex(0):
 +
 +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\UserChoice]
 +"Hash"="hyXk/CpboWw="
 +"ProgId"="txtfile"
 +
 +[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Roaming\OpenWith\FileExts\.txt]
 +
 +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Roaming\OpenWith\FileExts\.txt\UserChoice]
 +"Hash"="FvJcqeZpmOE="
 +"ProgId"="txtfile"
 +</file>
 +https://www.tenforums.com/tutorials/24412-add-remove-default-new-context-menu-items-windows-10-a.html
 +
 +===== Виснет Проводник при открытии (пункт Главная / Home) =====
 +<code powershell>
 +del $env:APPDATA\Microsoft\Windows\Recent\AutomaticDestinations\* -Force -Confirm:$false
 +shutdown -r -t 00 -f
 +</code>
 +https://answers.microsoft.com/en-us/windows/forum/all/windows-11-file-explorer-opens-with-home-selected/c1edfdac-141c-4df8-9733-1cfec5c2c559
 +
 +===== Создание локальной учётки при установке Windows 11 24H2 =====
 +На экране "Давайте подключим вас к сети" нажать ''Shift + F10'' и ввести команду
 +<code>
 +OOBE\BYPASSNRO
 +</code>
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki