Open http://j.mp/jivkokshell in Internet Explorer. Same as:
START http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/jivkok/Chocolatey-Packages/master/jivkok.Shell/shell.boxstarter.ps1
Open http://j.mp/jivkokshell in Internet Explorer. Same as:
START http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/jivkok/Chocolatey-Packages/master/jivkok.Shell/shell.boxstarter.ps1
| Disable-UAC | |
| #--- Windows Features --- | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| #--- File Explorer Settings --- | |
| Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name NavPaneExpandToCurrentFolder -Value 1 | |
| Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name NavPaneShowAllFolders -Value 1 | |
| Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name LaunchTo -Value 1 | |
| Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name MMTaskbarMode -Value 2 |
| @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
| choco install far googlechrome k-litecodecpackfull qbittorrent -y | |
| choco install winrar -y --version 4.20.0 --allow-empty-checksums | |
| choco pin add -n=winrar | |
| choco install adobereader calibre exiftool -y | |
| choco install desktopok fciv goldendict-en-ru-en.install lockhunter -y | |
| choco install conemu git -y | |
| choco install vagrant virtualbox -y |
| MemTrimRate = "0" | |
| mainMem.useNamedFile= "FALSE" | |
| prefvmx.minVmMemPct = "100" | |
| prefvmx.useRecommendedLockedMemSize = "TRUE" | |
| sched.mem.pshare.enable = "FALSE" | |
| logging = "FALSE" |
| Online kms host address: | |
| -------- | |
| kms.digiboy.ir | |
| 54.223.212.31 | |
| kms.cnlic.com | |
| kms.chinancce.com | |
| kms.ddns.net | |
| franklv.ddns.net | |
| k.zpale.com | |
| m.zpale.com |
| #!/bin/bash | |
| installimage -a -n r.tweeather.aluxian.com -b grub -r yes -l 0 \ | |
| -i /root/.oldroot/nfs/install/../images/Ubuntu-1510-wily-64-minimal.tar.gz \ | |
| -p swap:swap:8G,/boot:ext3:1G,/:ext4:all -d sda,sdb \ | |
| -K /root/id_rsa.pub |
| Insert the following code into the *.VMX file: | |
| sched.mem.pshare.enable = "FALSE" | |
| mainMem.useNamedFile = "FALSE" | |
| prefvmx.minVmMemPct = "100" | |
| prefvmx.useRecommendedLockedMemSize = "TRUE" | |
| mainMem.partialLazySave = "FALSE" | |
| mainMem.partialLazyRestore = "FALSE" | |
| priority.grabbed = "high" | |
| priority.ungrabbed = "normal" |
| #!/bin/bash | |
| PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin | |
| export PATH | |
| clear | |
| CUR_DIR=$(pwd) | |
| if [ $(id -u) != "0" ]; then | |
| printf "Error: You must be root to run this script!" | |
| exit 1 |