Windows 10: Difference between revisions

From SWKLS WIKI
Jump to navigation Jump to search
(Created page with "==Migrating from Windows 7== ===Sticky Notes=== Type %AppData%\Microsoft\Sticky Notes in start menu search box (this is the sticky notes file location) and press Enter. Copy S...")
 
No edit summary
Line 23: Line 23:
Set-Item WSMan:\localhost\Client\TrustedHosts -Value "*" -Force
Set-Item WSMan:\localhost\Client\TrustedHosts -Value "*" -Force
</syntaxhighlight>
</syntaxhighlight>
[[Category:Windows]]

Revision as of 14:50, 26 March 2020

Migrating from Windows 7

Sticky Notes

Type %AppData%\Microsoft\Sticky Notes in start menu search box (this is the sticky notes file location) and press Enter. Copy StickyNotes.snt to fileserver /temp folder Close Sticky Notes on new computer is open Go to PC Settings > System > Apps & Features > Sticky Notes > Advanced Options > Reset. All app data will be deleted. Do not open Sticky Notes app now. Navigate to %LOCALAPPDATA%\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbw\LocalState Create Folder within \LocalState called "Legacy" Copy the Notes.snt to the Legacy folder and rename it "ThresholdNotes.snt" Start Sticky Notes. All notes will now appear!!!

Miscellaneous

RSAT Install On 1809+

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU" /v UseWUServer /t REG_DWORD /d 0 /f
Get-WindowsCapability -Online -Name "RSAT*" | Add-WindowsCapability -Online

Set TrustedHosts

Start the Windows Remote Management (WS-Management) Windows service. Then:

Set-Item WSMan:\localhost\Client\TrustedHosts -Value "*" -Force