Nico the cat

 

Here’s my cat, because I can.

 

Nico

Posted in Random | Tagged , | Leave a comment

Windows 8 ‘Start Button’

In their infinite wisdom, Microsoft decided to make a nice touch friendly start menu in the new Windows 8 ‘metro.’ Of course this makes it almost unusable by mouse, so many have found ways to replace the new start with the old one. I have an X61with multitouch (means pen and single touch, unfortunately no ‘pinch to zoom’ and whatnot.)

I find the new start menu works great with either the pen or my clunky fingers. The brilliant way to open the new start menu, however, is to tap the mouse in the bottom corner. That bottom corner which is well out of reason for my fingers, and difficult at times with the pen. Instead of going back to trying to tap the old windows 7 icons with my finger and hope it picks the right one of the three under my finger, I set out to recreate just the start button. Upon many hours searching, I have found a billion different ways to replace the menu, but apparently nobody ever wanted to simply add the button. Below, I’ll detail how to make your own.

 

 

The method I use makes a button that simulates control+escape. It’s simple and effective:

 

1. Navigate to a folder you can leave a file in. I used my ‘home’ folder, but any folder will work. It should be in C:\Users\”

 

2. Right-click an empty spot in the folder, and select New > Text Document. Select the whole name, including the ‘.txt’ and change it to ‘Start.vbs’

 

3. Right-click the file and select ‘edit.’

 

4. Copy and paste this code into the file:

set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "^{ESCAPE}"

 

5. Save and close the file, and then drag it into the start bar. It will come up as ‘Microsoft Windows Based Script Host’

Right click twice

 

6. Right click the new icon, and then right click the some icon in the opened menu. Then click properties.

Properties window

 

7. Under ‘Target’ add the file address to the end of the existing line in quotes. For me it ended up as:

C:\Windows\System32\wscript.exe "C:\Users\Truk\Home.vbs"

 

8. Click ‘Change Icon…’ and then paste the following into the text field:

%SystemRoot%\System32\imageres.dll

 

9. Scroll over and select the windows flag. Other icons will work, that’s just what I used.

 

10. Hit control+shift+escape. Right-Click Windows Explorer and click restart.

 

11. Admire your newly found Start button!

 

Posted in www | Leave a comment

Just wanted to note the new header!

Took a bit more work than I wanted to do, but I think it came out good. I have not used my pic chip in almost two years. Therefore, my libraries from two years ago crashed my new compiler version. After trying with three different versions, I ended up writing my own LCD driver for it. Even after that I had to use the debugging mode, or unplug the pickit 2 after every programming to get it to run the code. I had it stacked on an old viewsonic tablet’s guts, a t30 motherboard, and the leftovers from my PSP after I sold the screen, so I grabbed a few pictures (OK, a bunch of pictures, just trying to get an angle you could read it at and still have the picture not be blinded by the glare… Looking for opinions!

Posted in Site, Tech, www | Tagged , , , , , , | Leave a comment