Articles

Run as administrator from command line on Windows 8

I am trying to run Notepad as admin so I can edit my hosts file from the command line. I have tried runas /user:(myusername)administrator “notepad c:windowssystem32driversetchosts” I then input my password and I get   RUNAS ERROR: Unable to run – notepad  c:windowssystem32driversetchosts 1327: Account restrictions are  preventing this user from signing in. For example:

Run as administrator from command line on Windows 8 Read More »

Save open tabs in Chrome

Is there a way to save all open tabs into a temporary (or non temporary) bookmark folder? Sometimes I have a bunch of tabs open on one topic in one windows and the same in another windows. I’d like to quickly save all open tabs in different bookmark directories so I can shutdown the computer,

Save open tabs in Chrome Read More »

Scp from remote Linux to local Windows with spaces in local path

To push a file from a Linux terminal to a Windows system, the following two examples work just fine. scp /home/user.name/file.html user.name@local.ip.num:/C:/Users/user.name/test_folder/file.htmlscp /home/user.name/file.html user.name@local.ip.num:”/C:/Users/user.name/test_folder/file.html” I need to do this where the local folder has spaces and I cannot change the name, say /C:/Users/user.name/test folder/ All of the following fail with the message scp: ambiguous target

Scp from remote Linux to local Windows with spaces in local path Read More »

Screenshot – Program that does a screen print every 15 minutes and saves it to a file

I remember hearing of some software that would take a screen print every 15 minutes and store it in a file. They mentioned it can be used to keep track of the amount of time you spent on a project.   I know of SnagIt. http://www.techsmith.com/screen-capture.asp What are some of the other packages out there?

Screenshot – Program that does a screen print every 15 minutes and saves it to a file Read More »

Scroll to Top