Skip to primary content
Skip to secondary content

The Ramonologue

Blog of Ramon van Belzen

Main menu

  • Home
  • About Me
  • Contact
  • Music
  • WordPress Plugins

Tag Archives: Windows

Microsoft Windows

Post navigation

← Older posts

Fixed: The installation failed in the safe_os phase boot

Posted on 08/12/2019 by Ramoonus
Reply

When updating Windows 10 to a major upgrade, you might end up with an aborted update.
To fix this, run DOS (cmd.exe) or powershell as administrator and run the following commands to repair your current Windows installation
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Posted in Computers | Tagged Windows | Leave a reply

Moving the Ethereum blockchain on Windows

Posted on 09/01/2018 by Ramoonus
Reply

The ethereum blockchain is more than 50 GB, so it`s not ideal to have it on your C-drive when you have a small drive like a SDD.
The best practise to free up space is to move it to another drive and create a symlink.

Run DOS (cmd.exe) as Administrator and run the following commands

cd C:\Users\[user]\AppData\Roaming\
mklink /D Ethereum D:\Ethereum

Posted in Computers | Tagged ethereum, Windows | Leave a reply

Disable isatap teredo and 6to4 on Windows 7-8-10

Posted on 13/05/2016 by Ramoonus
Reply

To disable isatap and the teredo tunneling adapter on Windows 7 / 8 / 10, run the dos terminal as administrator (cmd.exe), and run:

netsh int ipv6 isatap set state disabled
netsh int ipv6 6to4 set state disabled
netsh interface teredo set state disable

Posted in Computers | Tagged ipv6, Windows | Leave a reply

PhpStorm and Git on Windows

Posted on 09/04/2016 by Ramoonus
Reply

To use Git under Windows on JetBrains PHPStorm you`ll need to install the Git for Windows Client first.
This file can be found at https://git-scm.com/download/win

Posted in Webdesign | Tagged git, phpstorm, Windows | Leave a reply

Firewire legacy driver for Windows 8.1 and 10

Posted on 06/12/2015 by Ramoonus
7

To use legacy (Windows XP-7) FireWire drivers on Windows 8, 8.1 and 10, you have to install KB2907191 and manually select to use these drivers for your product. This driver is installed in c:\program files (x86)\1394 OHCI Compliant Host Controller (Legacy)

Posted in Computers | Tagged firewire, Windows | 7 Replies

Post navigation

← Older posts

Author

Categories

  • Books
    • Book Reviews
  • Chemistry
  • Computers
    • Internet Of Things
    • mIRC scripts
  • Games
  • Music
  • Personal
  • Photography
  • Presentations
  • Webdesign

Tags

  • AJAX
  • Apache
  • Arduino
  • Bash
  • Bevrijdingsfestival Zeeland
  • Chrome
  • CSS
  • Debian
  • Facebook
  • Fedora
  • Foobar2000
  • git
  • GitHub
  • GNOME
  • Google
  • HTML5
  • Inkscape
  • JavaScript
  • Joomla
  • jQuery
  • Kernel
  • Linux
  • Magic: The Gathering
  • Microsoft
  • Microsoft Office
  • mIRC
  • MySQL
  • nVIDIA
  • Onderstroom Festival
  • OpenSolaris
  • Outlook
  • packt publishing
  • Perfect Pitch
  • Perl
  • PHP
  • Python
  • Raspberry Pi
  • Raspbian
  • SEO
  • SVG
  • Twitter
  • Ubuntu
  • Windows
  • WooCommerce
  • WordPress
Privacy Policy Proudly powered by WordPress