<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>acrobat &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/acrobat/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Fri, 03 Mar 2023 05:51:58 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>acrobat &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Apps flott unter Windows 10/11 installieren</title>
		<link>https://www.systemtechnics.de/apps-flott-unter-windows-10-11-installieren/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Thu, 03 Feb 2022 17:09:02 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Batch/Powershell]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[irfanfiew]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[winget]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3175</guid>

					<description><![CDATA[Mit Windows 10/11 kam auch ein Paketmanager, wie man es unter Linux gewohnt ist dazu. Über diesen Paketmanager &#8222;WinGet&#8220; kann [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Mit Windows 10/11 kam auch ein Paketmanager, wie man es unter Linux gewohnt ist dazu. Über diesen Paketmanager &#8222;WinGet&#8220; kann man mittels Powershell einfach Programme nach installieren. Gerade wenn man viele Rechner installieren möchte ist dies eine sehr einfache Möglichkeit (sofern man kein SCCM zur Hand hat). Ein weiterer Vorteil gegenüber einer manuellen Installation ist, dass man die Apps sehr einfach aktualisieren kann. (<strong><em>winget upgrade &#8211;all</em></strong>)</p>
<p><span style="font-size: revert; color: initial;">Installiert wird WinGet über der Microsoft Appstore. Dazu einfach </span><em style="font-size: revert; color: initial;"><strong>winget</strong></em><span style="font-size: revert; color: initial;"> in die Suchzeile eingeben und installieren.</span></p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="833" src="https://www.systemtechnics.de/wp-content/uploads/Appstore-winget-1024x833.png" alt="" class="wp-image-3176" srcset="https://www.systemtechnics.de/wp-content/uploads/Appstore-winget-1024x833.png 1024w, https://www.systemtechnics.de/wp-content/uploads/Appstore-winget-300x244.png 300w, https://www.systemtechnics.de/wp-content/uploads/Appstore-winget-768x625.png 768w, https://www.systemtechnics.de/wp-content/uploads/Appstore-winget.png 1246w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Anschließend kann man in der Powershell (oder Command-Box) den Befehl WinGet ausführen. Ohne Parameter wird einem eine Liste möglicher Befehle ausgegeben.<strong><em> WinGet List</em></strong> zeigt z.B. alle installierten Apps an.</p>



<p>Hier meine Apps, die ich eigentlich auf jeden Rechner drauf mache und für notwendig erachte:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">winget install 7zip.7zip --accept-package-agreements --silent --accept-source-agreements 
winget install Irfanview -s msstore --accept-package-agreements --silent  
winget install Ghisler.TotalCommander --accept-package-agreements  
winget install Mozilla.Firefox --accept-package-agreements  
winget install Google.Chrome --accept-package-agreements  
winget install "Adobe Acrobat Reader DC" -s msstore --accept-package-agreements  
winget install vlc -s msstore --accept-package-agreements
winget install Notepad++.Notepad++ --accept-package-agreements  
winget install Zoom.Zoom --accept-package-agreements</pre>



<p>Zusätzlich vielleicht noch folgende Apps:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">winget install HopToDesk --accept-package-agreements
winget install TeamViewer.TeamViewer --accept-package-agreements
winget install TeamViewer.TeamViewer.Host --accept-package-agreements
winget install Putty.Putty --accept-package-agreements
winget install TimKosse.FileZilla.Client --accept-package-agreements
winget install WinSCP.WinSCP --accept-package-agreements
winget install sysinternals --accept-package-agreements</pre>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="789" src="https://www.systemtechnics.de/wp-content/uploads/winget-powershell-1024x789.png" alt="" class="wp-image-3177" srcset="https://www.systemtechnics.de/wp-content/uploads/winget-powershell-1024x789.png 1024w, https://www.systemtechnics.de/wp-content/uploads/winget-powershell-300x231.png 300w, https://www.systemtechnics.de/wp-content/uploads/winget-powershell-768x592.png 768w, https://www.systemtechnics.de/wp-content/uploads/winget-powershell-1536x1183.png 1536w, https://www.systemtechnics.de/wp-content/uploads/winget-powershell.png 1594w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Möchte man eine bestimmte Software installieren, dann kann man den Parameter <em><strong>search</strong></em> (also winget search AppName ) bemühen.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
