In order to facilitate the management of documents, I believe a lot of people will carry a U disk, do not think you can only save the file, in fact, we only clever modify Windows settings, you can use U disk control system! Now, this article for your friends summed up a few U disk control system Application, I hope we can
1, let u disk as a system favorites
Your preferences and privacy information is often recorded in the System Favorites folder. In order not to allow others to peep at the privacy of this aspect of information, many people tend to keep the collection of privacy content to their own portable disk, but later want to call their own collection of privacy content, it is more trouble, Because the Windows system automatically displays the contents of the default favorites, is there a way for Windows to automatically invoke the contents of the favorites stored on the USB disk? The answer is yes, we just need to make appropriate changes to the relevant registry key values in the Windows system, Allows Windows to automatically invoke the contents of the Favorites on the U disk:
First click the start/Run command, in the pop-up System Run dialog box, enter the string command "regedit", click the "OK" button, open the corresponding system Registry console window;
Figure 1 Changing the Favorite folder location
Next, in the left position of the console window, right-click the HKEY_CURRENT_USER node option and expand the registry subkey from under the target node software\microsoft\windows\currentversion\ Explorer\shell Folders, in the right display area of the corresponding Shell Folders subkey, locate the target key value favorites and double-click the key value option to open the Settings dialog shown in Figure 1, in the Value data text box of the dialog box, Enter the favorites in the U disk in the detailed path, and then click "OK" button to save the above set up operation, and finally restart the corresponding system, so that Windows system will be able to automatically use U disk as a favorite folder to display.
[NextPage]
2, let u disk as the system startup key
In public, there are always some lawless elements while we are not in the computer scene, secretly open the computer login system, to view our operating privacy, and even to the computer system to carry out some illegal sabotage activities. In order to prevent others from logging on to their own system, many people often choose to protect the system with an encryption dog, and once the dog is not supported, then no one can enter the computer system at will. However, for ordinary computer systems, deliberately to choose the encryption dog to protect the system security, obviously a bit of a fuss; in fact, we can through the appropriate settings, let oneself in the hands of the U disk "transformation" into a system to start the key to play a simple role to encrypt the dog. Now, the following settings to operate, their hands will become the future of your own system to start the "key", without this key, ordinary people can not normally use their own computer:
First the U disk inserted into its own computer system, and in which to create a file, assuming that we named the file "Aa.txt", the actual use of the file is to allow local computer systems to identify the U disk is the designated U disk, and not other people arbitrarily inserted the U disk, This will enable U disk as the system to start the "key" uniqueness;
Next, open the Notepad editor and enter the following command line code in the Text editing window:
@echo off
If not exist F:\aa.txt shutdown-s-T 5-c "You do not have a startup key, no login system"
Where the "F" disk is assumed to be the disk partition symbol of the USB disk, after confirming that the above code is correct, click the file/Save command in the text editing window, and then save the contents as a "aa.bat" batch file, and once the Windows system executes the file, Then it will automatically scan the local system whether inserted a U disk, and in the designated U disk root directory exists "Aa.txt" file, if there is no U disk inserted or u disk without "Aa.txt" file, Windows system will automatically pop off the system prompts, and Forcibly shut down the computer system in 5 seconds, so that the user who does not specify a U disk will naturally not be able to use the local computer system freely.