Windows 10 Upgrade – How it Went

(Give a like and share with a friend who needs this info please, I don’t have $100000 pr team, it’s just me here)
First I had a friend send me a link to Microsoft’s site where they explain how to install.
So no.. I never got the notification that the update/upgrade said
Here’s the link to the Windows 10 download. Be sure to read everything and make sure you have every piece of requested and required information and meet all requirements before moving on.
I have the end user license agreement available in pdf form.
I followed the instructions on that page, got my serial key ready and plugged in a dvd and a usb (belt and suspenders) and downloaded the media creation tool for my system, and just installed and hit the “next” button maybe three times. If that.

after about 35 minutes of downloading and 20 minutes of finalizing

For your Nvidia video cards, let windows update your drivers, it may take a few minutes but just let windows handle it.

Cool thing is I have been running dual monitors for a little while, so when the computer booted up, I had not one but two start menus and it is not a cloned desktop. Desktop icons right where I left them before the upgrade.
I did my run through of tests.
Run:
GIMP
AutoCAD
Photoshop
Adobe CS3

Nothing had a hang up.
Next will be a few more tests (to be added later) and then I will try and uninstall/roll back my operating system back to Windows 7.

The Cons:
windows 10 okay, nothing spectacular other than dual start menus when you have two monitors. after that…. bleh..
Taskbar looks a bit like the fake taskbars we’d put on windows 3.1
Redmond ? Whirling dervish? or Caldera skin? what was it called?
Start menu is a bit lacking. and please let’s not change the word “program” to “App” even if you are trying to force us to buy cloud space for the “apps” that we already paid for, for our 2 tb store bought personal hard drives.

Microsoft Internet Explorer seems to still be there.
and windows 10 still calls for it


Now this could just be because I am on an upgrade instead of a full install of windows 10. Uncertain as of yet. Wait for a few more updates.

Finally found Control Panel type stuff
startcontrolpanel
Just right click the start menu and you will see many of the control panel functions.

Settings for EDGE

Edge Settings

Edge Settings

Mostly the same as Firefox, top right of teh browser. You can also change the color of your browser there.

 

Why was windows 10 free?

Why Microsoft is pushing windows 8

Though the world would like to use windows 7 and continue running their computers the way they are used to , and continue being familiar with their desktops and computing atmosphere.

Microsoft will not let that be the option. they will pay all of the cnets and zdnets and mashables and verges to do reviews that say how fantastic some stupid function is.. like siri and it’s ability to misspell on apple products (dif company same tactics) . Bad pr is still pr.
They will make you want that one stupid tiny function so bad, you will settle for the assream the rest of the o/s has.. and it will be so idiotic, like mine sweep will have purple background… or something useless.

Why does Microsoft want to go this route? Why does Microsoft want to go the “apps’ route and touch screen and big puffy buttons?

because the apple and Microsoft court case where Microsoft had to prove they were not ripping off apple, and Microsoft was just a software company.. not a computer company. so the courts forced Microsoft to agree to never make computers.

Now Microsoft is in the telephone and tablet business.
When they bought Nokia, they confirmed it.
because they aren’t computers. They can’t make computers.. but they can make tablets.
as long as they don’t call them computers.

but this is just Microsoft rolling back to the windows 3.01 look. Minus Program manager.

Getting Microsoft Office Keyboard to work on Windows 7 64 bit

Microsoft_Office_Keyboard
I have tried the AutoHotkey.exe program and did all of the set up stuff that everyone talks about and made a custom as was instructed by other users and even added the scroll and Zoom functions as stated by others

Located Here

; Microsoft Office Keyboard RT9450: Making the ScrollWheel work under Windows 7. ScrollUp/Down Normal, Fast, Faster, Fastest

sc10B Up::Send {WheelDown}
sc111 Up::Send {WheelDown 3}
sc112 Up::Send {WheelDown 5}
sc11F Up::Send {WheelDown 7}
sc10B Down::Send {WheelUp}
sc111 Down::Send {WheelUp 3}
sc112 Down::Send {WheelUp 5}
sc11F Down::Send {WheelUp 7}

Return

; makes control-scroll work for zooming

^sc10B Up::Send ^{WheelDown}
^sc111 Up::Send ^{WheelDown 3}
^sc112 Up::Send ^{WheelDown 5}
^sc11F Up::Send ^{WheelDown 7}
^sc10B Down::Send ^{WheelUp}
^sc111 Down::Send ^{WheelUp 3}
^sc112 Down::Send ^{WheelUp 5}
^sc11F Down::Send ^{WheelUp 7}

