function Enable-FusionLog{ Set-ItemProperty -Path HKLM:\Software\Microsoft\Fusion -Name EnableLog -Value 1 -Type DWord } function Disable-FusionLog{ Remove-ItemProperty -Path HKLM:\Software\Microsoft\Fusion -Name EnableLog }