Forum Discussion

  • Moe_Kinani's avatar
    Moe_Kinani
    Bronze Contributor

    I would use Powershell, MEM - Windows - Powershell.

    I would use something similar to below:

    $RegPath = “HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced”
    Set-ItemProperty -Path $RegPath -Name "LaunchTO" -Value 1

    Hope this helps!
    Moe

Resources