Home > Article > Computer Tutorials > I lost my notepad on my computer
1. How to open Notepad:
①Start-》All Programs-》Attachments-》Notepad
②. Enter during operation: NOTEPAD.EXE
③.Double-click C:\WINDOWS\NOTEPAD.EXE
2.Write a program
①Copy the following file to Notepad and save it as a file with the extension reg!
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000
②Copy the following file to Notepad and save it as a file with the extension reg!
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=-
③Copy the following file to Notepad and save it as a file with the extension reg!
REGEDIT4
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
④Copy the following file to Notepad and save it as a file with the extension vbs (Note: After installing Super Jieba, the way to open the vbs file has been changed, you can reinstall WSH)!
Dim WSHShell
Set WSHShell=WScript.CreateObject("WScript.Shell")
WSHShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
⑤Copy the following file to Notepad and save it as a file with the extension htm!
⑥Copy the following file to Notepad and save it as a file with the extension inf (right-click and select Install)!
[Version]
Signature="$Chicago$""
[DefaultInstall]
DelReg=DeleteMe
[DeleteMe]
HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\System","DisableRegistryTools"
⑦Unlock the registry under dos:
regedit/d HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
⑨Copy the following file to Notepad and save it as a file with a js extension!
var WSHShell=WScript.CreateObject("WScript.Shell");
WSHShell.RegWrite("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\DiableRegistryTools",0,"REG_DWORD");
WSHShell.RegDelete("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\");
The so-called notepad is a notebook in our lives that records some things, some personal feelings, etc. Notepad can only input plain text and cannot save pictures or a specific other format. The format of Notepad is txt format file. For example, we copy the content on some web pages into Notepad, so that the content format on the web page will be automatically removed, leaving only the plain text format. However, if you save it in word and other editing software, you will not have this function. Generally, the Notepad program is automatically saved in the system folder. The application name of Notepad is notepad.exe. Xuyouyou uses the win7 operating system. Notepad is placed in the directory of C:WindowsSystem32. For Windows XP systems, the save location is in the C:Windows directory.
How to open Notepad? When it comes to how to open Notepad, there are many ways. Here are three simple explanations:
1. Directly right-click the blank space of the mouse, and then a dialog box will pop up. Click "New--Notepad" on the dialog box, just like creating a new folder.
2. Click "Start--Programs--Accessories" under the taskbar to find the Notepad application. Double-click it to open Notepad.
3. Open by running, also click "Start--Run" under the taskbar, and enter the notepad command in the run input box. Execute this command to open Notepad for editing.
Basically, these three methods can open the Notepad application. If you cannot open your Notepad using these three methods, it means that your computer is not working properly. Consider whether it is time to change your computer. hey-hey!
Finally share a story about how to find QQ Space Notepad. Open QQ space, in the log column, it is in the same row as the private diary. If you don’t believe it, just look at the picture. Where is the notepad? Notepad is a very nice song. You can listen to it when you have free time. It’s a pretty good song.
The above is the detailed content of I lost my notepad on my computer. For more information, please follow other related articles on the PHP Chinese website!