Look in these folders:
- C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu
- C:\ProgramData\Microsoft\Windows\Start Menu
Un-check undesired programs in Start > Search > Msconfig > Startup .
You can also use WinPatrol 2010 or Sysinternals Autoruns to make the settings.
Steve Winograd, Microsoft Most Valuable Professional (Desktop Experience)
Look in these folders:
- C:\Users\AppData\Roaming\Microsoft\Windows\Start Menu
- C:\ProgramData\Microsoft\Windows\Start Menu
Un-check undesired programs in Start > Search > Msconfig > Startup .
You can also use WinPatrol 2010 or Sysinternals Autoruns to make the settings.
Steve Winograd, Microsoft Most Valuable Professional (Desktop Experience)
I don't have "appdata" in my user folder. I also don't have "program data" listed on C. I've checked my startup folder and the programs that I don't want to start are not listed there. They aren't listed in autoruns, either.
How do I change the preferences for what programs start automatically? It seems as if when I use a program twice it just automatically starts the next time I open my computer -- and will not stop starting. how do I fix this? I am using System 7. I have checked the forums and I cannot find an answer -- or the answers do not work on my computer. What else can I do? All these programs starting up are driving me crazy!
FIrst, get the process id with TASKLIST
tasklist /fi "imagename eq java.exe"
output :
Image Name PID Session Name Session# Mem Usage Status
=================== ====== ============= ======== ============
Java.exe 1060 RDP-Tcp#8 0 81 408 Ko
the use TASKKILL <pid>
taskkill /pid 1060
or directly
taskkill /F /FI "IMAGENAME eq java.exe"
You can create the list of tasks that have to be closed using a batch file as shown below. E.g.:
taskkill /im notepad++.exe
taskkill /im eclipse.exe
taskkill /im outlook.exe
taskkill /im chrome.exe
taskkill /im word.exe
taskkill /im winscp.exe
taskkill /im iexplore.exe
taskkill /im OUTLOOK.exe
taskkill /im WINWORD.exe
How to close all background programs in Windows?
how do I disable programs from windows 7
how do I disable programs from windows 7
How to Disable Unwanted Background Applications in Windows 7, 8?
Videos
Solution
Here's a template you can use:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\whatever.exe]
"Debugger"="systray.exe"
To revert back you just need to remove the registry key:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\whatever.exe]
Note Administrator rights (or enough rights to access the related registry key) are required in order to apply the changes.
How it works
The Image File Execution Options registry key was designed, among other things, to automatically launch a debugger when an application starts. While the debugger would start the application and attach, you can specify just any executable which will be run instead, thus overriding the original one.
What about systray.exe? It's a little stub program which was first introduced with Windows 95, and used to handle the system notification icons. It's not really used any more in the newer Windows versions, and it was mostly kept for backward compatibility reasons. It has no user interface, and doesn't do anything noticeable besides refreshing the notification area when started.
Remarks
Changes are applied immediately, and work regardless of the Windows 7 edition installed.
If you want to display a standard error message instead, replace
systray.exewith%1(any non-existing executable will do as well). Displaying a custom message would require creating either a custom program or script, and launch that.
Known limitations
Since the method is based on the program name, one could workaround it by renaming the executable to something. That can easily be avoided by making sure users the program is located in a directory which they don't have full control of (e.g.
C:\Program Files).One could copy the whole program folder elsewhere (e.g. on the desktop) and then rename the executable. Some programs might not run that way, but others could. To avoid this, make sure users have no write permissions in their profile folders unless otherwise required.
References
- How to add, modify, or delete registry subkeys and values by using a .reg file
- How to turn off the Windows Update feature in Windows XP
If your Windows computers are in an Active Directory environment, you can use Software Restriction Policies to prevent programs (except your whitlisted ones) from running.
You cannot block "programs" from accessing the registry, but you can deny users access to it. Beware, though, that programs run under the context of the user and may need access to various parts of the registry.
I don't understand why you have different policies applied one by one to each laptop. Do you have laptops which are supposed to run Word but not uTorrent, and others which are supposed to run uTorrent but never Excel?
We've all seen this happen. When you first buy a Windows PC, it seems to operate like a breeze. Programs open up and run with no difficulty.
Then after several months everything slows up. It becomes so bad that you have to buy a whole new computer. The assumption is there are some background processes that continue to run that prevent the computer from running more quickly. So how can you close all those background processes?
I know about opening the Task Manager. But there are usually so many processes running you can't tell which ones are essential for Windows to operate. I have tried shutting down some processes at random but I almost always get the warning "this is a system process and can't be shut down."
So can we shut down all those background processes so the computer is back to original pristine state and only the processes for the one program you want to run are operating?
From Windows Seven Forum:
1) This is not a problem. It's actually a good thing because Windows is waiting for programs to shut down and disk buffers to be flushed to disk. If it didn't do that you'd be at nasty risk for data losses.
2) Some programs do take a while to close off... they have to save settings, close disk files, shut down network ports, release memory, etc. This too is perfectly normal behaviour.
Inside windows when you do a Shutdown every running program receives a WM_CLOSE message which initiates program shutdown. Right after that they receive a WM_POWER message telling them the system is about to shut down... if the program needs more time, it can delay answering the WM_POWER message and conduct it's business shutting down. When ALL programs have answered the WM_POWER message the system shuts off.
Really guys... this isn't something you should be worried about...
Close programs running in the background in Windows
How do I reduce the number of programs that run in the background in Windows? Closing programs running in the background on your computer can free up system resources for your other programs. This can resolve problems where your system is running slowly or two programs are trying to use the same device. It can also help you determine if there is a conflict with third-party software that's running on your system.
Solution 1: Temporarily disable background programs (short version).
Right-click the program's icon in the system tray (next to the clock), and choose Close, Exit, or Disable.
Solution 2: Temporarily disable background programs on Windows from Task Manager.
The Windows Task Manager can close programs that the system tray cannot.
Warning: If you use the End Process feature to close a program, you will lose any unsaved data in that program. Avoid ending system processes if possible, and be cautious when terminating system processes: you may disable necessary components of your system. You may need to restart your computer to restore full functionality.
If you are unfamiliar with the listed processes, follow these rules:
- Do not end EXPLORER.EXE, or anything with SYSTEM, SYSTRAY, or SERVICE in its user name.
- If you are unsure what a process does, do not end it.
If you end a required process by mistake, restart your computer, and the system should re-enable it.
If you are still having memory or device problems, choose the method for your computer's operating system:
Windows XP, Vista, or 7: 1. Press and hold the CTRL and ALT keys, and then press the DELETE key. The Windows Security window appears. 2. From the Windows Security window, click Task Manager or Start Task Manager. The Windows Task Manager opens. 3. From the Windows Task Manager, open the Applications tab. From the Applications tab, highlight each application you want to close and then click End Task. 4. Now open the Processes tab. For each program you want to close, highlight it/click it once and then click End Process. Donot close System or EXPLORER.EXE.*