As previously announced by Google feature to quickly delete the last 15min of browsing history via one button is rolling out now.
For now, only Apple users will be available to use this feature but the Android update is scheduled for later this year, a strange move by Google but it is what it is.
For anyone who is unfamiliar with this feature, basically, Google wants a quick way to remove the last 15min of browsing history as a supposedly stated request to make deleting browsing history much easier.
Google came up with this idea so you can keep the previous history intact but remove just 15min time frame, no additional explanation was given on why 15 but I presume it is some round number that came up as the middle one with research, read telemetry info.
Using quick delete requires being signed into Search with a Google account. Users can access the option by simply tapping on the avatar icon to access the settings then choosing "Delete last 15 minutes."
One of the useful features that came with Windows 10 is the Mobile Hotspot although there’s a downside to it – it drains your battery faster especially if your Windows 10 device is running on battery. Another one of its flaws in the implementation of this feature is that it stays activated even when the connection is idle. In other words, it is still activated even if no devices are connected to it. As a result, it consumes battery life and affects it. There are also instances when it affects the performance of the network connection. At the time of writing, Microsoft hasn’t done anything about this dilemma yet so in the meantime, you can continue reading this post to resolve this issue on your Windows 10 device.
You can remedy this Mobile Hotspot issue by running a command in Windows PowerShell. To get started, follow the given instructions below.
Turn off Mobile Hotspot Automatically:
Step 1: The first thing you have to do is to copy the following command:
Step 2: After copying the command given above, open the Notepad app and paste the command you copied there and save it. And when saving it, select the “Save as” option and its File type as “All files”.
Step 3: After that, put “TurnOnTimer.bat” as the file’s name and save it on your Desktop.
Step 4: Once done, run the file you just created, and when a User Account Control or UAC prompt appears, just click on Yes.
Step 5: After you run the file, it will run a series of scripts in a command line which will turn off the Mobile Hotspot automatically when idle.
And that’s how you automatically turn off the Mobile Hotspot when your Windows 10 device is idle. On the other hand, if you want to undo the changes made, you can always do so using the steps provided below.
Turn on Mobile Hotspot:
Step 1: Copy and paste the following command in the Notepad app:
Step 2: After copying and pasting the command, save it as “TurnOffTimer.bat” on the Desktop.
Step 3: Once done, run the file like what you did earlier and select Yes when a UAC prompt pops up. This will run a series of scripts on a command line which will revert the changes back to their default state.
When you have to connect to a drive that’s on a different computer or on external storage, that’s where the mapped network drives come in. Mapped network drives make accessing files a lot easier. However, there are times when it won’t work for some reason.
Windows will notify you about the unavailability of mapped network drives in several ways. For one, Windows might display a red X on the network drives or it could be that its status will be unavailable when you try to use it from the Command Prompt or via a notification.
It is recommended that you run a few scripts when you log in to your PC as it may so happen that the network drive takes more than usual to connect. Before you start troubleshooting the problem using the given options below, keep in mind that some workouts might only work under certain scenarios. You might need some network access at logon or you might need access to the Group Policy settings. So you need to choose what you prefer more.
You can try the given workarounds below if the mapped network drives are not showing or connecting or working on your Windows 10 computer. These workarounds use scripts to make sure that you are connected to them as soon as you start to use your PC.
As mentioned, before you can troubleshoot, you need to create scripts first. There are two scripts here namely MapDrives.ps1 which is executed by the second script named MapDrives.cmd and is done at a regular and non-elevated Command Prompt. Follow the steps below to get started.
You have to create a script file named “MapDrives.cmd” first and then save it on a place where the files are safe. To do that, open a text editor like Notepad and then copy and paste the following script:
After that, save the file and name it “MapDrives.cmd”.
Next, create a script file named “MapDrives.ps1” and then copy and paste the following content. Just make sure to save both scripts in the same folder.
$i=3while($True){ $error.clear() $MappedDrives = Get-SmbMapping |where -property Status -Value Unavailable -EQ | select LocalPath,RemotePath foreach( $MappedDrive in $MappedDrives) { try { New-SmbMapping -LocalPath $MappedDrive.LocalPath -RemotePath $MappedDrive.RemotePath -Persistent $True } catch { Write-Host "There was an error mapping $MappedDrive.RemotePath to $MappedDrive.LocalPath" } } $i = $i - 1 if($error.Count -eq 0 -Or $i -eq 0) {break} Start-Sleep -Seconds 30}Note: Now that you’ve created the script files, it’s time for you to proceed to the options given below.
Option 1 – Try creating a startup item
Note that this option only works on devices that have network access at login. So if it’s not there, the script will fail to reconnect the network drivers automatically. To create a startup item, here’s what you have to do:
Open the Startup folder located at %ProgramData%MicrosoftWindowsStart MenuProgramsStartUp.
From there, copy and paste the MapDrives.cmd.
After that, open the Scripts folder located at %SystemDrive%Scripts copy-paste MapDrives.ps1 and then copy and paste MapDrives.ps1 in there.
Note: After you complete the steps above, a log file named “StartupLog.txt” will be created in the %TEMP% folder. Now all that’s left for you to do is to log out of your computer and then log back in. This will ensure that the mapped drives are open.
Option 2 – Create a scheduled task
It is possible to create a scheduled task that runs as soon as you log in to your computer. To create a scheduled task, follow the steps below.
You have to copy the MapDrives.ps1 script file to the scripts folder of Windows located at %SystemDrive%Scripts.
After that, open the Task Scheduler and select Action > Create Task.
Next, type a name and description of the task in the General tab.
Then click on the Change User or Group button and select a local user group and click OK.
Now check the box labeled “Run with highest privileges” and switch to the Triggers tab.
From there, create a new trigger with the “At Logon” option in the Begin the task drop-down menu and then click OK.
After that, switch to the Actions tab and create a new action then choose to Start a program.
Next, type “Powershell.exe” in the Program/Script field, and in the Add arguments (optional) field, type the following:
And in the Start in the (optional) field, type “%SystemDrive%Scripts” as the location of the script file.
Now under the Conditions tab, select the “Start only if the following network connection is available” option and then select Any connection and click OK.
Restart your computer or log off from your account and then log back in so that the task will be executed.
Option 3 – Use the Group Policy settings
You need this option if the mapped network drives are defined via Group Policy settings. You have to update the action of the drive maps to Replace. As a result, it will delete the existing mapped drive and create the mapping on each logon again. However, any settings on the mapped drive that are changed from the Group Policy settings will be gone on each logon. So if the changes don’t work, you need to run the gpupdate command together with the /force parameter in order to refresh the Group Policy setting quickly.
Windows 11 release date is closing in, some people have tried it via insider build, some have decided not to. It has come to our attention that there is a little website made by BlueEdge that offers a virtual Windows 11 desktop.
Opening the Website will put you right inside Windows 11 desktop, now take note that this is not Windows 11, it is a simulation of Microsoft’s newest OS and therefore many things will not work like File Explorer, etc.
One thing you can make sure it is working is UI itself, you can see how you do like the new Taskbar, start menu, widgets, and some other things. You can just pop up on the site and check how you do like the overall new look and feel of Windows 11 UI before installing it or trying it.
We are sure that many more options will come in time but even now you can get a feel of the newest OS.
Windows 11 BlueEdge site: https://win11.blueedge.me/
When visiting the Windows Update Website or the Microsoft Update Website to download the latest update for hardware drives, you could possibly receive Error Code 0x80070103 when clicking on the update driver. This error code occurs when Windows tries to download a piece of identical hardware for a second time. It could also occur when Windows tries to update a currently installed driver to an unsuitable version of that driver.
Solution
Further Information and Manual Repair
There aren’t many ways to handle this issue. Below are two methods of fixing Error Code 0x80070103.
After the "scan for updates" is complete, click the Welcome or Custom page.
Next, click Hardware, in the navigation panel, and then on the tab for "optional hardware Updates", the Update client will display the available updates.
For the graphics card, scan the second update after which you'll click to select the option that says "do not show this update again".
Hit the "Review and install updates" button.
Confirm that the second update for the graphics card is not present, then move on the installing the updates.
Click on the start button, go to All Programs, and then click on Windows Update.
Hit the "Check for updates" tab.
After the "scan for updates" is over, click the"Optional updates" link.
In the "Select the updates you want to install" section, right-click the update that is not needed and hide them.
Hit the OK button.
To install any additional updates that are selected, click "Install Updates". Close Windows Update if no other updates are selected,
For touch screens, swipe in from the right edge of the screen, tap Search (or point to the upper-right corner of the screen if you're using a mouse, moving the pointer down, before clicking Search). Enter "Windows Updates" in the search box, click Settings, and then click "Check for updates".
After the scan is complete, click the"Optional updates are available" link.
Right-click or Tap and hold the update you want to hide, select"Hide update", and then select OK.
If any other updates are available, save all work in "other programs", then restart the computer to the install updates; otherwise, opt out of the Windows Update window.
Open the search window and type “Windows Update” in the search box.
Method 2:
When trying to repair error code 0x80070103, if you find method one hard to follow, can contact Microsoft directly. Call up the help center number listed on their website, and a technician will be able to walk you through the process of ensuring the updater is not attempting to download multiple copies of hardware or trying to install unusable updates on your computer. Because the Windows Updater is set to a generic method of searching for updates, it may not be set to optimize the personal computer's settings. This is why you must select all of the optional update options and why this process is so long. It may be made easier by having a computer repairs technician walk you through it.
However, if you want to automate the process of getting that problem solved, you can use a powerful tool to get the job done.
It really sucks when you can’t fully enjoy the newest version of your favorite OS.
Windows 11 is still relatively fresh and consequently has some annoying little bugs that really ruin our experience. The good news is that you’re not alone and most of them are easy to fix.
Here are 5 commonly reported Windows 11 issues and what you can do to get rid of them.
1. Windows 11 audio problems
One of the absolute most irritating things in the world is struggling with the sound on your computer. Windows 11 users have reported facing the issue of low or no sound. If you’re currently experiencing the same frustration, you can be relieved. Chances are fixing it will only take a few minutes.
The first thing to check would be whether you accidentally muted your device by pressing the mute button on your keyboard. Yes, we know it sounds a lot like the old “have you tried turning it off and on again?” But it’s important to leave no stone unturned, and the most obvious things are usually the ones we easily overlook.
Moreover, if you have several audio output sources, check whether the right one is selected. You can do this via the Action Center or through Settings. If you want to use the same source every time, we also recommend you set it as the default one.
It’s also important to have a good, up-to-date audio driver. More often than not, this will be the true cause of your audio struggles. Make sure to update your driver, and if that doesn’t work out, you can always un- and reinstall it or install a different one.
Lastly, if all attempts remain unsuccessful, run the audio troubleshooter to figure out what’s actually going wrong.
2. Unable to find files
Such a powerful new operating system, yet it can’t seem to do the simplest thing imaginable? The File Explorer not responding on Windows 11 is one of the most frustrating and most common problems with Microsoft’s newest iteration of its awesome OS.
However, 9/10 times it can be fixed by simply restarting your PC. You could also try killing the Windows Explorer process in the Task Manager and then rerunning it.
If these don’t help, check whether there are any pending Windows 11 updates. A single missing update can compromise your PC’s functionality, so always make sure to install them all on time.
Should none of that work, then there are other ways to solve the File Explorer problem. However, then the issue is probably a bit deeper and it’s no longer in the ‘easy fix’ territory.
3. Start menu not working
Just like the File Explorer, the Start menu is a fundamental element of your OS. So, it’s only natural that its malfunction grinds your gears. It may be more customizable than on previous Windows versions, but it doesn’t always work smoothly.
If you’re facing the so-called Start menu critical error, there are a few things this could be caused by. Usually it means you turned off your system while an important update was still being installed, there is a corrupt file on your PC, or Windows forcefully stopped a program.
Whatever the reason, the solution should be pretty simple. Try the basic steps: restarting your File Explorer (like we explained above) and signing out and back into your account. If that doesn’t do anything, you may want to try uninstalling third-party start menu apps (if you have any), since they can interfere with your default programs’ functionality.
Now, those are the easy fixes. If you get nowhere with them, you might need to identify the root cause and search for more complex solutions than that.
4. Snipping tool not working
Our beloved screenshot tool was introduced with Windows 10 and Microsoft decided to keep it. However, you were probably just as disappointed as us when you tried to run it and failed.
Normally, this can be fixed by installing the latest Out-of-band (OOB) update, or even pending updates in general. Even if your system appears to be up-to-date, run the checker just in case.
Another cool thing Windows 11 lets you do is ‘Repair’ and ‘Reset’, which is the easiest way to troubleshoot your Snipping tool. If this fails, you can also try the good old un- and reinstall method. Simply uninstall the tool through the Control Panel and reinstall it from the Microsoft Store.
Furthermore, in the case of an upgrade from Windows 10 to 11, it may be that the old Snipping tool version is interfering with the launch of the new one. If you don’t care that much about the additional options available with the enhanced screenshot tool, you can use the old version instead.
Simply go to your C Drive, find the Windows.old folder, search for the tool and open it from there. Make sure to pin it to your taskbar as well, if you know you’re going to use it often.
5. Can’t install the latest update
The latest Windows 11 version, 22H2, has brought tons of enhancements to our dearest operating system. Unfortunately, a lot of users still haven’t had the opportunity to experience it. A mere update of your OS version should be the one thing that goes smoothly, but sometimes that’s not the case.
Failure to install 22H2 can be caused by a few things. Most commonly, the issue is caused by lack of storage space or corrupted files, but there could be other culprits.
There are a couple of things you could try. For example, it’s crucial that your drivers be up-to-date and some important services be enabled. These are: Windows Modules Installer, Background Intelligent Transfer Service, Cryptographic Service, Windows Update services.
To enable them, search ‘Services’, find the service you need and right-click on it. Open ‘Properties’ and select the startup type ‘Automatic’.
It may also be necessary to unplug all peripherals that aren’t crucial and disable third-party antivirus tools until after the update is finished.
Ultimately, you can run the Windows Update troubleshooter to detect and fix other possible issues.
Summary
Tiny bugs like these are nothing out of the ordinary. That said, we still all hate when they happen.
Hopefully some of our solutions have helped you to a smoother Windows 11 experience. But if you’re still struggling, feel free to reach out to us. We’d be happy to help!
One of the worst problems users can encounter on their computers is Blue Screen of Death errors as some of them are quite hard to fix. One of them is the “The driver detected a controller error” Blue Screen error. It could be followed by “DeviceIdeIdeport0 OR”, “on deviceharddisk0dr0”, or “DR3” or the name of the drive or port that’s causing the problem. If you are one of the users who encountered this error, then the suggestions provided in this post would definitely help you in fixing the problem.
Option 1 – Try to disconnect and reconnect all hardware and cables
A lot of users reported that they were able to fix the problem by disconnecting and reconnecting cables and hardware like scanners, printers, cameras can help in fixing the problem. In addition, you can also boot your computer in a Clean Boot State so that you can find the problematic hardware by hit and trial method. Refer to the steps below to do so:
Log onto your PC as an administrator.
Type in MSConfig in the Start Search to open the System Configuration utility.
From there, go to the General tab and click “Selective startup”.
Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
Next, click the Services tab and select the “Hide All Microsoft Services” check box.
Click Disable all.
Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
Option 2 – Update the device drivers
Updating the outdated device drivers in your computer can also help in fixing the problem. To do so, refer to these steps:
First, boot your computer into Safe Mode.
After that, tap the Win + R keys to launch Run.
Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
After that, a list of device drivers will be displayed. From there, look for any outdated device drivers and click on each one of them.
After that, right-click on each entry of the device drivers and select the “Uninstall Device” option from the menu.
Now restart your computer.
After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Option 3 – Try to update the BIOS
Updating the BIOS can help you fix the ATTEMPTED_WRITE_TO_READONLY_MEMORY BSOD error but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
Tap the Win + R keys to open the Run dialog box.
Next, type “msinfo32” in the field and press Enter to open System Information.
From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
After that, you should see the developer and version of the BIOS installed on your PC.
Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
Now double click on the downloaded file and install the new BIOS version on your computer.
Now restart your computer to apply the changes made.
Option 4 – Try running the Blue Screen Troubleshooter
You might also want to run the Blue Screen troubleshooter. It is one of the built-in tools in Windows 10 that helps users in fixing system issues including Blue Screen errors. It can be found in the Settings Troubleshooters page. To use it, refer to these steps:
Tap the Win + I keys to open the Settings panel.
Then go to Update & Security > Troubleshoot.
From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Option 5 – Try running the Memory Diagnostic Tool
The Memory Diagnostic tool in windows can help resolve the “The driver detected a controller error” Blue Screen error by checking and automatically fixing any memory-based issues. To run it, refer to these steps:
Tap the Win + R keys to open Run and type mdsched.exe and hit Enter to open the Windows Memory Diagnostic Tool.
After that, it will give two options such as:
Restart now and check for problems (Recommended)
Check for problems the next time I start my computer
Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select your preferred option, your computer will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.
Option 6 – Replace your motherboard
If your computer is still under warranty, you should consider replacing your computer’s motherboard in case the options given above failed to work in fixing the Blue Screen error.
Windows 11 will bring some old applications in new looks and some will get additional features as well. One of the old apps that will get new stuff is a calculator.
The calculator was always a way to go application for quick calculations but Microsoft aims to expand on that and make the calculator a little more useful.
The first thing that you will notice is the calculator look, the calculator has now an application theme setting that allows you to change the look of the application. It comes in standard and professional mode as usual but this time calculator will come with features that will enable it to handle some programming and engineering tasks.
The new calculator features a full graphing mode that lets you visually analyze a graph to identify key features. It also packs a deep converter that can switch between more than 100 units and currencies.
Other Windows 11 apps
A new snipping tool will be delivered with this latest update as well packed with new functionality. We have covered new features of the snipping tool in another article, if you are interested you can find the article here: https://errortools.com/windows/new-snipping-tool-redesigned-in-windows-11/
Mail and Calendar apps will also get a redesign, sadly all redesign that they will include will be of visual nature to fit in the overall Windows 11 theme, functionality will remain the same.
Yes, you read that right, KFC is making a console partnered with Cooler Master. Bizzare at it sounds, it is even more bizarre that the console is designed to keep your food warm!!! You can pull out the drawer from the console out on its top and place some food there in order to keep it warm.
The console itself is coming in cylindrical shape powered by Intel CPU and ASUS GPU of the unknown chipset. It has Seagate Baraccuda 1TB SSD and it is VR-ready. The console will have raytracing and will be 4K ready.
My thoughts
Well, my thoughts are somewhat strange, on one side I am not really sold on food heating gimmicks and without specific hardware specifications, it is difficult to say how much power the console will have. Price is also not leaked so that is also a stumbling stone for making an informed opinion. I am a little puzzled and concerned about this whole heating food thing because personally, I can see 2 issues: Console overheating and fat dripping on inside hardware, I am sure they have somehow eliminated this but I would be very interested to see how.
It is a fact that Blue Screen of Death errors can give you a headache for you will have a hard time fixing it as it is one of the most difficult errors you can encounter on your Windows computer. One of these BSOD errors is the UNEXPECTED KERNEL MODE TRAP error. If you receive this kind of error then it means that the operating system was not able to catch a trap or an exception generated by the CPU. This BSOD error has an error code 0x00000007F and indicates that the Intel CPU generated a trap that the kernel failed to catch. One of the most likely causes is hardware failure due to faulty memory. Aside from this cause, you also have to track down other probable causes for this problem like corrupted system files, incompatible drivers or programs, faulty hardware, and even dusty components, and so on.
To fix the UNEXPECTED KERNEL MODE TRAP BSOD error, here are some suggestions that might help.
Option 1 – Uninstall the programs you installed recently
Chances are, some programs that you just installed might be the one that’s causing the BSOD error. Thus, you need to uninstall the program to resolve the problem.
In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it. In addition, you might also want to check the hardware components of your computer that might not support the operating system itself. You can disconnect all the external devices like USB drives, scanners, printers, etc., and then reboot your PC. After that, add the devices again one after the other and check if the BSOD error is now fixed or not.
Moreover, you can also perform a clean boot to make things easier for you.
Log onto your PC as an administrator.
Type in MSConfig in the Start Search to open the System Configuration utility.
From there, go to the General tab and click “Selective startup”.
Clear the “Load Startup items” checkbox and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
Next, click the Services tab and select the “Hide All Microsoft Services” checkbox.
Click Disable all.
Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
Option 2 – Update your device drivers
Tap the Win + R keys to launch Run.
Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
After that, a list of device drivers will be displayed. Look for the device driver you and then select either “Update driver” or “Uninstall device”. And if you find any “Unknown device”, you need to update it as well.
Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
If you have chosen to uninstall the driver, follow the screen options to complete the process and then restart your PC.
Connect the device and Scan for hardware changes – you can see this option under Device Manager > Action.
Option 3 – Use the Blue Screen Troubleshooter
The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like UNEXPECTED KERNEL MODE TRAP. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
Tap the Win + I keys to open the Settings panel.
Then go to Update & Security > Troubleshoot.
From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Option 4 – Run the Windows Memory Diagnostic tool
You can use the Memory Diagnostic tool in Windows to check RAM. Before you use this tool, make sure you save all your important work.
Tap the Win + R keys to open the Run dialog box.
Next, type in “mdsched.exe” in the field and hit Enter to open Memory Diagnostic.
After that, the Windows Memory Diagnostic will give out two options such as:
Restart now and check for problems (recommended)
Check for problems the next time I start my computer
Select any of the given options. After that, your computer will restart and check for memory-based issues upon the restart. If there are any issues, it will automatically them.
Option 5 – Disable Memory caching in the BIOS
You can also disable memory caching in the BIOS to fix the UNEXPECTED KERNEL MODE TRAP error.
Open the BIOS Setup screen.
Next, go to Advanced > Cache Memory and then disable it.
Tap the F10 key to save the changes made and restart your computer.
Option 6 – Run System File Checker
Tap Win + R to launch Run.
Type in cmd in the field and tap Enter.
After opening Command Prompt, type in sfc /scannow
Restart your computer once the scan is completed.
Option 7 – Clean your hardware components for dust
Cleaning your computer’s hardware components for dust might also help in resolving the UNEXPECTED KERNEL MODE TRAP error. Make sure to use a soft cloth in cleaning the hardware as well as a small blower. Moreover, ensure that you do not damage any parts with moisture or cause harm to any circuits while you’re at it.
Hello and welcome to our Outlook 2013 Preview. Everyone has heard of sneak peeks when it comes to new movies and games that are coming out soon. That is what advertisements and test reels are for to get the audience interested and excited before the piece of media even comes out.
It serves to entertain the target audience in the months, maybe even years, up until the release date of this thing they want to play or see and it keeps it in the public mind.
It is also great for the viewers because it is a hint to what they will expect when it comes out and it keeps them wanting more excitedly. However, did you know that sometimes computer software releases previews and sneak peeks too?
Outlook 2013
Well, they do and Microsoft has released some sneak peeks and previews of their new Outlook, Outlook 2013!
This is probably to get consumers ready for when it comes out next year; people are going to be getting excited about this new makeover that Microsoft Office, with Outlook, has given itself, people from Microsoft even saying it is ‘the most ambitious’ version of Office yet!
The new orange color scheme and logo design look promising enough for the consumer without even checking the new features and special things that have been revealed about it yet!
Outlook 2013 Features
The best part of this new Outlook is that you can move widgets around in it.
If you don’t like the fact that your inbox is placed over your outbox, you can move it- simple as that! It will be really handy for people who like messing around with layouts and will also be handy for people who tend to overlook things at the bottom of the pile like spam and trash if they can move them to a more noticeable location for themselves.
Another great thing is that the new Microsoft Office that Outlook comes with has a cool new stylus option, allowing you to personalize things with your own handwriting or even drawings.
This can then be used as your email signature on Outlook which can give a really nice and personal feel to the emails you are sending.
Another new thing is their labeling of drafts. Like Gmail, Google’s own email service, a red-lettered ‘draft’ will now appear over composing messages you have not yet sent.
Handy Email Tools in Outlook 2013
This is handy because you know where your message has been saved as opposed to how it could be saved in your outbox or be sent to the trash.
Also, there are new links with Facebook that allow you to see what your friends are doing through Outlook. You can also converse with Facebook friends through Outlook now, which is a big step forward in this age of social media.
You can get an email from a person and, at a click of a button, also read all their Facebook posts. However, there is not an option for Twitter or Tumblr or even Myspace, which is a shame I suppose, but maybe in the next update.
So, I think Outlook 2013 will be worth looking at, don’t you?