Windows
- https://www.wagnardsoft.com/forums/viewtopic.php?t=4908 - uninstall graphical driver
- license of windows https://youtu.be/mD7ERK_AMss
- https://files.rg-adguard.net/category - list of files microsoft
traystatus PRO - отображение capslock
https://epic-pen.com/ - рисование на экране для ВКС
MobaXterm - приложение консоли с x сервером
\\live.sysinternals.com\tools
- https://webrtc.github.io/samples/src/content/devices/input-output/ - test video audio тестирование микрофона и камеры webrtc
Windows 40 commands cmds cmd
- 40 commands cmds cmd - https://www.youtube.com/watch?v=Jfvg3CS1X3A
Windows настройка
- set network type
Set-NetConnectionProfile -Name "gorodperm.ru" -NetworkCategory Private
- set TimeZone
Set-TimeZone -Id "Ekaterinburg Standard Time" -PassThru
- rename computer
Rename-Computer -NewName "main-210XXX"
- turn ping ok Параметры сети → центр управления общим доступом → включить общий доступ к файлам и принтерам = заработает PING
Windows.настройка RDP
Удалённое Подключение PowerShell - <https://techtalk.gfi.com/how-to-manage-your-servers-remotely-with-powershell/>
Enter-PSSession –ComputerName host [-Credential username]
Активация удаленного доступа <https://exchangepedia.com/2016/10/enable-remote-desktop-rdp-connections-for-admins-on-windows-server-2016.html> Настройка удаленного доступа powershell < https://softwarekeep.com/help-center/how-to-enable-remote-desktop-on-windows >
# #Enable Remote Desktop connections Set-ItemProperty ‘HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\‘ -Name “fDenyTSConnections” -Value 0 #Enable Network Level Authentication Set-ItemProperty ‘HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\‘ -Name “UserAuthentication” -Value 1 #Enable Windows firewall rules to allow incoming RDP Enable-NetFirewallRule -DisplayGroup “Remote Desktop” Add-LocalGroupMember -Group "Remote Desktop Users" -Member foo
Windows Оснастки
Windows folders
- создать МЕНЮ - C:\ProgramData\Microsoft\Windows\Start Menu
- %appdata%
Windows Action
- Rundll32 shell32.dll,Control_RunDLL desk.cpl,,5 - вывести на рабочий стол Мой компьютер
- diskmgmt.msc - Управление дисками
- compmgmt.msc - Управление компьютером
- cleanmgr.exe - менеджер очистки
Windows ipsec
→ to fix ipsec Explore Command (Windows Key + E) Right Click on “This PC”, and select “Manage” Once Computer Management Opens, click “Device Manager” Under Network Adapters, uninstall all adapters starting with “WAN Miniport” - Right click, Uninstall Once you've uninstalled all, go to the menu and select “Scan for Hardware Changes” and those adapters will reinstall automatically without restarting.
Now your VPN should work properly. I've run into this twice after clean installs of Windows 10 and after resetting the LAN network adapter.
мне помогло источник
Windows app store winget
- всё очистить
Get-AppXPackage | where-object {$_.name -notlike '*store*'} | Remove-AppxPackage
- winstore install winget
- https://winstall.app/packs/fX_Qq9a4p - interesting pack
- https://winstall.app/packs/eqr6tB52c interesting pack
ms-windows-store://pdp/?productid=9nblggh4nns1 winget install -e --id FarManager.FarManager winget install -e --id Google.Chrome winget install -e --id FarManager.FarManager
Beauty
- создать меню
C:\ProgramData\Microsoft\Windows\Start Menu\Programs
- desktop beauty https://www.youtube.com/watch?v=xHj0juUACFk
- расстояние между значками https://vynesimozg.com/kak-izmenit-rasstoyanie-mezhdu-znachkami-na-rabochem-stole-v-windows/
Disable windows tracking
windows drive trim / unmap scsi Space Reclamation, thin provisioning
- sdelete from mark rusinovich
windows robocopy
# join 2018 → 2020 answer
Robocopy \\10.59.1.150\ispdn_hyper-v_bkp\ISOJ_archive\answer_files_2018\ \\10.59.1.150\ispdn_hyper-v_bkp\ISOJ_archive\answer_files\ /TEE /E /R:2 /eta /Z /COPY:DA /v /compress /log:"c:\tmp\robocopy_ISOJ_answer_files_join.log" Robocopy \\10.59.1.150\ispdn_hyper-v_bkp\ISOJ_archive\files_2018\ \\10.59.1.150\ispdn_hyper-v_bkp\ISOJ_archive\files\ /TEE /E /R:2 /eta /Z /COPY:DA /v /compress /log:"c:\tmp\robocopy_ISOJ_files_join.log" Copy directory recursively (/E), copy all file information (/COPYALL, equivalent to /COPY:DATSOU, D=Data, A=Attributes, T=Timestamps, S=Security=NTFS ACLs, O=Owner info, U=Auditing info) , do not retry locked files (/R:0) (the number of retries on failed copies default value is 1 million), preserve original directories' Timestamps (/DCOPY:T - requires version XP026 or later): удаление пустых каталогов - remove empty directories catalogues folders Robocopy \\10.59.1.150\esb-smb\uismv-db-files\СообщениеВИС \\10.59.1.150\esb-smb\uismv-db-files\СообщениеВИС /S /Move
windows backup
- https://www.tenforums.com/windows-10-news/176011-kb5000842-windows-10-insider-beta-19043-906-21h1-rp-19042-906-20h2-7.html - trouble of update windows with utils
windows clone
- меняем SID для регистрации в домене клона https://www.starwindsoftware.com/tmplink/starwindconverter.exe
windows remote assistant
runas /netonly /user:gorodperm.ru\melnikov-ea cmd msra /offerra
drivers
dism /online /export-driver /destination:D:\DriverBackup In the PowerShell window, type the following command and hit Enter: Export-WindowsDriver -Online -Destination D:\DriverBackup Here D:\Driver Backup is the destination folder, where the Drivers will be exported and saved to. You can also export drivers from an offline image. This command exports third-party drivers from an offline image mounted at c:\offline-image is: Export-WindowsDriver -Path c:\offline-image -Destination D:\DriverBackup
Microsoft Office
- office ebay https://www.youtube.com/watch?v=xiDW5vhhBMo
- getcid - https://getcid.info/ для телефонной активации
- microsoft license приобретение buying ссылка 15 ………… 12••••••••••
Приобретение лицензии помни про 15.........12
- <https://config.office.com/deploymentsettings - Автоматическое развертывание>
- <http://windows-aktiv.my1.ru/publ/kak_aktivirovat_office/udalit_kljuch_office/2-1-0-78> - сбросить серийный номер
Install software . Chocolatey/ Winget
Multiboot
Synergy - одна клавиатура несколько ПК
- Synergy :!:Mouse without borders barrier
Иконки. Расположение иконок сохранить
# отобразить иконки Мой компьютер, Сеть, Мои документы Rundll32 shell32.dll,Control_RunDLL desk.cpl,,5
BatteryReport - отчет о батареи
powercfg /batteryreport
SleepReport - что мешает уйти в сон sleep
powercfg /requests
delete printer driver and spool clean
Move / restore profile перемещение профиля
Windows server 2008 clean manager
https://winitpro.ru/index.php/2016/11/25/zapusk-cleanmgr-bez-desktop-experience/
copy C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.1.7600.16385_none_c9392808773cd7da\cleanmgr.exe C:\Windows\System32\ copy C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.1.7600.16385_en-us_b9cb6194b257cc63\cleanmgr.exe.mui C:\Windows\System32\en-US\
Windows Update ( also Drivers)
- включить оптимизация доставки обновлений (локальная сеть)
Get-DeliveryOptimizationStatus
- запустить word для подписки на обновления
- запустить update
- Get-WindowsUpdateLog - get text log from windows update
- resolve trouble with update/app store https://www.wureset.com/
- error with SLS *FAILED* [80072F8F] Method failed [CSLSClient::GetResponse:625] - resolve problem with certificate
- import from working “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates”
- https://www.tenforums.com/tutorials/24742-reset-windows-update-windows-10-a.html - reset windows update
- update cumulitive
- release-information/issues information