my right click context menu with the old control panel access - works in Kreator update Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer] "icon"="shell32.dll,-221" "Position"="Bottom" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer] "icon"="shell32.dll,-329" "Position"="Bottom" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\System panel] "icon"="shell32.dll,-290" "Position"="Bottom" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sounds panel] "icon"="shell32.dll,-277" "Position"="Bottom" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer\command] @="shutdown.exe -r -t 00 -f" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer\command] @="shutdown.exe -s -t 00 -f" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\System panel\command] @="control /name Microsoft.System" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sounds panel\command] @="control /name Microsoft.Sound" save as .reg some items have disappeared such as title, menu, palette font sizes settings!
Will the user experience be good enough for non-touch users? The like/dislike boundary for Windows 8 was pretty sharp. People who had a touchscreen liked it. People with non-touchscreens found the OS hard to use. Will the user experience be good enough for non-touch users?
How well will Cortana extend to the desktop? Cortana is part of the Windows 10 desktop experience. How do you feel about Cortana? Do you often use it?
You can do what I did a few builds back is to go to start, windows system and drag control panel to desktop to create an icon.
Thank you so much Nucleus for your post about tweaks and fixes False, 10586 (1511) didn't receive LTSB
Hi, please if anyone can help me. I have ThinkCentre M900z on which I tried to install Windows 10 build 15063. When I reach the start of installation and want to install Windows on selected partition (formatted by the installation program), the error comes up that it can't install Windows on that partition. USB installation key was created with Rufus for UEFI. I would really appreciate your advice on this matter. Thank you!
Maybe your partition is UEFI (even when formatted by setup (it happens with only-formatting without removing partition 1st entirely)) and in BIOS/FW you have selected booting from MBR. 1. Do in WindowsRE: diskpart.exe, select disk 0, select partition 1, clean, exit (check this disk "0" is really 0 in your configuration) or: 2. Enable UEFI booting in UEFI FW. Also check, that you aren't selecting USB drive. ) Finally you can just boot to WindowsRE and skip entire setup by: dism /apply-image /imagefile:C:\sources\install.esd /index:1 /applydir:W:\ or dism /apply-image /imagefile:C:\sources\install.wim /index:1 /applydir:W:\ (mount C: and W: drives in diskpart 1st: assign letter="C" assign letter="W" selecting disk and partition is required 1st)