Return

but, my AHK file does not magically show the H icon as I was told it would. Seemingly because tehre is nothing writing to the regestry on my computer and the AutoHotkey.exe files is just that. A stand alone program.
I later tried the Compiler on the AHK websites and even made my own little nifty executable with the hot key and scroll wheel commands already in it.
ahkcustom
Nope no good.
I even created the shortcut and added it to the start/startup folder to make the file automatically run at start up. Still a big fail.

Also found another version of the same commands with a bit added to it

Located here

#Persistent ; Keeps a script permanently running (that is, until the user closes it or ExitApp is encountered).

#SingleInstance force ; Skips the dialog box and replaces the old instance of this script automatically
#NoEnv ; Recommended. Undefined variables (%xxxx%) do not cause a search of Environment variables.

sc10B Up::Send {WheelDown}
sc111 Up::Send {WheelDown 3}
sc112 Up::Send {WheelDown 5}
sc11F Up::Send {WheelDown 7}
sc10B Down::Send {WheelUp}
sc111 Down::Send {WheelUp 3}
sc112 Down::Send {WheelUp 5}
sc11F Down::Send {WheelUp 7}
; makes control-scroll work for zooming
^sc10B Up::Send ^{WheelDown}
^sc111 Up::Send ^{WheelDown 3}
^sc112 Up::Send ^{WheelDown 5}
^sc11F Up::Send ^{WheelDown 7}
^sc10B Down::Send ^{WheelUp}
^sc111 Down::Send ^{WheelUp 3}
^sc112 Down::Send ^{WheelUp 5}
^sc11F Down::Send ^{WheelUp 7}

sc164 Down:: ; My Pictures > no action (suppress error re installing Photo Editing software which sometimes occurs when using scrollwheel)
; Alt !
!sc164 Down::
; Ctrl ^
^sc164 Down::
; Shift +
+sc164 Down::
; Alt+Ctrl !^
!^sc164 Down::
; Alt+Shift !+
!+sc164 Down::
; Ctrl+Shift ^+
^+sc164 Down::
; Alt+Ctrl+Shift !^+
!^+sc164 Down::

sc105 Down::Run Explorer ; Files button which seems mapped to Messenger.

Again, no help

It took heavy use of Google for me to get every button functioning except scroll wheel.

The latest drivers helped tremendously minus wheel support as mention, except, when I open the intellitype pro software the tab for keyboard settings is greyed out. Says “No Microsoft usb keyboard detected”.

I found a few files..(one labled ITypeDevices.xml), but they list the supported devices. I am wondering if there is an edit to that which I could make to force the software to identify the driver just well enough so I can add settings for the scroll wheel.

settings

Inside the XML file stated above, I located commands for each type of keyboard and link from that to a folder for a shortcut to a bmp file. So I assume that when the computer identifies the office keyboard, it will want to show you a little image. I am sure any image we put there will work just fine.

I am scared to make this edit because there really is no telling how many files are actually associated to this XML, that will need to be updated along with this ITypeDevices.xml file.

If anyone has anything to add to this please please respond, there are many people who need this answer

What Operating System do you use Poll

[poll id=”22″]

Just a poll to see what is the more popular operating system.
You vote so we get real results and you see what the real results are so you know what you might want to try next.

This poll is to be unswayed by advertisements or affiliates who would want to show their software to be seen falsely as the better product.

So please just make your selection and hit the submit button.

Windows 7 Can’t run .exe files?

A friend was having trouble with her laptop not being able to run .exe files.
I had to go through a few checks to see exactly what the issue was. First I had her right click an executable file and see what general tab says for type of file. Everything checked out fine in there. Said “exe”

file type exe

file type exe

Now mind you, she doesn’t care much for computers but had a few things she wanted to do. So it was hard doing this over the phone.
She couldn’t open email or run a browser.
The trick was to change her registry

reg edit for .exe association

reg edit for .exe association

but again, she can’t run .exe files, and making a copy of her regedit.exe and renaming it to regedit.com didn’t work either. Seems that has stopped working on windows 7.
So, the solution was, to .reg file for her and email it to her so she can save the file on a thumb drive from another computer and then run the file her computer
she couldn’t copy it to notepad or create it in notepad, simply because she had no way of running the notepad.exe file. Don’t ask me why or how explorer.exe was functioning. Because I just do not know.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.exe]
@=”exefile”
“Content Type”=”application/x-msdownload”

