How To Disable / Enable A Batch Of Services
Mar 23, 2016
Is there an easy way to disable and re-enable groups of services / processes in Windows 10 so that the computer can be switched between optimization 'profiles' for, say, routine office work, audio/video editing, and gaming?
I have two computers now - one for routine office work (e.g., Office suite, Quickbooks) and a dedicated audio/video editing workstation. The latter is very powerful and I'd like to use it for both jobs, but not if all those background processes (59 total), like Cortana, OneDrive, iCloud mean sacrificing resources for critical A/V work. Neither do I have the time or patience to manually disable scores of Startup apps and services each time I throw my A/V hat on.
View 1 Replies
Similar Messages:
Jul 30, 2015
Which running services are ok to disable for improving the performance (or to reduce the RAM memory consumption)?
View 3 Replies
Aug 3, 2015
My win10 installation got stuck at 91% so I had to restart and disable my antivirus and other services, but when I start MediaCreationToolx64 it starts to download the 3gb again from the beginning. Is there an installer somewhere in the downloaded files that can let me skip this or do I have to download it again?
View 1 Replies
Mar 5, 2016
I have win 10 pro x64 1511, the problem is that i want to disable defender but in services all the options aren't available like in this image:
I don't know that happen, is like I'm running without admin privilege or something but I'm the only user in my laptop so that can't be possible.
View 2 Replies
Sep 18, 2015
I figured out on the pro version but the home version doesn't have GPedit.msc. I disabled Defender but I still see antimalware services executable running in Processes.
View 2 Replies
Dec 9, 2015
I was trying to mess around with a few things in the sound settings so that I could get audio to play through my headphones. While doing this, I disabled my speakers that were plugged in. Now, I want my speakers to return being the main sound playback device.
View 2 Replies
Mar 5, 2016
Which Network Protocols should I enable or disable for my PC?
My PC usage and router set up:
- file downloading while also browsing web or streaming video
- I don't do any lan/network sharing
- Torrent file sharing
- QOS is disabled on my router
- The PC is connected with Ethernet cable
My current settings
[ ] Client for Microsoft Networks
[ ] File and Printer Sharing for Microsoft Networks
[ ] QoS Packet Scheduler
[ x] Internet Protocol Version 4 (TCP/IPv4)
[ ] Link-Layer Topology Discovery Mapper I/O Driver
[ ] Microsoft Network Adapter Multiplexor Protocol
[ ] Microsoft LLDP Protocol Driver
[ ] Internet Protocol Version 6 (TCP/IPv6}
[ ] Link-Layer Topology Discovery Responder
View 1 Replies
Aug 10, 2015
We drag the Local area connection and place it in the riht upper corner of the displayWe connect via Realtek PCIe GBE Family Controller.We then right click on the icon when we want to connect to the Internet - we ENABLE.When we want to disconect - We rightclick on the Icon and DISABLE
It has worked in all our windows up to Win 7 included.But now in Win 10 that we have upgaded to (free) it does not work.If we want to disable we only see the alternative ENABLE.WE ALSO INTEND TO INSTALL WIN 19 ON OUR SECOND COMPUTER. I THINK I SKALL THIS TIME MAKE A CLEAN INSTALL.IS IT OK TO START WITH THAT AS SOON AS I GET THE WHITE FLAG AT THE BOTTOM OF THE DISPLAY.I HAVE PICKED UP AN ISO FILE AND LOADED IT DIRECT TO AN USB-MEMORY.
View 3 Replies
Feb 10, 2016
Can't download batch file "10services_default.bat" to solve windows 10 start menu problem.
View 3 Replies
Jan 17, 2016
I am trying to run a batch file with these contents:
Code:
ECHO OFFTIMEOUT /T 2 /NOBREAKDisplaySwitch.exe /internalTIMEOUT /T 2 /NOBREAKDisplaySwitch.exe /external
I've tried putting a shortcut to it in the startup folder, putting the bat itself in the startup folder, and running it as a task using task scheduler. I also have UAC completely disabled. It runs fine when I run it myself, but it won't run at startup. How can I get to run when I start the computer?
View 7 Replies
Jan 15, 2016
I am trying to write a batch file in Windows 10 to output day of week (Monday, Tuesday etc) to variable do that I can do certain procedures on differnt days o the week and am having major problems.
If I type DATE /T at command prompt I get 15/01/16 and no day of week.
I have change regional setting so that long date is in correct format but still if I type DATE /T at command prompt I get 15/01/16 and no day of week.
View 1 Replies
Oct 27, 2015
( do you want to allow this app to make changes to your pc ( yes ) ( no )). And we all know the pros and cons of disabling the UAC. Wouldn't it be good if the Yes Box was automatically Clicked for you. All we need is some type of Batch File that would specifically watch for that Message and Answer it for you. Or maybe hidden deep within the registry it may be possible Tick the right Box to do it for us. Looking for some Positive Answers.???
View 3 Replies
Nov 10, 2015
I am trying to make a batch file that will run multiple programs at once.
No matter what I do I can't get a batch file to open anything. I have tried a wide variety of programs and command formats. In every instance, the CMD window flashes on screen, and will not stay open even if I end my batch with "Pause".
I even checked Window's file extensions (per another thread on here) to ensure that batch files are properly unassociated.
After trying a wide variety of things, I have stripped my test batch file down to this code:
@echo off
START C:WindowsNOTEPAD.EXE
pause
Why I can't get this to work. Oh, and yes I have tried running the batch file as administrator.
I had written and saved the text in Word and then changed the file type to .bat. Creating it in Notepad totally fixed that issue.
View 1 Replies
Feb 10, 2016
I have a batch command to back up a subdirectory:
xcopy "C:All*" "E:Allback*" /E /Q
How can I hide the command window during the execution?
View 2 Replies
Dec 8, 2015
I have a desktop running with a few apps 24/7 feeding to a network, on the rare occasion it drops or restarts due to some update or power outage I thought I could write a simple batchfile just to restart everything automatically.
Problem is 1 app refuses to start, the app itself is in c:program files (x86) and that seems to be the issue. Error message I get is "cannot find c:program"
path for the app is...
C:Program Files (x86)COAAPlanePlotterPlanePlotter.exe
the other 2 apps open fine (but they are not pathed to (x86). am I going daft or missed something simple?
(Win 10 64 bit all updted)
View 3 Replies
Aug 19, 2015
I'm trying to create a batch file that should
- call another batch file
- start a program and then wait for the program to close
- call another batch file
My goal with this is to work around an issue in Windows 10 where the screensaver won't work when I have my game controllers connected. I already created two batch files where one of them enables my game controllers and the other one disables them. Both these batch files work just fine.
However I now want to create a third batch file that will do what listed above - first call the batch file that will enable my game controllers, then start my program which is an executable and then after I exited out of the program the batch file that will disable my game controllers should be called.
Here's what I've tried but this doesn't work, it will only run the first batch file enabling my game controllers.
Code:
"c:utilGame controllers - Enable.cmd"start "P:Program Files (x86)Lockheed MartinPrepar3D v2Prepar3D.exe""c:utilGame controllers - Disable.cmd"
View 4 Replies
Mar 26, 2016
I've just made a very simple batch file for cleaning my temp folder. I've put the .bat file in my startup folder so it would clean TEMP when i log in. I've wrote down the following lines:
rd D:TEMP /s /q
md D:TEMP
As i said, very simple. But the problem is that it is not working. I also think i know why; there are files and folders in the temporary folder that are in use so the batch file can't delete them.
View 1 Replies
Nov 19, 2015
The PC has 2GB RAM, when I saw the Task Manager, it doesnt have many services as my laptop has, it doesnt have like Service Local Host etc. It's memory is only 36% but my laptop, has Service Local Host etc and many services has 60% (Note: The PC has only one system service and the rest are apps.
View 1 Replies
Jul 29, 2015
I am working on a .reg file to disable all the unwanted services. I do not know the keys to use for the following services and would like adding them to my .reg located below.
Security AccountsSystem Event NotificationWindows FirewallWindows Eventlog
And can you look over my current list and see if there is anything that 100% must not be turned off? Is there anything else you would add?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSchedule]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesALG]
; Application Layer Gateway Service
"Start"=dword:00000004
[Code]
View 7 Replies
Sep 28, 2015
I just reinstalled Windows 10 (clean). Now I see that I can't turn on Location Services, so I can't use cortana!
If I click on "change" (turn on) in the settings menu, nothing happens.
If I try to open cortana settings, nothing happens as well.
View 1 Replies
Feb 17, 2016
This problem has just started and it is preventing me from getting Windows Updates and accessing my external hard drives.
View 1 Replies
Sep 19, 2015
So I was messing with the services startup parameters and I managed to change something which is now preventing my USB ports from working. My kb/mouse lights up during boot and then goes off and stays off just before the login screen appears. How I could fix this without reinstalling windows again? I've tried all ports but none of them work .
View 1 Replies
Nov 23, 2015
In Edge Home page or the News app?
View 4 Replies
Feb 10, 2016
As we all know, the classical Windows XP has a tool.... XpLitePro ... to remove all unwanted software and services you wish to have deleted. XpLite could both remove hidden programs/services which are not visible in configuration screen/ remove programs section
Question: Does Windows 10 have such a tool already? I can't hardly wait to remove unwanted stuff..
View 9 Replies
Dec 2, 2015
I'm not sure what all is affected by "Windows services" not connecting but since that happened, I am unable to access my Outlook email and a solitaire game won't open. I'm also trying to update Windows Defender but it won't finish updating. And, I have checked to see if an update is due and it just never stops looking for one. Little blue dots, little blue dots, little blue dots...
I have not downloaded anything from anywhere.
I never had any problems with Vista or 8.1. I'm almost ready to go back to 8.1.
View 9 Replies
Feb 10, 2016
It seems Microsoft has eliminated a feature I once used prolifically: Hardware Profiles. Windows-10 does have a "hardware profile", but it is nothing like what was in XP (or in Win-7, as I understand it). I want to know if there is an alternative in Windows-10 that allows me to control which Services are enabled or disabled from one session to the next, based on the currently selected profile (XP also had User Profile, but that's a different beast, and that still seems to exist in Win-10).
In the older O/S'es (XP, 2ooo, and NT for sure), you could set up multiple "hardware profiles" (silly name because it related as much to controlling Services as it did to controlling Devices). You give each profile a name, and set which one is the default startup if you let the screen time out. This is like the timeout in a multi-boot menu, and it's a menu that comes up right after the O/S menu if you are multi-booted. If you're single boot, it comes up at that same moment in the boot process.
Then, in the properties dialog for an individual Service, in the Logon tab (if I recall correctly, or maybe it was a "Startup" tab), those profile names you made will show up as a list allowing you to set enable at bootup or disable at bootup for each profile in that list.
View 1 Replies