Google Stream drive

If you install the google stream drive, you can run into some problem regarding drive lettes, it will shift randomly after a reboot, or it will use a drive letter you have reserved for network drive. You can mitigate this by adding this registry key. Save as a gdrive.reg and doubleclick. Remember to edit DefaultMountPoint, according …

Continue reading ‘Google Stream drive’ »

Ansible Windows client + chocolatey

set-executionpolicy remotesigned winrm enumerate winrm/config/listener @powershell -NoProfile -ExecutionPolicy Bypass -Command “iex ((new-object net.webclient).DownloadString(‘https://github.com/ansible/ansible/raw/devel/examples/scripts/ConfigureRemotingForAnsible.ps1’))” @”%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” @”%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe” -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command “iex ((New-Object System.Net.WebClient).DownloadString(‘http://darkrouter/prepwin.ps1’))”   Suggest packages: teamviewer skype picasa adobereader libreoffice firefox javaruntime spotify vlc 7zip k-litecodecpackfull wget malwarebytes thunderbird itunes windirstat

Ati Eyefinity

Denne guide er afprøvet i Windows 10 Pro med et Radeon HD 6970 og AMD Catalyst Control Center (version 2015.0715.2138.37093). Grafikkortet er udstyret med 2x DVI, 1x HDMI og 2x mDP. Ved op til 2 monitor kan alle kombinationer bruges Ved 3 monitor kan følgende kombinationer bruges: 2x mDP + 1x DVI 1x mDP + …

Continue reading ‘Ati Eyefinity’ »

Quickly set or change DNS via a bat-script

When running Windows and you want a quick way to change DNS server, you can use a simple script in a *.bat file. I have several DNS settings that I might want to use, depending if I the situation. Where the “Ethernet” is the name of my network card name, change this if necessary. When you want …

Continue reading ‘Quickly set or change DNS via a bat-script’ »

Teamspeak and Logitech G-keys

Links: Teamspeak3 Teamspeak G-key addon Logitech Gaming Software Install teamspeak3 Install Logitech Gaming Software. Intstall G-key plugin til teamspeak Add this script to general profile function OnEvent(event, arg) –OutputLogMessage(“event = %s, arg = %s\n”, event, arg); end function OnEvent(event, gkey, family) if gkey == 6 then if event == “MOUSE_BUTTON_PRESSED” then OutputDebugMessage(“TS3_PTT_ACTIVATE”) end if event …

Continue reading ‘Teamspeak and Logitech G-keys’ »

Java & the Ask Toolbar from hell!

This us how you prevent the Ask toolbar when installing Java. If you download the Java Offline utility, then you will not get the bundled crapware. You can usually download from the official Java download page: Java or from the direct link:http://javadl.sun.com/webapps/download/AutoDL?BundleId=83383 Another option is to install Java through: Ninite Preventing ask.com domain through Hostfile: Open start …

Continue reading ‘Java & the Ask Toolbar from hell!’ »

Ninite.com – Installing basic Windows tools made easy!

This awesome website is your best buddy when reinstalling Windows. From this page you can select the programs you want to download and install. When you press the green button: “Get Installer” – You will get a small file which you can run. Ninte will then download and install the selected programs, all addfree and …

Continue reading ‘Ninite.com – Installing basic Windows tools made easy!’ »