Fast Easy way to Create USB Boot’able OSX [code=”bash”] // BACKUP diskutil unmount Disk /dev/disk2 sudo dd if=/dev/disk2 of=foo.bar.img.dd bs=64k // RESTORE diskutil list diskutil unmountDisk /dev/disk2 sudo dd if=foo.bar.img.dd of=/dev/disk2 Restores compressed image and write /dev/disk2 ### sudo sh -c ‘gunzip -c backup.disk.img.dd.gz | dd of=/dev/disk2’ [/code] Use – Windows USB/DVD Download Tool Etcher… Continue reading Fast Easy way to Create USB Boot’able
Category: Windows 7
Volume Licensing Programs Comparison Chart
MicrosoftLicensingSuggestionsTable
Windows Environment Commands
Windows Environment Commands Change Proxy via Command [source] netsh winhttp set proxy proxy-server="proxy.:8080" Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyServer"="proxy.:8080" "AutoConfigURL"="" reg import filename.reg [/source] KMS Activation KMS Keys – http://technet.microsoft.com/en-us/library/jj612867.aspx [source] cscript //B "%windir%\system32\slmgr.vbs" -ckms cscript //B "%windir%\system32\slmgr.vbs" -skms [kms_server_name]:1688 Find KMS Server – nslookup -type=srv _vlmcs._tcp cscript //B "%windir%\system32\slmgr.vbs" -skms… Continue reading Windows Environment Commands
Windows 7 Backup Image Restore
IMPORTANT: Windows 7 Image Restore only restore the partition that the C: drive system files are located on. You will need to backup all other partitions to another physical location or media. Backup the Workstation 1. Type SDCLT.exe in the RUN box to bring up the Backup and Restore program 2. Create a Full backup of all Partitions and… Continue reading Windows 7 Backup Image Restore