Erstellt einen Installer, der automatisch die neusten Versionen der ausgewählten Programme erzeugt: http://ninite.com/
ps zur PowerShell anlegenWindowsPowerShell\profile.ps1 unter "Eigene Dateien" anlegen Function prompt
{
$windowsIdentity = [System.Security.Principal.WindowsIdentity]::GetCurrent()
$windowsPrincipal = new-object 'System.Security.Principal.WindowsPrincipal' $windowsIdentity
$windowTitle = "$(get-location) - $env:Username - PowerShell"
[bool] $isAdministrator = $windowsPrincipal.IsInRole("Administratoren") -eq 1
if ($windowTitle -ne $host.ui.rawui.windowtitle)
{
if ($isAdministrator)
{
$host.UI.RawUI.WindowTitle = $windowTitle + " [ADMINISTRATOR]"
}
else
{
$host.UI.RawUI.WindowTitle = $windowTitle
}
}
write-host
Write-Host "$([DateTime]::Now.ToString('HH:mm:ss'))" -nonewline
Write-Host ' ' -nonewline
Write-Host ("$(get-location)")
'> '
}
Function Display-EnvironmentVariable {
Get-ChildItem ENV: | sort-object -property Name | format-table -autosize
}
Function RAlias {
param([string] $command = $(throw 'Enter the command to search the alias for'))
alias | where {$_.Definition -eq "$command"}
}
set-alias dev Display-EnvironmentVariable
set-alias l ls
set-location c:\
Set-Alias ngen (Join-Path ([System.Runtime.InteropServices.RuntimeEnvironment]::GetRuntimeDirectory()) ngen.exe)
[AppDomain]::CurrentDomain.GetAssemblies() |
sort {Split-path $_.location -leaf} |
%{
$Name = (Split-Path $_.location -leaf)
if ([System.Runtime.InteropServices.RuntimeEnvironment]::FromGlobalAccessCache($_))
{
Write-Host "Already GACed: $Name"
}else
{
Write-Host -ForegroundColor Yellow "NGENing : $Name"
ngen $_.location | %{"`t$_"}
}
}
auto-props in %USERPROFILE%\Anwendungsdaten\Subversion\config anpassendom.disable_window_open_feature.resizable=trueRouterControl.exe /DISCONNECT /CONNECT /MULTI /QUIT)WSUS3Setupx86.exe Console_install=1
makeidx.bat)@echo off %3 cd %1 makeindex.exe %2.nlo -s nomencl.ist -o %2.nls
\tex\latex\chngcntr) kopieren, danach Update der Package-DB%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727STRG-SHIFT-E FreeCommanderSTRG-SHIFT-F FileZillaSTRG-SHIFT-I IrfanViewSTRG-SHIFT-K Server-VerwaltungSTRG-SHIFT-N Natural StudioSTRG-SHIFT-R RemoteunterstützungSTRG-SHIFT-T Terminal EmulationSTRG-SHIFT-V VisualStudio