Showing posts with label cmd. Show all posts
Showing posts with label cmd. Show all posts

Friday, 10 January 2014

Showing hidden folders in Mac 10.9.1

To show hidden folders in finder, for me this worked...

defaults write com.apple.finder AppleShowAllFiles -boolean true

and to undo... 

defaults delete com.apple.finder AppleShowAllFiles

  • Open a terminal window and run...
  • defaults write com.apple.finder AppleShowAllFiles -boolean true
  • Now hold ‘alt’ on the keyboard and right click on the Finder icon and click on Relaunch (or run killall Finder in the terminal)

If that doesn't work try the above with... (undo with NO or FALSE respectively)

defaults write com.apple.Finder AppleShowAllFiles YES

or 

defaults write com.apple.Finder AppleShowAllFiles TRUE


Or if you just want to open a file, using the application's 'Open File' function (e.g. Sublime text 2). Press Command – Shift – [full stop] and all hidden files/folders will become visible, only in the Open File window, very handy!

Thursday, 3 October 2013

Add 'Open command prompt here' option to Windows Server 2008


Add 'Open command prompt here' option to Windows Server 2008

Eeek, we need to dive into the registry for this!



1 Find the key:

HKEY_CLASSES_ROOT\Drive\shell\cmd

Rename the key Extended to Extende-Orig


2 Find the key:

HKEY_CLASSES_ROOT\Directory\shell\cmd

Rename the key Extended to Extende-Orig


That should work immediately.
 

Note: the opinions on this page don't represent that of my employer in anyway. And, actually only vaguely represent my opinions on the date of publication. (Unlike Ms T, I am very much for turning)