Everything posted by Joseph_sw
-
KernelEx Compatible Updates
but theres filters for win9x mspaint to allow it saving as .jpg thats probably included during office installation.
-
Four new Betas released today
what a mismatch. M$ should've ditch this metro-for-desktop alltogether, but it would ruin their new-metro-trainnings partners program, I mean M$ have done this for their extra-large-tabbed-toolbars ribbons before...
-
Internet on W98 Today
some websites developer seems to hates IE6, if they detect you're using IE then it will gives you MORE-BLOATED JavaScripts, and deliberately use the incompatible/broken .css version. But, if i changes the User-Agent using proxomitron, the very same site will give light-weight javascripts and using their .css version that IE6 compatible, go figures.
-
Windows 8 - Deeper Impressions
just look at this ancient but visionary stuff: VisiCorp Visi On (1982/1983) Point of interest: you could easly see paralels between what VisiOn capable of vs what Win8'Metro want to be.
-
Windows 8 - Deeper Impressions
when win8 was annouced, it came with promise to run on both x86 processors & ARM processors. and somewhere along that promise it also said that apps writen specificaly for win8 would able to run both on x86-based win8 & ARM-based win8. http://www.withinwindows.com/2011/06/03/d9s-odd-windows-8-video-unofficial-transcript/ so, how can that be? considering the fact of vast differences between x86 vs ARM archictectures... some begin to speculates that MS will adopt the classic xBase/Clipper p-codes apporach, or JavaVM bytecodes apporach, or something like Flash ActionScript p-codes. Therefore new apps designed for win8 will not in binary form that natives to CPU instructions anymore, but rather in binary intermediate-codes, that will be interpreted (or JiT/AoT compiled) by win8. One could said what win8 is an OS scale javaVM-like or and OS Scale flash player. Then, developer preview arrives. Those who spout above theories immediately recognized the WinRT as the intermediate-codes, after all WinRT have no other purpose, benefit, nor any other justified reasons of being there. Somewhere in the development MS probably realized for winRT to works, it need unified/consistent environment (or ecology as MS term) that can exist both in x86 systems or ARM system. And thats where Metro comes in, to force the unified environment to any Windows 8 users, regarless wether the Metro actually mets windows users needs or not.
-
Non Latin letters in path
you can also use: dir /x on parent folder to determine the actual 8.3 folder names, and use such name in your batch.
-
Windows 8 - Deeper Impressions
if things doesn't change much on Consumer Preview, I'll fully blame the feedback censorships while on dev-preview.
-
Windows 8 First Impressions
somehow i doubt next "windows" after win8, will named win9. afterall such name will raise conflict with MS previous products win9x.
-
Windows 8 - Deeper Impressions
MS probably get the idea for App Store, from Apple-Store or Sony's PSN. More updated version of search Web for non-registered extension, but instead letting user search in wild-web, Microsoft has done it for users (with a price). To milks more money from the users, visiting the Microsoft App-Stores might be the default action, instead of classic action to look for programs in user' harddrives. I bet my two cents, that MS will not make it easy to change suggested the app-store vendor (from MS app-stores to another), just incase some independent vendor decided to setup their own app-stores.
-
Windows 8 First Impressions
Forcing end-user to adapt a single unifomed OS interface is purely economically driven, not for the merits to end-user. Nightcrawler from RHDN forum explain better.
-
2012 Project Wish List
That would be awesome. It would be nice to find a way to provides the required NT5 services into win9x system. story: I experienced a wireless usb modem driver refuse to work on some xp box. Long story short, i copied the drivers .sys files into win98se box, and analyze it the using wdmcheck. From missing imports names reported by wdmcheck, i figured what nt5 services needed to be set automatic for the drivers to works on that xp box. and yeah, before i decided to use wdmcheck i already check xp event logs for clues, but i couldn't find any.
-
How to create keyboard shortcuts to move files
or use apps like autohotkey
-
Why 9x > XP?
what i don't like from Microsoft' is their "Systematic-Forced-Obsolescence " plans. it start to shows significant symptoms on winXP and Office2003 , then blatantly appears on Vista & Office2007 or newer.
-
Whats a good cd image maker and mounter for 9x?
yeah some games actually blacklist some known CD/DVD-image mounter drivers
-
NEWS - Will Windows-8 UEFI...
this makes me curious, if MS got this idea from Sony' PS3' OtherOS removal fiascos ...
-
How to download from youtube channels
i notice the youtube' player trying to download the movies from unusual port 1935, not from its usual port 80. tipping my firewall. from what i see, youtube begin to use other protocols than http: or rtmp: , to deliver their video probably some-kind of propetiary protocols, exclusive to youtube' own flash-video-player. most downloader will fail to notice internet traffics outside those protocols, thus unable to take-over the downloads. If you're registered user of Intenet Download Manager, you might post a request at their contact list.
-
2.88MB floppy disk drive
ah, extra tracks, commonly used for some-kind original floppy authentification technique. (anti-copying stuff)
-
Preventing DOS program from minimizing
official dosbox build hasn't get any good support on printing. try unofficial builds, some has better print support. most clipper programs doesn't work well on current dosbox either.
-
cut and paste SendTo
something like this: ? http://www.howtogeek.com/howto/windows/add-copy-to-move-to-to-the-windows-explorer-right-click-menu/
-
Windows 8 Developer Preview download available
So, trying to merges CE & NT ? I dub this windows NT 6.2.xx version as: Windows CENT. which is microsoft product to recover every possible cents that loss to its competitors.
-
Registry bug?
Registry search failure that i know of is: Regedit.exe can't search the 'Data' of Binary or DWORD values. these failure exist since win9x and MS never bothered to fix it for XP.
-
Oh My God, I disabled Javascript, and now there's hope!
agreed. most javascripts usages were designed to bloat your browsing experiences with disgusting numbers of un-needed/un-wanted stuff.
-
The Official Windows 9x is Dead Thread
another stupid thing in NT is permission-Access-List that dubbed as "Security" which is a joke. for example: its quite easy to mess/removing permission entries for HKCR registry on NT (yes, i have tries this both on XP & win7), which will render windows XP & 7 un-useable until a registry backup is restored. it also made worse due fact typical NT deployment will have Remote Registry services enabled, that make it possible for malicious program wreck havoc on connected computer. as herbalist said, comparing to 9x system, NT system indeed expanding that attack-able surface.
-
ipconfig cannot be run in dos mode
perhaps this: http://support.microsoft.com/kb/134489 ?
-
PREVENT Toolbars Installation
while theres plenty tools that offer removal of browser Toolbars, is there any guides to removes Taskbar Toolbars? (right-click the taskbar | Toolbars) i want to remove windows media player - taskbar toolbars, while keep remaining w.m.p functional.