30 January 2016

Chocolatey

Chocolatey




One of the things that I really have a problem with is loading software onto
new computer or laptops.  I use Chocolatey to install the software that I need.

It automatically installs and authenticates Windows, Office, etc
Depending on what you would like to install you type it in.
Here is my standard setup which installs teamviewer, dropbox, evernote, 
flashplayer, silverlight, chrome, firefox, dropbox, java, adobe, skype, onedrive, etc

Once you run this file, leave it and come back when it is done!!

AWESOME!!!

1.      Cut and paste this text into a file called activate.bat

slmgr.vbs -ipk enter serial number
cd /
cd "program files"
cd "microsoft office"
cd office15
cscript ospp.vbs /inpkey:enter serial number
cscript ospp.vbs /act
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;\C:\Windows\idmu\common;C:\Program Files (x86)\ESET\ESET Remote Administrator\Con\sole\;C:\Program Files (x86)\Nmap;C:\chocolatey\bin;C:\ProgramData\chocolatey\bin\
cinst teamviewer -y dropbox -y evernote -y notepadplusplus -y flashplayerplugin -y Silverlight -y GoogleChrome -y Firefox -y defraggler -y dropbox -y  teamviewer -y javaruntime -y classic-shell -y Quicktime -y cccp -y vlc -y adobereader -y skype -y googledrive -y onedrive -y googleearth -y dotnet4.5 -y adobeair -y
cinst PDFCreator -Version 1.7.3.20140611 -y
cinst winrar -y

2.      Put the file on the desktop of a pc
3.      Right click and run as administrator
4.      You will get one OK prompt for authenticating windows, then it should run automatically.
5.      It installs all the software mentioned above, activates windows and office.


#Microsoft Educator Network #MIEExpert15 #MSFTEduE2 #MSFTEdu #technology 
#edtech #MIEExpert 

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.