[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@=”{098f2470-bae0-11cd-b579-08002b30bfeb}”

Now the trick is, copy the text in the code box there paste it into notepad, save the file as “fixit.reg”, make sure it does not save with txt on the end. Then save it to a usb stick,thumb drive, memory stick, cd what ever you have to sneaker mail (hand deliver the file) the file to the computer with the issue. When the drive opens, just double click and say yes to everything.

I did do a search on the internet to see if there was another way. Everyone’s advice said to open regedit.exe on the computer with the problem. erm…… Nope. will not open .exe files.

Now I am not saying this is for everyone. She was on windows 7, and I am on windows 7 . She is using a laptop, I am using a pc. This worked for her, I might not work for you. I myself would go ahead and try it if it was the last logical solution or if I felt comfortable with what I have seen the reg commands. It just tells the computer that an exefile is exe. Pretty simple. So use that at your own risk. There is a chance that this will not work with your computer. This is not for anyone who is not on windows 7. This is for some (probably not all) windows 7 computers only. But.. .. since this post I have tried this Method on a windows XP computer that couldn’t open .exe files, and this Registry Edit did work. Here is the reg fix for Xp

Looks like the exact same set of commands.

 

Fake Windows Repair On Windows 7

last month I wrote about fake system restore on windows Xp.
Well I can say without a doubt that the repair restore virus hits windows 7 also.
On windows 7 I got a notice that Google updater needs to update. The virus would not let me select “no”. I uninstall all Google updater and Google toolbars. So I know that there should be no reason for a Google updater program to want access to my computer.
This is the first Windows virus I have experienced on Windows 7. But being a veteran of this specific virus. I knew what to expect. Main thing, is don’t click any of the pop ups. At all.
Push the “windows” logo button on your keyboard and the letter “R” at the same time. because you are about to have everything on your computer hidden from you.
once that opens type in “c:” and press enter. That will take you to your C drive. You can now watch everything look as if it is getting deleted off of your computer. Actually what the virus is doing, is making all of your files “hidden” similar to what you see in this image.

looks like files deleted

hidden files

Don’t worry, your files are not deleted, they are just hidden.
How to get your files back
This pretty creative of the virus writer, because the warning you will see, will look legit and they will say that your hard drive is corrupt or having write errors or that you have a bad sector. So when you look into “my computer” all of your files are gone.. they aren’t gone. If they were gone, you’d be looking at a blank screen.
Well the link I gave above, is the fix, it works the same with windows 7 as it does for windows xp.

Good luck. Took me only 45 minutes this time.
The first time it took 6 hours to solve the issue because I was the first to fix it and post on it. :-)
So yeah.. you are in luck.. you found the right site because everything I link to, to fix the virus, is free.
So have fun with it.

Divx sour note

On at network of 32 computers at the office, on a network of 6 computers at home. I get the same results.
Divx starts and plays a full movie on first use. Then from there on out, hang up. Two dell computers with vista 30 computers winxp. One custom build windows seven, 5 computers vista.

Solution to prevent the hang up, right click media select item to open with. I choose win media player. I selected the “always option”.
I also installed xvid codecs to ensure no other issues.

Problem solved. Now none of the employees come to me to solve the stupid issue. Other than the few that figure since I am I.t., it is my duty to re-write the code so they can use the media player of their choice.

Evolution of Microsoft – Windows

I know this old stuff but I have to show it as I found it.
I have been using windows since 3.11.
Broke my first pc within days of getting it.
butter knife in the floppy drive.
Ewps. Hey I was a newb.

Here is the guy who did it best .
Evolution of Microsoft

I still think he should have said Windows.

In the video, wait for win 3.1 . Does that not bring back memories? .. lol memories of aps/gadgets.

Sound recorder never really changed did it??? I wonder why that is!

Explorer.exe Is now windows Explorer

Noticed this at work the other day.

Now if you go to cmd and type in explorer.exe it pops open windows explorer. for ever that has been the trick to get your task bar back. now it does not. It just opens windows explorer. so if you get a crash and lose your taskbar, you must reboot. Or figgure out what in the heck the taskbar is now called.

I assume this is a follow up to removing the progman.exe functionality.

See my trick for ever was to change my start up and replace the registry line from startup/explorer.exe to startup/progman.exe.

This reduced teh amount of resources my machine used, back the day when windows ran like crap and computer parts where crap.

