Występuje problem z utworzeniem nośników instalacyjnych Recovery z laptopa Samsung, ponieważ program pod Windows nie posiada takiej opcji (klawisz jest widoczny ale nieaktywny). Serwis Samsunga zatem radzi: Continue reading
Category Archives: Windows
Windows – zmiana portu RDP – Pulpitu Zdalnego
Windows 2022
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber
Windows 2012
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WinStation\RDPTcp\PortNumber
Windows XP
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
PowerShell – włączenie Windows PowerShell Web Access (PSWA) w Windows 2012 R2
Enable-PSRemoting -SkipNetworkProfileCheck Install-WindowsFeature WindowsPowerShellWebAccess -IncludeAllSubFeature -IncludeManagementTools Install-PswaWebApplication –WebSiteName "Default Web Site" –WebApplicationName "PSWA" –UseTestCertificate Add-PswaAuthorizationRule -UserName server\Administrator -ComputerName server -ConfigurationName Microsoft.PowerShell Add-PswaAuthorizationRule -UserName win2k8r2\Administrator -ComputerName win2k8r2 -ConfigurationName Microsoft.PowerShell