Difference between revisions of "Windows"

From Jon's Wiki
Line 1: Line 1:
I hardly use Windows XP any more, but it can be made slightly more bearable by installing these:
+
== Windows 10 ==
 +
 
 +
I hardly use Windows these days, except to play games on Steam and arrange music in Sibelius. It can be made slightly more bearable by installing these:
  
* [http://fy.chalmers.se/~appro/nt/TXMouse/ TXMouse] gives you middle-click paste and focus follow.
 
* [http://www.cs.utoronto.ca/~iheckman/allsnap/ AllSnap] gives you snappy window edges.
 
 
* Yoink nifty things off the web from the command-line with [http://gnuwin32.sourceforge.net/packages/wget.htm wget for windows]. See [[Quicktime]] for how to yoink Apple trailers.
 
* Yoink nifty things off the web from the command-line with [http://gnuwin32.sourceforge.net/packages/wget.htm wget for windows]. See [[Quicktime]] for how to yoink Apple trailers.
* Get your X-style compose key with [http://code.google.com/p/freecompose/ freecompose]. Makes typing áàâåāčçöµ© much easier.
+
* Get your X-style compose key with [https://github.com/SamHocevar/wincompose wincompose]. Makes typing áàâåāčçöµ© much easier.
 +
 
 +
=== Remove OneDrive ===
 +
 
 +
In a cmd window run these:
 +
 
 +
%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe /uninstall
 +
rd "%USERPROFILE%\OneDrive" /Q /S
 +
rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S
 +
rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S
 +
REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
 +
REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f

Revision as of 01:55, 22 April 2017

Windows 10

I hardly use Windows these days, except to play games on Steam and arrange music in Sibelius. It can be made slightly more bearable by installing these:

  • Yoink nifty things off the web from the command-line with wget for windows. See Quicktime for how to yoink Apple trailers.
  • Get your X-style compose key with wincompose. Makes typing áàâåāčçöµ© much easier.

Remove OneDrive

In a cmd window run these:

%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe /uninstall
rd "%USERPROFILE%\OneDrive" /Q /S
rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S
rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S
REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f