一些系统美化技巧

5 views
Skip to first unread message

Alphonse

unread,
Feb 26, 2007, 1:29:29 PM2/26/07
to More Than GUI
1. Creating Toolbar takes up no space on taskbar.
Create a folder, anywhere. Click rename, hold your ALT key down
and type 0160. This should produce a folder with no name.

2. Creating Special Folders
Create a new folder, name "My Computer.{20D04FE0-3AEA-1069-
A2D8-08002B30309D}", that's all.

控制面板:.{21EC2020-3AEA-1069-A2DD-08002B30309D}
回收站:.{645FF040-5081-101B-9F08-00AA002F954E}
公文包:.{85BBD920-42A0-1069-A2E4-08002B30309D}
网上邻居:.{208D2C60-3AEA-1069-A2D7-08002B30309D}
IE:.{871C5380-42A0-1069-A2EA-08002B30309D}
打印机:.{2227A280-3AEA-1069-A2DE-08002B30309D}
拨号网络:.{992CFFA0-F557-101A-88EC-00DD010CCC48}
计划任务:.{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
网页:.{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
无关联文件:.{00021401-0000-0000-C000-000000000046}

对应有ClassID, 可以在注册表里查

3. Use a icon as a menu button on taskbar.
You can use the links toolbar as a launch center. Rightclick
your taskbar, choose toolbars, links. Disable title and text,
rightclick, choose "open folder". Inside, set up folder(s) and fill
with links (html, but also executables). Folder icon will show up and
when clicked you'll get a popup with your links. Basic, but a real
space saver!

4.Windows2000的任务栏不支持真彩色显示地,用此方法可让其OK。

A) Check if your explorer.exe version is 5.0.3700.6690

B) Edit your "explorer.exe" file

1) At Offset : 0x088E6, check this bytes {0x6A,0x2C,0x6A,
0x40,0xC7,0x44,0x24,0x18,0x01,0x00,0x00,0x00,0xFF,0x15,0x68,0x11}
If it's ok change the 9's byte (0x01) to (0x11)

2) At Offset : 0x14E1D, check this bytes {0x83,0x3D,
0x28,0xB3,0x41,0x00,0x00,0x6A,0x01,0x5B,0x74,0x11,0xFF,
0x77,0x04,0xE8}
If it's ok change the 9's byte (0x01) to (0x11)
3) At Offset : 0x14E2E, check this bytes {0x0B,0xFF,0xFF,
0x85,0xC0,0x74,0x05,0xBB,0x01,0x20,0x00,0x00,0x6A,0x01,0x6A,0x00}
If it's ok change the 9's byte (0x01) to (0x11)

用途:在Windows系列中,只有WindowsME和WindowsXP才支持系统栏16位色显示,其他只支持256色显示,某些真
彩图标会因此很难看,使用此方法修改后,系统栏会和ME和XP一样漂亮。修改方法:

1.首先检查您是否在Windows2000安装了SP4补丁。打开资源管理器,找到C:\WINNT目录下的explorer.exe,点鼠标右键,
检查版本号是否为5.0.3700.6690,如果是就可以继续下面的修改。

2.复制一个备份到D:\temp\explorer.exe,用UltraEdit打开,使用菜单"搜索(S)"--"前往行号/页次 Ctrl
+G"输入0x088E6,查找下面代码,将第九个字节的01改为11,依次类推,将下面两个地址红色的字节的值改为11。

1) 偏移 : 0x088E6, {0x6A,0x2C,0x6A,
0x40,0xC7,0x44,0x24,0x18,0x01,0x00,0x00,0x00,0xFF,0x15,0x68,0x11}

2) 偏移 : 0x14E1D, {0x83,0x3D,0x28,0xB3,0x41,0x00,0x00,0x6A,0x01,0x5B,
0x74,0x11,0xFF,0x77,0x04,0xE8}

3) 偏移 : 0x14E2E, {0x0B,0xFF,0xFF,0x85,0xC0,0x74,0x05,0xBB,
0x01,0x20,0x00,0x00,0x6A,0x01,0x6A,0x00}

将以上三处都保存好即可,如果你的系统盘是NTFS的话,请重新启动到安全模式命令行方式,用命令行方式复制D:\temp\explorer.exe
到C:\WINNT下,覆盖原来的,然后重新启动至正常模式即可。如果你的系统盘是FAT32的话,可用98启动盘启动,在DOS命令行方式下覆盖,重
新启动到正常模式即可。

Reply all
Reply to author
Forward
0 new messages