
演示:

需要的自己下载了,口号是:分享!


一、在Vista系统下设置XP/VISTA双系统
在原有的Windows XP基础上全新安装Windows Vista(和原来98/XP双系统相似),这样就可以自动生成双引导菜单,是一种比较保险的系统安装方式。在安装结束后,引导时默认启动的是Microsoft Windows Vista,此时有30秒的时间供用户选择,我们可以通过上、下光标箭头选择“早期版本的Windows”,实际上这个所谓的早期版本就是原来的Windows XP,但如果你不在现场的时间超过30秒,那就将进入Vista系统,此时你将不得不选择重新启动才能进入Windows XP,感觉到有些不太方便。如果你希望在Vista下调整默认的操作系统,那么可以使用下面的两种方法:
1.窗口下解决方案
和XP时代一样,右击桌面上的“计算机”图标,打开图1所示窗口,在这里选择“高级系统设置”,此时会看到图2所示的系统属性窗口,这也是我们非常熟悉的,接下来单击启动和故障恢复小节中的“设置”按钮,打开“启动和故障恢复”对话框,如图3所示,将默认的操作系统重置为“早期版本的Windows”,然后单击右下角的“确定”按钮进行保存,下一次启动时就会默认启动Windows XP。

J:\boot>bootsect /help
bootsect {/help|/nt60|/nt52} {SYS|ALL|<DriveLetter>:} [/force]
Boot sector restoration tool
(引导扇区修补工具)
Bootsect.exe updates the master boot code for hard disk partitions in order to
switch between BOOTMGR and NTLDR. You can use this tool to restore the boot
sector on your computer.
(Bootsect.exe 为各硬盘分区更新主引导码,使之能在BOOTMGR和NTLDR间转换.你可以使
用这个工具在你的计算机上修复引导扇区)
/help Displays these usage instructions.
(/help 显示用法说明)
/nt52 Applies the master boot code that is compatible with NTLDR to SYS,
ALL, or <DriveLetter>. The operating system installed on SYS, ALL, or
<DriveLetter> must be older than Windows Vista.
(/nt52 将与NTLDR相兼容的主引导码应用于SYS,ALL, 或 <盘符>。安装在SYS,ALL, 或
<盘符>上的操作系统必须是低于WINDOWS VISTA的版本。)
/nt60 Applies the master boot code that is compatible with BOOTMGR to SYS,
ALL, or <DriveLetter>. The operating system installed on SYS, ALL, or
<DriveLetter> must be Windows Vista or WindowsServer "Longhorn".
(/nt60 将与BOOTMGR相兼容的主引导码应用于SYS,ALL或<盘符> 。安装在SYS,ALL,或
<盘符>上的操作系统必须是Windows Vista或WindowsServer"Longhorn".)
SYS Updates the master boot code on the system partition used to boot
Windows.
(SYS 在系统分区上更新被用于启动Windows的主引导码)
ALL Updates the master boot code on all partitions. ALL does not
necessarily update the boot code for each volume. Instead, this
option updates the boot code on volumes that could be used as Windows
boot volumes, which excludes any dynamic volumes that are not
connected with an underlying disk partition. This restriction is
present because boot code must be located at the beginning of a disk
partition.
(ALL 更新所有分区上的主引导码。ALL并不是必须为每一个卷(标)更新引导码,
用这个选项只更新那些在卷(标)上可被作为Windows启动卷(标)的引导码,且排
除所有未被连接于主磁盘分区的动态卷(标)。出现这个限制是因为引导码必须位
于磁盘分区的起始部位。)
<DriveLetter> Updates the master boot code on the volume associated with this
drive letter. Boot code will not be updated if either 1)
<DriveLetter> is not associated with a volume or 2) <DriveLetter> is
associated with a volume not connected to an underlying disk
partition.
(<盘符> 更新与之相关联的卷(标)上的主引导码。但引导码将不会被更新如果1)
<盘符>未与一个卷(标)相关联,或2)<盘符>与一个未被连接于主磁盘分区的卷(标)
相关联。)
/force Forcibly dismounts the volume(s) during the boot code update. You
should use this option with caution.
(/force 在更新引导代码的时候强制卸下这个卷.你应该慎重小心使用这个选项.)
If Bootsect.exe cannot gain exclusive volume access,then the file
system may overwrite the boot code before the next reboot.Bootsect.exe
always attempts to lock and dismount the volume before each update. When
/force is specified, a forced dismount is attempted if the initial lock
attempt fails. A lock can fail,for example, iffiles on the target volume
are currently opened by other programs.
(如果Bootsect.exe不能获得独立的卷(标)存取,则此文件系统可能在下一次重
启前改写引导码。则此文件系统可能在下一次重启前改写引导码。Bootsect.exe
总是努力尝试锁住和卸载这个卷。当/force(注,此/force是命令行的条件部分,
不能译成中文来用的)被指定,如果初始锁定的尝试失败,则会尝试强制的卸载。
例如,如果在目标卷(标)上的文件当前正被其他程序打开着,锁定就会失败。)
When successful, a forced dismount allows exclusive volume access and
a reliable boot code update even though the initial lock failed. At
the same time, a forced dismount invalidates all open handles to files
on the target volume. This could result in unexpected behavior from
the programs that opened these files. Therefore, you should use this
option with caution.
(成功时,即使初始锁定失败,强制的卸载也会允许独立的卷(标)进行存取和
一次可靠的引导码更新。同时,一个强制的卸载也会使所有对目标卷(标)上文
件进行着的操作失效。这可能对用于打开这些文件的程序造 定成意想不到的后
果.因此你应当谨慎使用这个选项。)
Example:
To apply the master boot code that is compatible with NTLDR to the volume
labeled E:, use the following command:
bootsect /nt52 E:
(例子:
应用与 NTLDR 相兼容的主引导码到
卷标E:, 使用下列的指令:
bootsect/nt52 E:)

