|
原帖由 2011cew 于 2011-11-18 22:12 发表
Yes, that is because the default is Ribbon Off.
You can rt click the desktop, select Ribbon On/Off.
...
The trouble with keeping Ribbon On all the time is it hides the CopyTo/Move To dialog boxes.
Thanks for sharing and now we know Ribbon On will hide the CopyTo/MoveTo dialog boxes. Setting Ribbon Off by default seems to be a good move, but I have the following suggestion to make it better:
(1) You can avoid the annoying extra-ms-warning-watermark by changing your current registry value of HKLM\SYSTEM\ControSet001\Control\ProductOptions\ProductPolicy. Your current ProductPolicy (a8,4f,00,00,90,4f...) obviously came from the SYSTEM registry of the installed WindowsDeveloperPreview. There is nothing wrong of using that if you keep the default HKCU\Software\Microsoft\Windows\CurentVersion\Explorer\RPEnabled=0x00000001, but now you set RPEnabled=0x00000000 and that comes the MS Warning. To work around this, import the ProductPolicy from the SYSTEM registry of install.wim on the WindowsDeveloperPreview DVD which should start with (30,4d,00,00,18,4d...), the extra-ms-warning-watermark will be gone! (see 130th of this thread)
(2) Set HKCU\Software\Microsoft\Windows\CurentVersion\Explorer\RPEnabled=0x00000002 will serve the Ribbon Off purpose better than setting it to 0x00000000.
(3) Add the following lines into your pecmd.ini to pin a Ribbon-On link to your taskbar so that you can switch on the Ribbon conveniently at anytime
#Establish a Link of Ribbon On
LINK %Programs%\System Tools\Ribbon On,x:\windows\system32\pecmd.exe,TEAM REGI HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RPEnabled=#0x00000001|kill explorer.exe,x:\windows\icons\display.ico
#Pin the Ribbon On Link to the TaskBar
PINT %Programs%\System Tools\Ribbon On.lnk,#5386
(4) You can also replace the shell32.dll.mui from the one of 素颜, this can reduce most portion of the watermark and make your desktop looks even better.
(5) The size of your build is fairly big. Instead of building it into a boot.wim which may need more than 720MB of ram to load and run, I rather like to apply it onto the hard-drive and run the build directly with less than 360MB of RAM.
[ 本帖最后由 khauyeung 于 2011-11-19 16:19 编辑 ] |
|