<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   Sort: Rank

Get Batch File Path Name Components
How to Get Batch File Path Name Components? I want to know the path name of the directory where the batch file is located. To get different components of the batch file path name, you can use batch parameter modifiers on %0, which represents the batch file name. Here is a batch file, Batch-File-Name...
2022-02-19, 8118🔥, 0💬

Locations of Startup Programs on Windows 10
Where are the configuration locations of startup programs on my Windows 10 computer? I want to see where and how each startup program is configured. On your Windows 10 system, startup program configurations are located in 5 places: 1. Common Registry Keys - Some startup programs are configured in sy...
2022-02-19, 2957🔥, 0💬

Track Startup Programs with wmic.exe on Windows 10
How to track and maintain startup programs on Windows 10? I want to keep a record of what startup programs are configured on my computer. If you want to get a list of all startup applications on your Windows 10 system and save it to a file, you can use the Windows Management Instrumentation Command ...
2022-02-19, 2572🔥, 0💬

How Startup Programs Added to Windows 10
How startup programs are added to my Windows 10 computer? There are several possible ways in which startup programs are added to your Windows 10 computer: Windows installation - When Windows system was installed to your computer, some startup programs may be added to your computer. Windows updates -...
2022-02-19, 2174🔥, 0💬

"for" Loop Parameter Modifiers
How to use "for" Loop Parameter Modifiers? Here is a batch file, For-Loop-Parameter.bat, that dumps the "for" loop parameter "%%p" with different modifiers: @echo off rem For-Loop-Parameter.bat - Show components of a for loop parameter for %%p in (%1) do ( echo ---------------- echo p = %%p echo ~p ...
2022-02-04, 2555🔥, 0💬

List of Startup Programs on Windows 10
Can I get a list of Startup programs on my Windows 10 computer? Startup programs on Windows 10 systems are programs that configured to run at the system startup time. Some startup programs are installed as part of the Microsoft Windows system, some are installed by your PC manufacture or 3rd part ve...
2022-02-04, 2143🔥, 0💬

"del" Command Help Reference
How to get "del" command help reference? You can run the "del /?" command to get "del" command help reference as shown below: C:\fyicenter&gt;del /? Deletes one or more files. DEL [/P] [/F] [/S] [/Q] [/A[[:]attributes]] names ERASE [/P] [/F] [/S] [/Q] [/A[[:]attributes]] names names Specifies a ...
2022-02-04, 1971🔥, 0💬

"echo" Command Help Reference
How to get "echo" command help reference? You can run the "echo /?" command to get "echo" command help reference as shown below: C:\fyicenter&gt;echo /? Displays messages, or turns command-echoing on or off. ECHO [ON | OFF] ECHO [message] Type ECHO without parameters to display the current echo ...
2022-02-04, 1910🔥, 0💬

"dir" Command Help Reference
How to get "dir" command help reference? You can run the "dir /?" command to get "dir" command help reference as shown below: C:\fyicenter&gt;dir /? Displays a list of files and subdirectories in a directory. DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N] [/O[[:]sortor...
2022-02-04, 1853🔥, 0💬

What Is "for" Loop Parameter
What Is "for" Loop Parameter? A "for" loop parameter is a parameter defined in a "for" command to represent each item from a give list. A "for" loop parameter must be defined using the "%%name" format, where "name" can be any identifier string. Same parameter modifiers as batch parameters are also s...
2022-02-04, 1788🔥, 0💬

"copy" Command Help Reference
How to get "copy" command help reference? You can run the "copy /?" command to get "copy" command help reference as shown below: C:\fyicenter&gt;copy /? Copies one or more files to another location. COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/L] [/A | /B ] source [/A | /B] [+ source [/A | /B] [+ ...]]...
2022-02-04, 1767🔥, 0💬

What Are Batch Variables
What What Are Batch Variables? Batch variables are variables that create, store value to and retrieve value from in a batch file. There are 3 ways a batch variable is defined: 1. Defined in the batch file using the "set" command. For example, "set java_home=\fyicenter\java" will define a new variabl...
2022-02-04, 1704🔥, 0💬

Delete Registry Key of a Startup Program on Windows 10
How to delete the registry key of a startup program on Windows 10? I don't want to this program at system startup time. If you want to delete the registry key of a startup program on your Windows 10 computer, you can follow these steps: 1. Run "regedit.exe". You see the "Registry Editor" window show...
2022-02-02, 2632🔥, 0💬

Registry Keys for Startup Programs on Windows 10
How to view registry keys of startup programs on Windows 10? If you want to view registry keys of startup programs on your Windows 10 computer, you can follow these steps: 1. Run "regedit.exe". You see the "Registry Editor" window showing up. 2. Select registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Mi cro...
2022-02-02, 2628🔥, 0💬

Track Startup Programs with PowerShell "get-wmiobject" on Windows 10
How to track and maintain startup programs with PowerShell on Windows 10? I know how to use PowerShell cmdlets. If you want to get a list of all startup applications on your Windows 10 with PowerShell cmdlets, you can use the "Get-WmiObject" cmdlet as described in this tutorial: 1. Start a PowerShel...
2022-02-02, 2205🔥, 0💬

Ways to Remove Startup Programs on Windows 10
What is the best way to remove startup programs on Windows 10? There are a number of ways you can remove startup programs on your Windows 10 computer as listed below. The best ways are listed first. 1. Uninstalling the owner application - If a startup program was added by an application, and you are...
2022-02-02, 2194🔥, 0💬

Disable or Remove Startup Programs on Windows 10
Where to find tutorials and answers on removing or disabling startup programs on Windows 10? I want to learn how to disable or remove startup programs to keep my computer secure and fast. Here is a collection frequently asked questions and answers on removing and disabling startup programs on Window...
2022-02-02, 2137🔥, 0💬

Disable Startup Programs with Task Manager on Windows 10
How to disable a startup program with Task Manager on Windows 10? I just want to stop the startup program getting executed at system startup time. If you want to just stop a startup program getting executed at system startup time and keep the startup program configuration, in case you want to enable...
2022-01-28, 2773🔥, 0💬

Delete Item from Common "Startup" Folder on Windows 10
How to delete an item of the common "Startup" folder on Windows 10? I don't want to this program to run at system startup time. On Windows 10 system, each item in the common "Startup" folder C:\ProgramData\Microsoft\Windo ws\StartMenu\Programs\Startup represents a startup program that applies to all...
2022-01-28, 2587🔥, 0💬

Delete Item from Personal "Startup" Folder on Windows 10
How to delete an item of the personal "Startup" folder of a single user on Windows 10? On Windows 10 system, each item in the personal "Startup" folder of a user C:\Users\...\AppData\Roaming\M icrosoft\Windows\StartMenu\Programs\Startup represents a startup program that applies to a single user on t...
2022-01-28, 1940🔥, 0💬

"Windows Security notification icon - SecurityHealthSystray.exe" Startup Program
What is the startup program "Windows Security notification icon - SecurityHealthSystray.exe" on my Windows 10 computer? Can I remove it to speedup my computer and reduce security risk? "Windows Security notification icon - SecurityHealthSystray.exe" is installed as part of Windows Defender system so...
2022-01-24, 11159🔥, 0💬

"Realtek HD Audio Manager - RtkNGUI64.exe" Startup Program
What is the startup program "Realtek HD Audio Manager - RtkNGUI64.exe" on my Windows 10 computer? Can I remove it to speedup my computer and reduce security risk? "Realtek HD Audio Manager - RtkNGUI64.exe" is installed as part of Realtek HD Audio driver on Dell computers. It starts the "Dell Audio" ...
2022-01-24, 3918🔥, 0💬

System Startup Programs on Windows 10
Where to find detailed information on system startup programs on Windows 10? I want to learn more about each startup program and decide to keep it or not.. Here is a collection frequently asked questions and answers on system startup programs on Windows 10 compiled by FYIcenter.com team: "Windows Se...
2022-01-24, 2234🔥, 0💬

"GoogleChromeAutoLaunch_391E... - Chrome.exe" Startup Program
What is the startup program "GoogleChromeAutoLaunch_391E.. .- Chrome.exe" on my Windows 7 computer? "GoogleChromeAutoLaunch_391E.. .- Chrome.exe" is installed as part of the Google Chrome Web browser. You will see the "Chrome.exe" listed on the Startup tab of msconfig.exe screen as: Startup item: Go...
2022-01-19, 2162🔥, 1💬

💬 2022-01-19 JavaScript modules: 76 lines (55 sloc) 1.88 KB 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37...

<< < 11 12 13 14 15 16 17 18 19 20 21 > >>   Sort: Rank