I. IRST
Make sure that the iRST technology is enabled in the BIOS. The path of the ThinkPad model is BIOS -- config -- power -- Intel rapid start technology. enable is later. If this is not enabled in the BIOS by default, the motherboard does not support the IRST technology.
2. Go to the system to ensure that sleep and sleep are normal. You can view disk management and check whether SSD has partitions. We recommend that you delete all partitions and recreate them. You can use diskpart to delete partitions:
Enter diskpart in cmd, press enter, enable diskpart, and then
List disk; # semicolon; indicates pressing enter
Select disk 0; # if SSD is disk 1, enter 1
List partition;
Select partition 1; # if it is the second partition, enter 2
Delete partition override; # if there are more than one partition, repeat the operation
3. Start to re-create a sleep partition and use cmd to enable diskpart.
List disk;
Select disk 0;
Create partition primary size = 9000 id = 84; # size indicates the partition size, which must be larger than the physical memory, in MB
If the partition mode is GPT id, you need to change 84 to: d3bfe2de-3daf-11df-ba40-e3a556d89593
4. Install the Intel rapid start technology Program,
You can download it from the Intel official website.
>
Supports win7 (32/64), win8/8.1 (32/64 )*
If the system does not meet the requirements, restart the computer and run the installation again. If an error still persists after the installation is restarted, check whether the Express Cache software is installed. Uninstall the software and install it again.
Decompress and install;
Click next;
After the installation is complete, the system taskbar displays the blue power icon;
Note:An error will be reported when you click to open the console!
Click "OK". After entering the console, the hidden advanced devices are displayed. The default value of "timer" is 0. Adjust the value as needed and click "save ".
Tip:This time indicates the waiting time from "sleep" to "sleep.
If it is enabled, no error message is returned even if the time is set to 0 again. This is an Intel software BUG and does not affect the use of it.
We recommend that you change the start menu "shut down key" to "sleep". In the future, you can use "sleep" instead of "shutdown" to enable quick wakeup.
ExpressCache software functions and implementation methods
Download ExpressCache
Note: for a 32-bit system, change X64 in the download link to X86.
Win10 64-bit download>
Win10 32-bit download>
Function introduction:The capacity of Solid State Disks standard in some models provided by the factory is limited and cannot be used by users to install the system. However, using Intel's fast storage technology, Solid State Disks are used as cache disks for general mechanical hard disks, speed up reading and writing of mechanical hard disks. ExpressCache software is a standard software for some models of ThinkPad. ExpressCache automatically creates the necessary cache partitions on the mSATA SSD hard disk, that is, the cache disks used as mechanical hard disks, speed up reading and writing of mechanical hard disks.
Partition Information: (if Msata has unallocated space to install ExpressCache software, it will automatically occupy all unallocated spaces on the Msata hard disk. The following figure shows the status of the primary partition)
Note: If Msata hard disk space is normally occupied, installing random ExpressCache software will not affect the existing partition of the mechanical hard disk. (Tested)
How can I check whether the ExpressCache function is properly applied?
1. Configure ExpressCache software.
2. Click Start and type cmd.exe in the start search box. After the corresponding program is displayed, right-click and select "run as administrator ". (For Win8 and Win10, press WIN + X and select the command prompt (administrator ))
Enter eccmd-info in the command prompt line and click the Enter key to view the last row. If the Cache Read Percent and Cache Write Percent are followed by the percentage, the operation is normal.