(下面排列按A-Z)顺序排列
一.win+(X)其中win不会不知道吧,X为代码!
(1)Win+L 锁定当前用户.
(2)Win+E 资源管理器.
(3)Win+R 运行.
(4)Win+G (Gadgets)顺序切换边栏小工具.
(5)Win+U 轻松访问中心.
(6)Win+X Windows移动中心.
(7)Win+Tab 启用 3D窗口切换.
(8)Ctrl+Win+Tab 用键盘控制 Flip 3D窗口切换其中有个停顿效果.可以有足够的时间进行选择!
(9)Win+break 开启系统属性窗口.
二.Shell:command (外壳命令行)
以“Shell+冒号+命令”的格式,打开各种外壳文件夹:
(1)shell:AddNewProgramsFolder
(2)shell:Administrative Tools
(3)shell:AppData
(4)shell:AppUpdatesFolder
(5)shell:Cache
(6)shell:CD Burning
(7)shell:ChangeRemoveProgramsFolder
(8)shell:Common Administrative Tools
(9)shell:Common AppData
(10)shell:Common Desktop
(11)shell:Common Documents
(12)shell:Common Programs
(13)shell:Common Start Menu
(14)shell:Common Startup
(15)shell:Common Templates
(16)shell:CommonDownloads
(17)shell:CommonMusic
(18)shell:CommonPictures
(19)shell:CommonVideo
(20)shell:ConflictFolder
(21)shell:ConnectionsFolder
(22)shell:Contacts
(23)shell:ControlPanelFolder
(24)shell:Cookies
(25)shell:CredentialManager
(26)shell:CryptoKeys
(26)shell:CSCFolder
(27)shell:Default Gadgets
(28)shell:Desktop
(29)shell:Downloads
(30)shell:DpapiKeys
(31)shell:Favorites
(32)shell:Fonts
(33)shell:Gadgets
(34)shell:Games
(35)shell:GameTasks
(36)shell:History
(37)shell:InternetFolder
(38)shell:Links
(39)shell:Local AppData
(40)shell:LocalAppDataLow
(41)shell:LocalizedResourcesDir
(42)shell:MAPIFolder
(43)shell:My Music
(44)shell:My Pictures
(45)shell:My Video
(46)shell:MyComputerFolder
(47)shell:NetHood
(48)shell:NetworkPlacesFolder
(49)shell:OEM Links
(50)shell:Original Images
(51)shell:Personal
(52)shell:PhotoAlbums
(53)shell:Playlists
(54)shell:PrintersFolder
(55)shell:PrintHood
(56)shell:Profile
(57)shell:ProgramFiles
(58)shell:ProgramFilesCommon
(59)shell:ProgramFilesCommonX86
(60)shell:ProgramFilesX86
(61)shell:Programs
(62)shell:Public
(63)shell:PublicGameTasks
(64)shell:Quick Launch
(65)shell:Recent
(66)shell:RecycleBinFolder
(67)shell:ResourceDir
(68)shell:SampleMusic
(69)shell:SamplePictures
(70)shell:SamplePlaylists
(71)shell:SampleVideos
(72)shell:SavedGames
(73)shell:Searches
(74)shell:SendTo
(75)shell:Start Menu
(76)shell:Startup
(77)shell:SyncCenterFolder
(78)shell:SyncResultsFolder
(79)shell:SyncSetupFolder
(80)shell:System
(81)shell:SystemCertificates
(82)shell:SystemX86
(83)shell:Templates
(84)shell:TreePropertiesFolder
(85)shell:UserProfiles
(86)shell:UsersFilesFolder
(87)shell:Windows