text boxstarter1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text boxstarter1相关的知识,希望对你有一定的参考价值。

# Boxstarter options
$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.NoPassword=$false # Is this a machine with no login password?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot

# Basic setup
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
Disable-InternetExplorerESC
Disable-UAC
Set-TaskbarSmall

if (Test-PendingReboot) { Invoke-Reboot }

# Update Windows and reboot if necessary
Install-WindowsUpdate -AcceptEula
if (Test-PendingReboot) { Invoke-Reboot }


cinst -y TortoiseSVN
cinst -y TotalCommander --ignore-checksums

# Install Visual Studio 2017 Professional 
cinst -y VisualStudio2017Professional -InstallArguments WebTools
if (Test-PendingReboot) { Invoke-Reboot }

cinst -y DotNet3.5 # Not automatically installed with VS 2013. Includes .NET 2.0. Uses Windows Features to install.
if (Test-PendingReboot) { Invoke-Reboot }

# AWS Toolkit is now an MSI available here http://sdk-for-net.amazonwebservices.com/latest/AWSToolsAndSDKForNet.msi (no chocolatey package as of FEB 2014)
# Install-ChocolateyVsixPackage AwsToolkit http://visualstudiogallery.msdn.microsoft.com/175787af-a563-4306-957b-686b4ee9b497

#Other dev tools
cinst -y fiddler4
cinst -y beyondcompare
cinst -y ProcExp 
cinst -y sysinternals
cinst -y NugetPackageExplorer
cinst -y windbg
cinst -y notepadplusplus.install
Create-DesktopShortcut -shortcutName "Notepad++" -targetPath $($programFiles + "\Notepad++\notepad++.exe")

cinst -y sysinternals
Create-DesktopShortcut -shortcutName "Sysinternals" -targetPath "C:\Tools\Sysinternals"
#Browsers
cinst -y googlechrome
cinst -y firefox

#Other essential tools
cinst -y 7zip
cinst -y adobereader
cinst -y javaruntime

#cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
cinst IIS-HttpCompressionDynamic -source windowsfeatures
cinst IIS-ManagementScriptingTools -source windowsfeatures
cinst IIS-WindowsAuthentication -source windowsfeatures

Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"

以上是关于text boxstarter1的主要内容,如果未能解决你的问题,请参考以下文章

<!-- text --> 和 /* text */ 注释有啥区别?

VB中 如何复制Text1.text的字体到剪贴板? 如何剪切?

VB 加减乘除

text-decoration:[ text-decoration-line ] || [ text-decoration-style ] || [ text-decoration-color ]

.text 和 .get_text() 之间的区别

javascript或css:如何隐藏标签内的文本中的任何数字,后跟点前缀“1.text”,“2.text”...“30.text”