更改

第41行: 第41行:     
启用:
 
启用:
<syntaxhighlight lang="batch">
+
 
 
%systemdrive%\windows\i386\sbctl.exe start
 
%systemdrive%\windows\i386\sbctl.exe start
 
rundll32 %systemdrive%\windows\system32\uxdesk.dll,DwmStartComposition
 
rundll32 %systemdrive%\windows\system32\uxdesk.dll,DwmStartComposition
第47行: 第47行:  
tskill explorer
 
tskill explorer
 
%systemdrive%\windows\i386\sbctl.exe start
 
%systemdrive%\windows\i386\sbctl.exe start
</syntaxhighlight>
+
 
 
禁用:
 
禁用:
<syntaxhighlight lang="batch">
+
 
 
rundll32 %systemdrive%\windows\system32\uxdesk.dll,DwmStopComposition
 
rundll32 %systemdrive%\windows\system32\uxdesk.dll,DwmStopComposition
 
%systemdrive%\windows\i386\sbctl.exe stop
 
%systemdrive%\windows\i386\sbctl.exe stop
 
tskill explorer
 
tskill explorer
</syntaxhighlight>
+
 
    
* '''修复文件夹无法在同进程内打开'''
 
* '''修复文件夹无法在同进程内打开'''
<syntaxhighlight lang="registry">
+
 
 
Windows Registry Editor Version 5.00
 
Windows Registry Editor Version 5.00
   第100行: 第100行:  
[HKEY_CLASSES_ROOT\Folder\shell\Open_with_Explorer\ddeexec\topic]
 
[HKEY_CLASSES_ROOT\Folder\shell\Open_with_Explorer\ddeexec\topic]
 
@="AppProperties"
 
@="AppProperties"
</syntaxhighlight>
+
 
    
* '''修复无法新建文件夹的问题'''
 
* '''修复无法新建文件夹的问题'''
<syntaxhighlight lang="batch">
+
 
 
Windows Registry Editor Version 5.00
 
Windows Registry Editor Version 5.00
   第120行: 第120行:  
[HKEY_CLASSES_ROOT\Folderfile\shell\New]
 
[HKEY_CLASSES_ROOT\Folderfile\shell\New]
 
@="New Folder"
 
@="New Folder"
</syntaxhighlight>
+
 
    
* '''Panorama'''
 
* '''Panorama'''
<syntaxhighlight lang="registry">
+
 
 
Windows Registry Editor Version 5.00
 
Windows Registry Editor Version 5.00
   第129行: 第129行:  
"Carousel"=dword:00000001
 
"Carousel"=dword:00000001
 
"Panorama"=dword:00000001
 
"Panorama"=dword:00000001
</syntaxhighlight>
 
793

个编辑