Windows 8 Dev build

http://blogs.msdn.com/b/zxue/archiv...consumer-preview-power-user-howto-series.aspx

---

It's amazing how "obvious" things are broken though. For example it's possible to snap the "People" app...

It's an app preview :)

Even though every Metro-app must support the "snapped"-mode, the OS or the development framework doesn't provide any support for it, except that the app is given a "you're now snapped" -notification. It's up to the app to decide how its layout should be modified when it gets that notification.

For example if you have a page which shows a list of items, the page probably actually has two lists which both are showing the same items. But one is horizontal and one is vertical. By default only the one with a horizontal orientation is shown. But if the app gets a notification that it's now in snap mode, the horizontal list is collapsed and the vertical list is shown instead.
 
am I the only one who finds the windows 8 interface new and refreshing? though I didn't try it. (downloading, flashing my usb, setting up an old hard drive..)

it is a rare take on minimalism, and the old desktop feels clean (with the crap tucked in metro view)
I find it more desireable than gnome 3 and unity which conspire to destroy the linux desktop, or even possibly OSX (a fluffy mix of 1980s macintosh, nextstep and now IOS?)

I mostly use LXDE though, a minimal windows clone desktop for *NIX.
 
As a service to mere mortals here's how to "undo" the woes of access control lists (permissions) in Windows 8. Microsoft has fiddled with them and some techniques that apparently worked in Win7 don't work in Win8.

All of this assumes you are logged in as a user with administrative rights. I have no idea about other kinds of users.

First you need to open a command prompt as an administrator. Navigate to the folder you want to "recover" and in Explorer's File menu choose "Open command prompt" and then "Open command prompt as administrator". The command prompt will appear and be in the target folder you want to recover.

First type this command; it recursively makes you the owner of every file.
Code:
takeown /r /d y /f *.*
This will respond by showing every file that you've taken ownership of. Please note the part of the message: "now owned by user". Take a note of that user ID, as you'll need it for the next step.

Having become the owner of all these files, you can't do anything with them until you give yourself permission:
Code:
icacls . /grant:r USERNAME:(CI)(OI)F /t /c
Congratulations, you now have your files.

This saved me from having to manually set permissions on roughly 22,000 files. Things like icacls /reset failed hard.

If an expert feels like refining these instructions then please do. That second line is perhaps over-zealous, but it got me my files back. I've wasted about 5 hours on this nonsense and I'm not amused.
 
youtube of old confused guy

I could make one doing the same sort of thing for windows 7 or OS animal name, or XP or anything if I wanted by picking the right person. I do agree that a tutorial would not go amiss, but at the same time it would not change the situation where a person was running it on parallels and had already been into it and disabled the tutorial.
 
I've built a new PC with Win8 and it works pretty decently. I think most of the bugs I encounter are video driver bugs or video related memory problems (e.g. an explorer window whose preview on the taskbar is mostly black). This HD7770 isn't officially supported, though Tanks works
Smile-izmena.gif
and it scores 7.4 in WEI (it's something like 2.6 with the Basic Display Driver). I did a back-door driver install and so have no CCC. Gonna try Portal 2 tonight.

Generally I've been using the PC heavily. I have had the screen go blank for about 5 seconds while gaming a few times. Then it comes back - sorta feels like some kind of video driver recovery.

The PC is at 5 days uptime right at this moment. Though the uptime in Win8 is a bit of a lie, as it's the sum of hours switched on, across shutdown-boot cycles. It only resets uptime when you do a "Restart" (as opposed to "Shutdown"). But in my case this is 5 days continuously on.

The desktop theme that's supposed to change the desktop picture every half hour has stopped doing that for a few days now. I guess that's a bug. I'll restart at some point and see what happens to that.

Some software I use that is partially broken would also be broken by Win7. e.g. Office 2002.

I intend to use this install of Win8 until it goes on sale then purchase and re-install (or whatever is required).

I've even been sending feedback on the apps.
 
Is there a release date for Windows 8 yet? I keep reading about the $40 upgrade, but none of the stories mentions a potential release date.
 
It would make sense to assume for OEM to be ready for the "back to school" in US and box/upgrade out on the Black Friday* the latest.

*not the Rebecca Black one though
 
The more they delay it the better.

I gave up on it, formatted & reinstalled Win7, much happier with my PC again.
Couple of minor features that I miss like desktop rotation alternating between desktops but thats about it.
 
October launch, apparently. Wish it was much sooner, e.g. August. Sigh.

Agreed. Then the Windows Surface Pro would be out sometime this year instead of early next year. Le Sigh.
 
I've had a thought. windows is the better OS for hardware tests (running OCCT, getting voltage graphs..). linux is garbage for this, it can only read a couple sensors from the motherboard, if that. or maybe display some random numbers.

excepting memtest86, which boots on its own, windows is the only solution for hardware diagnostics and linux is unusable. So Windows To Go has me interested! with it I could diagnose PC so it would allow me, ironically, to continue to use and promote linux while getting back the ability to properly fix PCs.

this would cost money though (needed "pro" license undefined) or worse, does it require you to login to an Active Directory server or something to let you use it?
is it available on preview versions?
 
Windows depends on kernel mode drivers to access many of those sensors, no? Will those be installable when Windows To Go is running?
 
http://www.windowsupgradeoffer.com/

Now that's quite an offer there: upgrade to Windows 8 Pro for only $14.99 from your current Windows 7 system. The site only requires you to fill in some personal contact information and details on your PC -- just pick some model from one of the major OEM brands listed. I already tried and it said I was "approved" for upgrade, with further notification to be expected on the release date.
 
http://www.windowsupgradeoffer.com/

Now that's quite an offer there: upgrade to Windows 8 Pro for only $14.99 from your current Windows 7 system. The site only requires you to fill in some personal contact information and details on your PC -- just pick some model from one of the major OEM brands listed. I already tried and it said I was "approved" for upgrade, with further notification to be expected on the release date.

Only if you bought a qualifying OEM PC with Windows 7 installed between June 2 2012 and 31st Jan 2013.

So basically if you buy an old stock PC, or are annoyed that you bought a Win 7 PC when you could have had a Win 8 PC, you get to spend $15 to get an upgrade ISO to download.
 
Well I believe he's saying that it doesn't actually really confirm your ownership of a brand new system that qualifies.
 
Back
Top