Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
Windows 10
Microsoft is moving the Windows 10 Task Bar out of Explorer.exe
Message
<blockquote data-quote="TairikuOkami" data-source="post: 936208" data-attributes="member: 61892"><p>About time, when explorer crashed, the whole desktop crashed. I use those tweaks, but a separate taskbar will be much better.</p><p>[CODE]rem 0 - All of the components of Windows Explorer run a single process / 1 - All instances of Windows Explorer run in one process and the Desktop and Taskbar run in a separate process</p><p>reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "DesktopProcess" /t REG_DWORD /d "1" /f</p><p></p><p>rem 1 - Launch folder windows in a separate process</p><p>reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SeparateProcess" /t REG_DWORD /d "1" /f[/CODE]</p></blockquote><p></p>
[QUOTE="TairikuOkami, post: 936208, member: 61892"] About time, when explorer crashed, the whole desktop crashed. I use those tweaks, but a separate taskbar will be much better. [CODE]rem 0 - All of the components of Windows Explorer run a single process / 1 - All instances of Windows Explorer run in one process and the Desktop and Taskbar run in a separate process reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "DesktopProcess" /t REG_DWORD /d "1" /f rem 1 - Launch folder windows in a separate process reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SeparateProcess" /t REG_DWORD /d "1" /f[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Top