Category:Windows
-
Time:2021-1-21
1、 Open CMD mode Click start, find the windows system, expand and select the command prompt Win key + R key, enter CMD in the open pop-up box, and click OK Select the folder, hold down the shift key, right-click and select here to open the shell window Enter CMD in the address bar of […]
-
Time:2021-1-21
Process file: launch or launchap.exeProcess name: Acer Launch ManagerProcess category: processes with security risksEnglish Description: launchap.exe provides configurable tools for your Acer product. This is a non-essential process. Disabling or enabling this is down to user preference Chinese reference:Sorry, there is no Chinese reference for the time being!Produced by: AcerOf: Acer launch managerSystem process: noBackground […]
-
Time:2021-1-21
Then write the extracted last line in the first line of the new text, filter out the first line and the last line of the original text with findstr statement, and add the extracted first line after the last line. Copy codeThe code is as follows: @echo off Purpose: to swap the first and last […]
-
Time:2021-1-21
This morning, Microsoft launched a new preview version for the insider members of dev channel, with the operating system version number build 20251. Like the previous version, it still belongs to Fe_ Release branch, this preview update completely focuses on function repair and detail polishing,Instead of introducing any new functions, it focuses on fixing bugs […]
-
Time:2021-1-20
In this paper, the main comparison, VBScript create object(“ WScript.Shell “) and CreateObject (” Shell.Application There is no difference between them. Code differences: The code is as follows: ‘the first way Set oShell = CreateObject(“WScript.Shell”) oShell.Run “xxxx.exe” ‘the second way Set oShell = CreateObject(“shell.application”) oShell..ShellExecute “xxxx.exe”, “”, “”, “”, 1 Here we mainly record the […]
-
Time:2021-1-20
Process file: launchpd or launchpd.exeProcess name: launch padProcess category: processes with security risksEnglish Description: launchpd.exe is a multimedia toolbar from ATI which offers an extra toolbar with selectable buttons to media player etc. This is a non-essential process. Disabling or enabling this is down to user preference Chinese reference:launchpd.exe Is ATI multimedia extension toolbar related […]
-
Time:2021-1-20
Copy codeThe code is as follows: @echo off goto run The problem is that there is a text file, and the contents are as followsaccident n. Accident (factor)across Across across across across across across across across across across across across across across across across across across across across across across across across across across across […]
-
Time:2021-1-20
Microsoft has already announced that it will not support flash at all by the end of this year. Now, Microsoft is on the move.Microsoft has made a new windows 10 patch kb4577586. The only function of this patch is to completely remove flash from the system. Note that once kb4577586 is installed, it cannot be […]
-
Time:2021-1-19
Link to the original text:https://xiaoheidiannao.com/articles/Magnifier.htmlMore computer skills can be found athttps://xiaoheidiannao.com/articles/Magnifier.htmlCheck it out! The magnifying glass is built into windows 10SoftwareIt can zoom in anywhere on the screen. If you think some text is too small or want to highlight a certain range of content on the screen, you can use a magnifying glass. This […]
-
Time:2021-1-19
Process file: lexlore or lexplore.exeProcess name: sodabot virus!Process category: processes with security risksEnglish Description: lexplore.exe is registered as the SODABOT VIRUS!and should be removed immediatly. This virus creates a backdoor on your computer which allows hijackers to take control. Chinese reference:lexplore.exe It is a process related to sodabot virus.Producer: n / ABelonging to: sodabot virus!System […]
-
Time:2021-1-19
Copy codeThe code is as follows: @echo off Extract the difference between two files into a file:: cd.>3.txt for /f “tokens=1* delims=:” %%i in (‘findstr /n . 1.txt’) do ( for /f “tokens=1* delims=:” %%x in (‘findstr /n . 2.txt’) do ( if %%i equ %%x if not “%%j”==”%%y” (>>3.txt echo 1:%%j&>>3.txt echo 2:%%y&>>3.txt echo.) […]
-
Time:2021-1-19
When using the computer, if you suddenly find that the computer appears garbled phenomenon, that moment will feel very numb, just recently a small partner came to ask win10 changed the system language or garbled problem, win10 system language garbled how to do? Don’t worry, today Xiaobian will share with you the system language garbled […]