ZenFone 4 #WeLovePhoto Press Event Launch [Full] - ZenFone 4 Series | ASUS

ZenFone 4 #WeLovePhoto Press Event Launch [Full] – ZenFone 4 Series | ASUS

ZenFone 4 #WeLovePhoto Press Event Launch [Full] - ZenFone 4 Series | ASUS

Watch the ZenFone 4 #WeLovePhoto press event launch here.

Learn more about ZenFone 4 Series:
ZenFone 4 Pro: https://www.asus.com/us/Phone/ZenFone-4-Pro-ZS551KL/
ZenFone 4: https://www.asus.com/Phone/ZenFone-4-ZE554KL/
ZenFone 4 Selfie Pro: https://www.asus.com/Phone/ZenFone-4-Selfie-Pro-ZD552KL/
ZenFone 4 Selfie: https://www.asus.com/Phone/ZenFone-4-Selfie-ZD553KL/
ZenFone 4 Max Pro: https://www.asus.com/Phone/ZenFone-4-Max-Pro-ZC554KL/
ZenFone 4 Max: https://www.asus.com/Phone/ZenFone-4-Max-ZC554KL/

Source: ASUS YouTube






Star Wars™: Jedi Challenges Product Tour – Train Like a Jedi in Augmented Reality

Star Wars™: Jedi Challenges Product Tour – Train Like a Jedi in Augmented Reality

Star Wars™: Jedi Challenges Product Tour – Train Like a Jedi in Augmented Reality

Awaken your inner Jedi with Star Wars™: Jedi Challenges, a smartphone-powered augmented reality experience. With the lightsaber controller, Lenovo Mirage AR headset, tracking beacon, and compatible phone, you’ll explore a galaxy far, far away through the power of augmented reality. Start the app, put on the headset, and begin your journey.

Train in the ways of the Jedi with three epic experiences. Perfect your lightsaber skills by taking on some of the most menacing villains the dark side has to offer, command armies in combat missions to defeat enemies, and outwit your opponents in Holochess. Pre-order now at www.jedichallenges.com

Source: Lenovo YouTube






Announcing Windows 10 Insider Preview Build 17004 for PC (Skip Ahead)

Announcing Windows 10 Insider Preview Build 17004 for PC (Skip Ahead)

Hello Windows Insiders!

Today we are releasing Windows 10 Insider Preview Build 17004 for PC to Windows Insiders in the Fast ring who have opted in to Skip Ahead only. Insiders who joined Skip Ahead will continue to receive builds from the RS_PRERELEASE branch which has transitioned to RS4 which is the release that will come after the Windows 10 Fall Creators Update (RS3). Because we are just beginning development for RS4, Insiders shouldn’t expect to see a lot of big changes or new features just yet. Our focus remains getting the Windows 10 Fall Creators Update ready for release!

Insiders will notice that the build numbers have jumped ahead again but this time to 17xxx. This is what we do normally at the beginning of development of a new feature update for Windows 10.

Also – you may notice that the Windows Insider Preview branding has disappeared from the build (shown via the desktop watermark at the lower right hand corner). This should be back with the next build.

What’s new in Build 17004

Fluent Design: As we progress into the next feature update, you’ll begin to see more and more elements of Fluent Design light up. We love the enthusiasm we’ve seen for Fluent Design, and with today’s build you’ll notice that Reveal is now visible on Start in All apps.

More Fluent Design!

Microsoft Edge Improvements:

  • We fixed an issue where typing a web address into the address bar from the New Tab and Start Page and would sometimes clear the text and not result in any page navigation
  • We fixed an issue resulting in keyboard layout changes potentially not being applied when using Microsoft Edge after setting focus to the address bar.
  • We fixed an issue where the tab previews for PDFs were black with a white bar on each side.
  • We fixed an issue where the first time you pressed Ctrl + F to open Search, the search box doesn’t get focus. We also fixed an issue where you might be unable to type in the address bar after clicking on CTRL+F text field.
  • We fixed an issue where “Open with previous pages” wouldn’t recover tabs after dragging a tab between two Microsoft Edge windows.
  • We fixed an issue resulting copy/paste and the print dialog not working for those using the updated Youtube.com website design.
  • We fixed an issue where Ctrl + Click on a link in a PDF wouldn’t open the link in a new tab.
  • We fixed an issue resulting in PDFs potentially rendering blank after panning down a few pages and back up.
  • We fixed an issue from recent flights where Alt + D wouldn’t bring input focus to the address bar when certain keyboards were active.

Input Improvements:

  • We fixed an issue resulting in the enter key not working properly in Facebook Messenger.
  • We fixed an issue resulting in the Delete key on the full touch keyboard layout unexpectedly inserting a period in UWP apps.
  • We fixed an issue resulting in a stutter when selecting long strings in certain single line editable text boxes (for example when naming favorites in Microsoft Edge).

General changes, improvements, and fixes for PC

  • RS4 builds include many of the same fixes included in the latest RS3 builds.
  • We are introducing a new color wheel to Color & High Contrast Settings to help you get a feel for the effect of each of the different available color filters.
  • You may see a Microsoft Edge shortcut on your desktop after upgrading to this build. You can delete the shortcut, upgrade from this build and it will not return.
  • We fixed an issue resulting in Mod Organizer no longer load mods into Skyrim in recent flights.
  • We fixed an issue resulting in the last flighted build sometimes green screening with a SYSTEM_SERVICE_EXCEPTION in win32kfull.sys.
  • We fixed an issue resulting in the WIN+X menu sometimes unexpectedly missing the accelerator key underline hints.

Windows Insider Program + LinkedIn = AWESOME

Windows Insiders! You’re going to see us doing a lot more with our friends in LinkedIn this year in order to provide YOU the best possible career and learning opportunities as part of our program. This week at Ignite, the LinkedIn folks are giving away 6 free courses on Deploying, Administering and Troubleshooting Office 365 that you might be interested in. Since we know many of you are following along on our MS Ignite adventures, we thought we’d share that info with you too. If you’d like to try these, click here!

No downtime for Hustle-As-A-Service,
Dona <3

Source: Windows Blog






Time Travel Debugging is now available in WinDbg Preview

Time Travel Debugging is now available in WinDbg Preview

We are excited to announce that Time Travel Debugging (TTD) features are now available in the latest version of WinDbg Preview. About a month ago, we released WinDbg Preview, which provides great new debugging user experiencesWe are now publicly launching a preview version of TTD for the first time and are looking forward to your feedback. 

Time Travel Debugging is now available in WinDbg Preview

What is TTD?

Wouldn’t it be great to go back in time and fix a problem? We can’t help you go back in time to fix poor life choices, but we can help you go back in time to fix code problems.

Time Travel Debugging (TTD) is a reverse debugging solution that allows you to record the execution of an app or process, replay it both forwards and backwards and use queries to search through the entire trace. Today’s debuggers typically allow you to start at a specific point in time and only go forward. TTD improves debugging since you can go back in time to better understand the conditions that lead up to the bug. You can also replay it multiple times to learn how best to fix the problem.

TTD is as easy as 1 – 2 – 3.

  1. Record: Record the app or process on the machine which can reproduce the bug. This creates a Trace file (.RUN extension) which has all of the information to reproduce the bug.
  2. Replay: Open the Trace file in WinDbg Preview and replay the code execution both forward and backward as many times as necessary to understand the problem.
  3. Analyze: Run queries & commands to identify common code issues and have full access to memory and locals to understand what is going on.

Time Travel Debugging is now available in WinDbg Preview

Getting Started

I know you are all excited and ready to start using TTD. Here are a few things you should know to get started.

  • InstallYou can use TTD by installing the WinDbg Preview (build 10.0.16365.1002 or greater) from the Store if you have Windows 10 Anniversary Update or newer at https://aka.ms/WinDbgPreview.
  • Feedback: This is a preview release of TTD, so we are counting on your feedback as we continue to finish the product. We are using the Feedback Hub to help us prioritize what improvements to make. The Windows Insider website has a great overview on how to give good feedback https://insider.windows.com/en-us/how-to-feedback.
  • Questions: We expect you will have some questions as you work with TTD. So feel free to post them on this blog or send them in the Feedback Hub and we will do our best to answer. We’ll be posting a TTD FAQ on our blog shortly.
  • Documentation: We’ve got some initial documentation at https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/time-travel-debugging-overview and will be improving our content based upon customer feedback and usage. You can give us feedback or propose edits on the docs.microsoft.com documentation by hitting “Comments” or “Edit” on any page.
  • Blogs: Watch for more in-depth TTD updates and tips in the future on our team’s blog https://blogs.msdn.microsoft.com/windbg.

How to use TTD

You use TTD directly in the WinDbg Preview app. We have added all of the key TTD features into WinDbg Preview to provide a familiar debugging experience, which makes it intuitive to go backwards and forwards in time during your debugging session.

Record a Trace

WinDbg Preview makes it easy to record a trace. Simply click File >> Start Debugging and point to the app or process. You will have an option to Record during attach and launch. See https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/time-travel-debugging-overview for more information.

Time Travel Debugging is now available in WinDbg Preview

Replay a Trace

Once the Trace is complete, we automatically load and index the Trace for faster replay and memory lookups. Then simply use the WinDbg ribbon buttons or commands to step forwards and backwards through the code.

Time Travel Debugging is now available in WinDbg Preview

Basic TTD Commands

You can use the ribbon or enter the following TTD commands in WinDbg Preview. See https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/time-travel-debugging-overview for a complete list of TTD commands.

Time Travel Debugging is now available in WinDbg Preview

Final Thoughts

We are very excited to get TTD into the hands of our developers; but there are a few things to remember.

  • TTD is a preview, so we will be regularly improving performance and features
  • This only runs on Windows 10 since WinDbg Preview is a Store app
  • See docs.microsoft.com documentation for TTD known issues and compatibility

Welcome to the world of time travel. Our goal is to improve the lives of developers by making debugging easier to increase product quality. Please send us feedback and feature requests in the Feedback Hub to let us know how we are doing!

Source: Windows Blog






Dell EMC Expands Commitment to Microsoft Customers with Converged Infrastructure Advancements

EMC logo

Dell EMC announces broadened support of Microsoft data center environments with substantial updates across the Dell EMC XC Series, Dell EMC Cloud for Microsoft Azure Stack and Dell EMC Ready Bundle for Microsoft SQL Server. Addressing key IT transformation opportunities and use cases from hyper-converged infrastructure (HCI) to hybrid cloud and data analysis, these updated solutions demonstrate Dell EMC’s continued commitment to innovate and spur successes for customers operating in Microsoft environments.

Update your feed preferences

Dell EMC Expands Commitment to Microsoft Customers with Converged Infrastructure Advancements
   

Dell EMC Expands Commitment to Microsoft Customers with Converged Infrastructure Advancements   

Dell EMC Expands Commitment to Microsoft Customers with Converged Infrastructure Advancements
   

Dell EMC Expands Commitment to Microsoft Customers with Converged Infrastructure Advancements
   

submit to reddit
   

Dell EMC Expands Commitment to Microsoft Customers with Converged Infrastructure Advancements

Dell EMC Expands Commitment to Microsoft Customers with Converged Infrastructure Advancements

Source: Dell Blog