طبق گفته مایکروسافت: "svchost.exe نام نوعی process میزبان برای سرویس هایی است که از درون fileهای DLL اجرا می شوند".
در حقیقت svchost.exe نامی عمومی برای عملکردهایی است که از طریق DLLها و یا از داخل آنها اجرا می شوند
مایکروسافت در ویندوز 10 (v1703) سرویس های SvcHost رو برای سیستم هایی که بیش تر از 3.5 گیگابایت رم دارند رو جدا کرده قبلا به این صورت بود که سرویس هایی که مشترک کار میکردند در یک گروه SvcHost قرار میگرفتند مانند کانکشن های ویندوزدر16 سرویس در قالب 11 هاست SvcHost قرار میگرفت این فرآیند احتمال خطا و آسیب پذیری ویندوز رو افزایش می داد و می توانست یک سرویس غیر مهم بر روی اتصالات شبکه تاثیر بگذارد.
مزایای این تغییرات عبارتند از :
برای امتحان کردن این موضوع میتونید ماشین مجازی با ویندوز 10 v1703 راه اندازی کنید و رم 3484 مگابایت یا کمتر برای دیدن SvCHost گروه بندی شده و رم 3486 یا بیشتر برای دیدن SvCHost های جدا شده .
برخی از سرویس های دستگاهایی که 3.5 گیگ یا بیشتر رم دارند, گروه بندی می شوند مانند Base Filtering Engine و فایروال ویندوز با هم در یک گروه قرار می گیرند
این تغییر از طریق رجیستری قابل غیر فعال سازی هست .
برای رفع این مشکل
محتویات داخل این فولدر رو پاک کنید و کامپیوتر را یکبار ری استارت کنید
c:\Windows\System32\GroupPolicy\Machine
CTRL+SHIFT+RIGHT_CLICK Taskbar to get the "Exit Explorer" shortcut.
اطلاعات تکمیلی
https://developer.microsoft.com/en-us/windows/ready-for-windows#/
I installed ConfigMgr 2012 with SP1 in my LAB environment yesterday. The SQL 2012 server is located on a remote server and I decided to use a single site (primary site) installation of ConfigMgr. Before I started the 'splash.hta', I extended the AD schema and created the 'System Management' OU.
Figure 1: HMAN.log |
Figure 2: SQL Server DSN configuration |
If you use pushd and popd instead of cd you won't get that UNC error.
pushd <UNC path> will create a temporary virtual drive and get into it.
popd will delete the temporary drive and get you back to the path you were when you entered pushd.
Example:
C:\a\local\path> pushd \\network_host\a\network\path
U:\a\network\path> REM a temporary U: virtual drive has been created
U:\a\network\path> popd
C:\a\local\path> REM the U: drive has been deleted
C:\a\local\path>
Step 1: First step is to head over to Windows Answer Key File Generator website. Click Office menu and then click Office 2010 or 2013 to start customizing the default Config.xml.
Step 2: Enter general settings such as product key and installation path (if you want to install Office at a location other than the default one).
In addition to that, you can configure the setup to show user interface to the user when installation is being done, or you can completely hide the user interface. And there is an option to hide the completion notice but we suggest against it as the setup won’t notify you once its finishes the installation if you configure it to hide the completion notice.
Finally, select the programs that you would like to install. Select “The feature is not installed option” from the drop down menu next to the program name if you don’t want to install it. And selecting The feature is installed on the user’s computer will install the program.
Step 3: Once done, click on the Download File link (located at the bottom of the page) to download the customized Config.xml file. And if for some reason, the button isn’t working, please click on the Highlight All button, copy the code, paste it in Notepad, and then save the file as Config.xml.
Step 4: Next copy Config.xml file to Office 2010/2013 installation folder. Make sure to place the Config.xml in the root of installation folder where Setup.exe file is located.
Step 5: That’s it! You’re done. Launch Office setup now and see Config.xml file automatically installing Office for you. Good luck!