Snippets Collections
netsh interface portproxy add v4tov4 listenaddress=<localaddress> listenport=<localport> connectaddress=<destaddress> connectport=<destport>
for /L %i in (1,1,100) do @copy "D:\vorlage.txt" "D:\ordner\text%i.txt">nul
$WshShell = New-Object -comObject WScript.Shell
$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\Windows Terminal.lnk")
$Shortcut.TargetPath = "$env:LOCALAPPDATA\Microsoft\WindowsApps\Microsoft.WindowsTerminal_8wekyb3d8bbwe\wt.exe"
$Shortcut.Save()
 
$bytes = [System.IO.File]::ReadAllBytes("$Home\Desktop\Windows Terminal.lnk")
$bytes[0x15] = $bytes[0x15] -bor 0x20 #set byte 21 (0x15) bit 6 (0x20) ON
[System.IO.File]::WriteAllBytes("$Home\Desktop\Windows Terminal.lnk", $bytes)
star

Mon Aug 29 2022 16:47:45 GMT+0000 (Coordinated Universal Time)

#networking #cmd
star

Sun Apr 03 2022 19:12:53 GMT+0000 (Coordinated Universal Time)

#cmd
star

Wed Feb 02 2022 21:35:23 GMT+0000 (Coordinated Universal Time) https://pureinfotech.com/delete-large-folder-fast-windows-10/

#windows #batch #cmd
star

Wed Feb 02 2022 21:32:02 GMT+0000 (Coordinated Universal Time) https://superuser.com/questions/1560049/open-windows-terminal-as-admin-with-winr/1560192

#powershell #windows #cmd
star

Wed Jul 07 2021 19:56:28 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/11865085/out-of-a-git-console-how-do-i-execute-a-batch-file-and-then-return-to-git-conso

#git-bash #cmd

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension