traystatus PRO - отображение capslock
https://epic-pen.com/ - рисование на экране для ВКС
MobaXterm - приложение консоли с x сервером
\\live.sysinternals.com\tools
Set-NetConnectionProfile -Name "gorodperm.ru" -NetworkCategory Private
Set-TimeZone -Id "Ekaterinburg Standard Time" -PassThru
Rename-Computer -NewName "main-210XXX"
Удалённое Подключение 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
→ 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.
мне помогло источник
Get-AppXPackage | where-object {$_.name -notlike '*store*'} | Remove-AppxPackage
ms-windows-store://pdp/?productid=9nblggh4nns1 winget install -e --id FarManager.FarManager winget install -e --id Google.Chrome winget install -e --id FarManager.FarManager
C:\ProgramData\Microsoft\Windows\Start Menu\Programs
# 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
runas /netonly /user:gorodperm.ru\melnikov-ea cmd msra /offerra
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
Приобретение лицензии помни про 15.........12
# отобразить иконки Мой компьютер, Сеть, Мои документы Rundll32 shell32.dll,Control_RunDLL desk.cpl,,5
powercfg /batteryreport
powercfg /requests
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\
Get-DeliveryOptimizationStatus