Author
Message
Forum: Bug Reports Topic: Classic Shell Start Menu causes explorer lock up
JoeMale
Posted: Tue Apr 04, 2017 10:03 am
Replies: 68 Views: 317055
Exactly. Better for us, than a frozen desktop.
Forum: Bug Reports Topic: Classic Shell Start Menu causes explorer lock up
JoeMale
Posted: Tue Apr 04, 2017 8:34 am
Replies: 68 Views: 317055
Found a workaround: 1. Create a PowerShell script like this: $Procs=Get-Process explorer foreach ($Proc in $Procs) { if ($Proc.Threads.Count -gt 800) { Stop-Process -Id $Proc.id -Force -Verbose } } 2. Run the script every minute as SYSTEM account per Task Scheduler. The PowerShell script restarts th...
Forum: Bug Reports Topic: Classic Start Menu keeps freezing Explorer
JoeMale
Posted: Mon Mar 27, 2017 3:04 am
Replies: 21 Views: 84474
Hello everyone, has anybody tried the Windows Explorer setting "Launch folder windows in a separate process" reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v SeparateProcess /t reg_dword /d 0x1 as a solution for the freezing session p...
Forum: Bug Reports Topic: Classic Shell Start Menu causes explorer lock up
JoeMale
Posted: Mon Mar 27, 2017 3:03 am
Replies: 68 Views: 317055
Hello everyone, has anybody tried the Windows Explorer setting "Launch folder windows in a separate process" reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v SeparateProcess /t reg_dword /d 0x1 as a solution for the freezing session p...
Forum: Bug Reports Topic: Setting "Launch folder windows in a separate process"
JoeMale
Posted: Mon Mar 27, 2017 3:02 am
Replies: 1 Views: 15516
Hello everyone, has anybody tried the Windows Explorer setting "Launch folder windows in a separate process" reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v SeparateProcess /t reg_dword /d 0x1 as a solution for the freezing session p...
Sort by: Author Post time Forum Topic title Post subject Ascending Descending