Why Was Windows 10 Free?

whyiswindows10freeWhy was Windows 10 Free? Why did they give us a free Windows operating system?
Well if you are skeptical like any person who has been duped into a service for longer than they’d like, you’d compare it to a drug dealer at a school giving kids a free sample. because a return customer is always right around the corner.
Look at the free windows 10 as a migration towards reoccurring revenue. If you are just renting the operating system, and just renting the apps, and renting the storage space (cloud) you will have no option but to stay because you’d be kind of stuck.
Once you’ve made a few payments, you’re already invested in this thing that will never pay off. Kinda like reddit Karma. Or world of warcraft addiction. You paid to play, you play because you paid, your score went up you got cool additional stuff for being so invested. Now you have higher score may as well pay to keep your game going, oh look! … an expansion pack, but damn I have to upgrade my tiny little service because it isn’t compatible and people will think I’m cheap.

Meanwhile you will be hogging down bandwidth and your isp will force you to pay more for larger cap.

Now you’re really $%^&ing invested. but you’ll buy a windows phone because it lets you sync your nifty gif making apps with your phone now. Well, it is all apps and cloud based. So you have to up that bandwidth level too.
Now you are super $%^&ing invested.
Now Microsoft made their “scary announcement” today. “This is the last Window Ever” (here on forbes). Then tell you it isn’t over just going to be “different” meaning more like a pay-to-play operating system.

Software makers will get more out of their leases for rights to design items for Microsoft, but instead of paying up front, Microsoft will take it out of each payment from every windows user who uses the purchased APPS. that’s right, apps. Cloud based programs that you can’t use if your internet goes down.

Here’s something I posted up about 5 years ago on the topic telling people it would be like this soon. Yeah the responses I got were pretty hateful.

Microsoft Moving us to the Cloud

 

Sure some people could enjoy it, but not everyone. Let’s make it a choice please. Just have two brand new Microsoft operating systems at a time. The one made by Microsoft and sold to the public, and the open source one.

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 is Windows 8