This is teh same on xp sp3 , windows vista, and windows 7

I have no idea when or how this all came about. but i noticed it at work while over a span of 4 days I had different co-workers come to me and say “hey I lost my taskbar” we had to reboot them all one by one to get the task bar back. because typing explorer.ese solved nothing.  it’s like an auto update or a strange mass virus ?  I feel like I am being tamed by m$

Windows 7 At home, good, bad, it’s ugly

Ok for starts,

I did do a big full test of windows seven at work on a machine and threw everything at it that makes vista and xp crash. the version we used for that test is windows 7 32 bit, here is  Windows & in Workplace Environment.

I have to say that anyone who preaches on about 7 being better than windows Vista, You really did not even try both with an open mind. I like vista, Seven is not impressing me at all. All the stuff about vista I heard everyone complain about but never noticed myself, I am seeing it in Windows 7. I think by now it’s just common enough to blame everything on George Bush and Windows vista, it’s the first two things out someone’s mouth. But ok here is what I get in the trial at home on  windows 7 64bit.

Well I am on day two of windows 7. The default drivers it installed, amazed me, almost as much as windows vista did. Video card drivers, not so much. I am forced to use almost one year old nvidia drivers. Fine.
For the record, my machine is a mid way between work horse and light gaming machine, nothing to brag about in either direction.
Specs are
AMD 5600+ 2.9g dc
3 gigs pc6400 800mhz
Nvidia / evga 9500 gt 512 mb
some ecs motherboard
air cooled.

Well the video drivers have been iffy on me and would not let me use the manufacturers drivers. This has always been my special sweet spot, using EVGA drivers instead of nvidia drivers has always givin me a cooled advantage. but no, win 7 rc is forcing me to use the ones they have from the update service at Microsoft, if I install anything else I look at 8 bit graphics at best.

Well I tend to do my benchmarking at pc pitstop.com (full test) . to say the least, my scores drop dramatically over my vista scores. I usually use the old test , it’s hard to find but it’s there it’s a link in the description kinda hidden there. my scores have been i the 3000’s for about a year now. With windows seven they dropped to 1500. strangely it shows my 2d fps increased by nearly 100 fps. Well that’s cool…..
So I turn to my faithful typical benchmarking methods of real testing. :-)
I crack open every version of Grand Theft Auto and install them all.
On gtaiii I get the same hesitation I used to get about 6 years ago. While passing under bridges and through tree covered areas there is a lag that comes in spurts. with vice city, the yellow almost takes over the screen and the cut scenes are jittery just like it was the day the game came out and I was on out dated hardware. San Andreas, well not much better.
GTAIV For me to achieve the 23 FPS at best in game I had to turn everything off or all the way down. When I was on Vista I was seeing 35+ FPS with some things turned to medium. Yes I know my video card is not the best in the world, but it was the same one I was using on windows Vista and it makes a great “before and after” comparison.

Now for the lock out issues everyone complains about with windows Vista.
I head to MVPS Hosts site to update my hosts file to block bad sites and advertisements. Nothing fricken happened. Wouldn’t block anything, So I head to the ETC folder to modify the file by hand. HA! No administrator rights to modify that file. Meanwhile in the background I am playing myspace mobsters. I refresh a page and bam new advertisement, all my browsers drop and fricken notice comes up telling me my computer might be compromised, and it offers this virus scan. then it scans my computer anyway and says I have a virus then tells me to update. I freak out and try and close the page and notice, it’s not windows explorer, it’s Mozilla. it’s a fricken spam scam. See if I could have changed my hosts file, that never would have happened. so I head to bit defender to scan my disk onlline. would not allow me!!!!!! WTF!!!!!
So I head to emsi and get a-squared and do a scan, sure enough… I am infected with 4 types of Trojans. I am upset now.

The hardest thing for me to find, I still have not found it yet, is how in the blue hell do you turn it so that you can see your file extensions? Have they disabled so much user ability that they have turned that off? I feel as if I am being dumbed down and pacified with big shiny buttons.
You can like windows seven all you want, but I really have this whole thing figured out.
Either it’s going to turn out to be Mojave, or windows ME 2.0

still the same issue with Windows Seven that bothered me most with Windows Vista , No Ftp. You have to download Fire FTP for firefox and use that . You no longer have direct access with windows Explorer.  I find this unacceptable. It really feels like we are being dumbed down.

After some help, someone linked me to how to use notepad as administrator to modify files such as the hosts file
Here