Windows 8 is an operating system that is the beginning and the open door to a future of apps based entertainment. The bandwidth using type of apps. Apps that half of the software is instal;ed on your computer while the rest of the “program” is served in the cloud (on multiple servers, functioning sort of like how Kazaa worked.  Sort of how a torrent worked. but not really.

Windows 8 is promoted sold as a revolutionary design that is about to change the way we use computers.

but that is far from the truth
The look of windows 8, screams the colors of windows XP. Very cartoonish. The look is a bit of a step back from Windows 7.
The missing taskbar, should have been the alternative option, since back when 3.1 moved to windows 95. Oddly enough, over the past three patches to windows xp, Microsoft has removed the program-manager (aka progman.exew has been stripped and neutralized), so you can’t even mimic Windows 8 on a computer that can actually  work the exact same tasks.
The squares instead of shortcuts on the desktop, a bit Brady Bunch .
Windows 8 is designed to mimic the failed operating system of a failed cell phone. My only true gut feeling is windows 8 is designed for the ignorant and not tech savvy, and for the promotion and sell of their windows phones and tablets.

Windows Xp Service pack 4 Please

Microsoft should put out a service pack 4 for windows xp.
A service pack that turns xp into any other operating system.

computer locked up

windows xp locked up


XP is the biggest failure of all Microsoft’s operating systems. I have spent countless hours looking at a computer screen doing exactly what that screen has on it. yep. Matching the win screen of solitaire.
Problem is, they listened to the hackers who griped about the flaws in the operating system. They listened to them so much, Microsoft lost site of the plan. Microsoft started fixing and patching and correcting the noted errors, instead of fix and patch function and appeal.
Truth is, if there is a hacker, there is a flaw. Not the other way around. If the computer tech dude, that is digging around, is techy enough, he will always find a flaw. All I.T. guys know that all I.T. guys think the other guy is an idiot, and they will dig for hours to prove it.
So Windows XP, stayed a hot wet steamy lump of of memory dump for how many years? Way to long.
Yet here I am, in an office that uses nothing but windows XP because some retarded guy who’s mom was best friends with the boss’s wife, has it installed on every single computer here. Can we safely tell the rainman “If you didn’t have such a learning disability, nothing would be backward designed here, please evolve us” ? or do we just keep saying “yes you are so smart, look at you.. You won that conversation. Loo at you… good boy”. Or should we pull out all guns, drop our modesty facade and humble this idiot?
Nope we just sit here and wish things were different.
Microsoft. please for the life of anything sane offer an optional service pack 4 that we can 4 dollars for and let the update turn us into windows vista.
Oh and I want my fricken progman back, If you bring program manager back, I will gladly fall in lust with (code name) windows 8 .
Nothing like turning off all themes and explorer.exe and running on multi cores and using almost no resources.

plan service pack 4 in request.

What becomes of Apple now

Now that we have lost Steve Jobs, we have to question what will come of Apple. What will come of computers and cell phones from here?

My worry is that no one will fill Steve job’s spot and be creative and wise as he was all in one, and still run a company as he did.

If that will be the case, then we stand a chance of very little competition. with little competition, comes little growth through competitive progress processes. The desire to make your product better than the competition is what makes innovation. With less innovation by competitive motivation, we will become stale like a gaming console that floats 5-10 years without expansion or growth. We settle into acceptance and learn to just “deal with it “. Sometimes change is good for us. Options are even better for us.
So what becomes of Apple? what ever happens to apple, will reflect on what happens to Microsoft and what happens to Linux and what happens to Android, and to RIM and Symbian.

Will Apple consider this, Will it be easier and cheaper on Apple to just go for the lazy guy who doesn’t care? if so. It will be a fast sweep by Microsoft to take in Apple, and well… Linux would be a flash and soon forgotten.

Not to be a fear monger just trying to think ahead. Hopefully Apple is thinking ahead.

 

What comes of Apple and do they have an announcement coming soon? They very well should, if they want to keep their stock steady.

Peak at Windows 8

Windows 8 is the code name for the next Microsoft operating system.
This new Operating System looks to be very tablet focused. Windows 8 operating system is focusing quite a bit on the ap structure that all of the tablets and cell phones are using. Kind of reminds me of the Sony playstation mixed with android. I don’t see much gaming function in what they present. Hopefully there will be a way to turn this back into a taskbar operating system. And lets just see how much closer to windows 3.1 this gets. Because it looks like a windows 3.1 with better icons. i mean tiles as they call them now.

Windows 8 looks to be jumping on current trends. As far as operating systems go, this one does not look like it is in for the long haul. Let’s see what it does to your resources. Would be nice on the Xbox.
Let’s see how hard they push us with cloud computing, during a time when internet providers are going to set caps of how much you can use in a month’s time.

Microsoft Office Keyboard RT9450

Microsoft Office Keyboard RT9450
The best keyboard I have ever used. The hot keys, the scroll wheel the volume button with the mute button, the copy the paste, web browser button and email,excel,word . This keyboard is the only keyboard I have ever bought myself more than once. Simply because the Microsoft Office Keyboard RT9450 is must have for me, no matter where I am or what computer I am on. I have one at work, I have a Microsoft Office Keyboard RT9450 at home. The Microsoft Office Keyboard RT9450 at home is used for gaming and web design and the Microsoft Office Keyboard RT9450 at work is for autodesk. Nothing like that scroll wheel on the left when you are using autodesk because zooming in and out all day will get tiresome if you are just using one finger. Now I can use both hands. The right hand is for fine tuning.

Microsoft Office Keyboard


If you can locate one at a fair price, I highly recommend you purchasing this keyboard. Even with this keyboard being more than 7 years old and off the shelves for 4, this keyboard far surpasses the replacement keyboard that Microsoft shoveled at us.(not everyone likes wireless keyboards).
One of the hidden gems about the Microsoft Office Keyboard RT9450, is the application button. You can punch through all open running processes to switch processes in seconds without using other hand. Application buttons include a forward and a back button. Calculator, have you ever looked for the calculator on your computer? is that not the most annoying Search and Destroy mission you have ever been on? When you are in a hurry, it just does not click in your head where the calculator is.

Look this keyboard up on Amazon. Or ebay or Craig’s list or buy.com. The Microsoft Office Keyboard RT9450 is a must have keyboard.

Microsoft and the Cloud

Microsoft and the Cloud

Cloud computing in it’s real form is using an off site storage and operating system. Cloud computing is booting up your computer and the cmos/bios calls out to an off site location and is given the proper command to tell your computer to boot up. This giving you, the owner of your computer, no ability to control your content because your computer does not have it’s own storage. Because it simply does not need it. Yes your computer will last longer. but your computer will practically be like a cable box. you will not be 100% in control of your surfing and or your content.

Currently the definition of cloud computing is a lesser than what it really is.
From wikipedia October 2 2010

Cloud computing is Web-based processing, whereby shared resources, software, and information are provided to computers and other devices on demand, like the smart phones.

Being able to network your material across locations and platforms, fine. That’s excellent. But the moment it gets changed to you having to install this and that to operate better with the cloud and the instance you lose features and functions and personal control of processes, is the clue that this is going to be something we do not want. A gradual acclamation into forfeiting freedom, creation, knowledge, learning and teaching.

The reason Why I say it’s Microsoft and the Cloud is because they seem to be pushing the cloud like crazy on their recent commercials. But cloud computing has been around since before windows Vista. I am assuming they expected windows Vista to not be a flop. That way the buzz about Cloud computing would be just prime for Microsoft to jump on the term. but now they are almost two years into windows 7, Microsoft is now boasting “the cloud”.

It seems they have (for now) Separated Cloud Computing and “Online Operating System“. Here is one that lets you test it. (there is one that forces you to install Microsoft Silver light, but lol no way dude)Here is a fake one that limits what you can do, done in flash.
Hey the whole online operating system is perfect for grand parents, aunts and the idiot who thinks he is to tough to learn. an online operating system is not for the kid growing up who needs to learn how to build a computer and fix an operating system and test theories and some day be a rocket scientist. An online operating system is for people who will learn nothing hands on from their computer, but get a chance to use wikipedia and google a bunch.

With comcast setting a cap and saying that if you use more than 250 gigs of bandwidth (internet) a month you have will have to pay for each meg that you go over. 250 sounds unreachable right? Imagine all the times you drag something around your computer from one drive to another. Imagine if your computer was scattered all over the internet. Yeah 250 gigs will burst in a week. and in that case, a web based operating system surely is not for a company that has lots of backed up documents.

We need to vote that we can never be forced into online operating systems and that all companies who make stuff for web bases operating systems, also make the software compatible with local storage computers, and no one can decorate the web based operating systems to be better.
what gets me is palm hp and Linux and Microsoft and apple are all pushing this like it’s the biggest and most wanted thing, but when you ask people how they feel about it, the respond with ” I have no idea what you are talking about” . We don’t want it,
Do not decorate it to be something it is not and do not give it to us in small tiny doses and then strip us of the last final thread. We know it will happen.

I’m sure to some it may look as if i am screaming the sky is falling. Sad thing is, when it does fall, My site will be gone and blocked and all of my traffic will be gone. Some stury of incompatible with the new internet or some lame crap.

DON’T TOUCH MY COMPUTER AND DON’T TOUCH MY INTERNET

I am not against or for net neutrality. Quit saying “either or” because what it is now, is not “either or”. Let’s keep the internet as it is and you need to quit capitalizing on it.

There needs to be a third picket sign at the rally that says ” LEAVE MY INTERNET ALONE!

Right now as it is, the biggest mover what has helped computers evolve the most is being shut down. PC Gaming. go to three game stops and tell me how many at all three have pc games anymore.