How to get back old youtube layout/look




Recently Youtube rolled out new look for all users.The new look was intended to increase number of views for a particular channel but it got strong disapproval from most of the users.This is quite common,whenever a popular website rolls out new design most of the users start hating it.Same was the case with Facebook,as soon as facebook rolled out timeline most of them looked for ways toremove facebook timeline but now they got habituated to it.It will take some time to get adapted to new changes.If you want to revert back to old youtube interface here is a simple and 100% working trick.

Here we explained a simple trick to get old youtube interface for two primary browsers Google Chrome and Firefox.

Here is the new look of youtube.



Get Old Youtube Layout on Google Chrome:

  • Open Youtube.com.
  • Press  Ctrl + Shift + J
  • Now a windows will popup ,choose Console option.

  • Then copy and paste the following piece of code and hit Enter .
document.cookie="VISITOR_INFO1_LIVE=qDpUsBNO0FY; expires=Thu, 2 Aug 2020 20:47:11 UTC"
  • After you are done with that close and restart the browser.
  • Now you should get the old youtube layout back.

Get Old Youtube Look On Mozilla Firefox:

  • Go to Youtube.com.
  • Press  Ctrl + Shift + K
  • Now a window will popup ,choose Console option.

document.cookie="VISITOR_INFO1_LIVE=qDpUsBNO0FY; expires=Thu, 2 Aug 2020 20:47:11 UTC"
  • After you are done with that close and restart the browser.
  • Now you should get the old youtube layout back.


How to Revert Back to New Look Again?

Well its quite simple to revert back to the present look.All you have to do is to clear cookies in your respective browser.It will bring back the new look back.



Disable Windows 8 Start Screen Launch Animation To Make It Feel Faster


As many of you already know, Windows 8 follows Microsoft’s “Modern UI” design language, which emphasizes “content” over “chrome”, with heavy use of typography and empty space. Now, the use of elaborate animations throughout the user interface are one of its biggest, most distinctive features, and these are most prevalent in Windows 8’s Start screen, logon screen and “Modern” apps that can be downloaded from the Windows Store.
Animations can really liven up the user interface, but some people are of the opinion that they waste system resources and precious milliseconds of the user’s time. If you happen to be amongst these people and are using Windows 8, then you should know there is a very simple way of turning almost all of fluffy animations completely off. This even works for some animations in Windows 7 and Vista.


The general procedure for this guide is simple: you access “Performance Options” and disable multiple animations. Now, let’s get started!
Press the Windows + R button to launch the Windows Run dialog. Type “sysdm.cpl” into the textbox as shown below and click OK.
Alternatively, you may launch File Explorer, right-click on Computer, Properties and then the ‘Change Settings’ option beside ‘Computer name’.

The system will present you with a window titled ‘System Properties’. Click the Advanced tab on the top and then, under Performance, click on  ’Settings…’.


You will now see a ‘Performance Options’ window. From here, you can adjust visual effects, resource distribution for running programs vs. background services and even change the size of the virtual memory (which is used in case you run out of RAM).
In the ‘Performance Options’ window, click the ‘Custom’ radio button, and remove the checkmark to the left of ‘Animate controls and elements inside windows’. This will eliminate the Start screen launch animation. Additionally, you can disable ‘Animate windows when minimizing and maximizing’ and ‘Animations in the taskbar’. Of course, you can remove the rest of them, but in my opinion that would be a bit of an overkill.

After you’ve disabled the options of your choice, simply click on ‘Apply’, and then OK. Animations will now be disabled, making your user interface just a wee bit faster. I only disabled animations for controls and elements inside windows, so the difference was quite minimal. You may have a different experience




How To Change Forgotten Windows 8 Password


-->
Windows 8 has been around for quite a while now and ever since its release, there’s been a lot of discussion regarding its new features, UI overhaul and what not. As with any modern multi-user operating system, Windows 8 lets you create user profiles and specify passwords to protect user accounts. This feature let multiple users share the same PC while keeping each user’s settings intact. If you are the only user with full administrator access on your computer and forget your password, you would be locked out of your computer. If that happens, your usual bet is starting over with a fresh Windows partition, or using some complex third-party tools to reset your password. In what follows, we will guide you through the process of resetting your forgotten Windows password without using any third-party tools.
Before you proceed, do note one important thing. If you have any encrypted files in your user account, using this or any other method to reset the account’s password will mean losing those files permanently, unless you saved a copy of your encryption certificates when encrypting your files.
Now the process isn’t as simple as a few mouse clicks but as long as you can follow the instructions carefully, you should have no trouble resetting your Windows password. First, you will need to create a System Repair Disk from a Windows 8 PC that you can access. This can be your work PC, or a friend or family member’s PC; it just has to be running Windows 8. The repair disk can be created on the a blank CD or DVD, though you can even use a USB flash drive for the purpose as almost all modern PCs are capable of booting via USB drives. So let’s get started with it.
Insert the blank disc or USB into the Windows 8 machine, go to Control Panel and click ‘Create a system repair disc’ in the top-left region. Follow the simple on-screen instructions, and your repair disk will be ready in no time.


Next, inset the repair disk or USB drive into your own machine and boot from the computer from it, and select Troubleshoot.



On the next screen, click Advanced options.



Now click the Command Prompt option.



This will open up a Command Prompt window. In this window, enter these command one by one:
diskpart
exit


You will see a list of your disk partitions, from which you can easily find your Windows installation partition. Usually it is the C drive but if it is a different one, make sure to use that throughout the rest of the tutorial. Enter this command to exit the DiskPart tool:
Next enter these command one by one (make sure to replace C in the first command to the appropriate drive letter for your Windows partition, if it’s different in your case):
C:
cd windows
cd system32
copy cmd.exe cmd.exe.original
copy Utilman.exe Utilman.exe.original
del Utilman.exe
ren cmd.exe Utilman.exe
shutdown –r –t 00

These commands will prepare the tools necessary for resetting your password, and restart your computer. Once booted to the login screen, click the Ease of Access button at the bottom left corner. Based on the commands that we used in the previous step, this will open a Command Prompt window instead of the Ease of Access menu.


Enter this command to list the exact names of all the user accounts:
net user
The name of your account will be different from what’s shown below. It will generally be any account other than Administrator and Guest. We will be using the exact name of your user account in the next commands, so note it carefully.

Enter this command, replacing WAQAx with the name of your user account, as shown above:
net user WAQAx *
You will now be asked to enter your new password. When you type the password, the curser will not move and no characters will appear, which means you won’t see the password being typed. Rest assured though that it is there, so make sure you enter the letters carefully. After you enter it, you will be asked to confirm it again; simply type the same password again.

Enter this command to exit the Command Prompt window:
exit
You should now be able to login to your PC with the new password.

Don’t go away yet – you still need to revert the changes you made to cmd.exe and Utilman.exe files. Boot into the Repair disk again using the same process and bring up the Command Prompt window as before. Then enter the following commands one by one, replacing ‘C’ with the drive letter of your Windows partition:
C:
cd windows
cd system32
del Utilman.exe
ren Utilman.exe.original Utilman.exe
ren cmd.exe.original cmd.exe
shutdown -r -t 00

These commands will restore the files to the way they initially were, and restart your computer normally. After the computer reboots, you will notice that you can now open the original Ease of Access menu on the login screen.


That’s it – you have successfully reset your Windows 8 password

Adobe Reader Modern UI App Comes To Windows 8 Store




Apart from its visually stunning looks, Windows 8 boasts many excellent features that make it one of the best versions of Windows ever to come out of Redmond’s door, in our opinion. One of the new features of Windows 8 is its native ability to handle PDF documents via the integrated Reader app. However, if you tend to use Adobe Reader for all your PDF needs, you’ll be delighted to learn that its Modern UI app has just been released in Windows Store that does a great job in letting you view all your PDF documents. The app is well-optimized for both Windows 8 and RT, and the experience is stunningly snappy in the latter. The app also supports touch gestures, making navigation a breeze on tablets.
You can download the app from the Productivity category in Windows Store, or manually search for it manually by hitting Win+Q on your keyboard to open Search Charm and entering ‘Adobe’.
Adobe has done a great job in designing the interface, keeping it minimalistic yet intuitive. The main screen comprises of Getting Started and Recently Viewed sections. Recently Viewed keeps a history of your previously accessed files, so you may instantly open a particular document without having to browse for it all over again. Similarly, to open a new PDF document, click Open File tile under Getting Started, and the integrated file explorer will let you select the target file.

The strongest point of Adobe’s PDF Reader products has been flawless rendering, and the new Windows 8 app doesn’t disappoint in that regard even one bit. You can choose to switch between viewing modes from the App Bar at the bottom by right-clicking with mouse or swiping up from bottom on touch screens. The app features two View Modes: Continuous and Single Page – the former provides a seamless experience through vertical scrolling while the latter shows one document page at a time and the pages can be flipped via horizontal scrolling. You can simply hold Ctrl key and use the mouse scroller to zoom in and out of the currently focused page.


Likewise, zooming out past the full page length presents you with the handy thumbnails interface, providing you with a bird’s eye view of all the pages of the document. Clicking any thumbnail lets you jump over to that page. Windows RT users can rely on pinch-to-zoom gestures to enter the thumbnails view mode.


As expected, you can use the search function to quickly find a keyword or phrase in the document. Clicking or tapping Find in the App bar displays the search field; simply type in what you’re looking for, and hit enter to see the results.



Once again, Adobe has done a great job in creating a polished PDF viewer app that is also easy to navigate. Unlike the previous desktop versions that were notorious for being heavy, slow and filled with bloatware that most users don’t require, this one seems to be fast, fluid and lightweight, making it a breeze for anyone to use as their primary PDF viewer.






How To Disable Windows 8 Automatic Maintenance Or Change Its Time




Microsoft reiterated that Windows 8 has been built upon the solid foundations of its predecessor. Well, there is no denying this fact, because apart from looking stunning, Windows 8 includes several robust features under the hood that make it fast, stable and snappy, just like the previous version. One of the refreshing additions to this feature-set is automatic system maintenance (also called Regular Maintenance), which checks for software updates, system diagnostics and security scanning tasks, on regular basis. This option ensures that maintenance tasks are performed at a specified time, provided you’re not around and the system is idle. In what follows, we will guide you through the process of changing time settings to run the daily maintenance task, whether to allow the schedule maintenance to wake your machine, as well as disable this feature if you don’t need it.

Change Scheduled Maintenance Time

To change time settings for automatic system maintenance, click the Action Center icon in the System Tray followed by ‘Open Action Center’. Alternatively, you can access the Action Center from the Control Panel.

In the Action Center window, click the arrow beside Maintenance to expand its settings, and then click ‘Change maintenance settings’ under the Automatic Maintenance section, as demonstrated in the screenshot below.


Here, you can choose the maintenance time according to your liking. Windows 8 sets this time to 3:00 AM by default, but you can change it to any other time. Furthermore, you can enable/disable the optional ‘Allow scheduled maintenance to wake up my computer at the scheduled time’. When done, click OK to apply the changes. If prompted by the UAC, simply click the Yes button.


Disable Automatic Maintenance

Apart from changing time parameters, you can also disable the Automatic Maintenance option altogether. This can done from within the Windows Task Scheduler utility. To do so, press Win+W to call the Search Charm and type “task scheduler” or “schedule tasks”. Selecting Schedule tasks from the left will launch the Task Scheduler window.

Task Scheduler is Window’s native utility that allows various system or user applications to be launched or triggered automatically at a user defined time. It houses three navigation panes. The left pane lets you select the task, the center pane contains information regarding the selected task, while the right pane contains further pertaining actions.


From  the left pane, navigate to:
Task Scheduler Library > Microsoft > Windows > TaskScheduler
Right click ‘Regular Maintenance’ from the center pane and select Disable from its context menu.

That’s it! You have successfully disabled Regular Maintenance.








Krento Is A Nifty Windows Widget & App Launcher With Multiple Skins




How about embellishing your desktop with some fancy stones? Okay, I kid, but apparently that’s what this new application called Krento is all about, though the ‘stones’ in question are quite functional, rather than merely cosmetic. It’s a fascinating Windows freeware that amalgamates the essence of an app dock, an application launcher and a widgets creator by letting you add fancy looking shortcuts for applications, folders, files and website URLs for instantaneous and quick access. Furthermore, you can add Toys (Windows Vista-like desktop gadgets), customize skins and do much more, all in an aesthetically pleasing interface.
Once installed, the application adds a pulser icon near the Taskbar and double-clicking it activates Krento’s main UI. Alternatively, you can click the mouse scroll wheel button to launch the app.

Krento displays a widget on your desktop called Circle. A number of varying application and miscellaneous stones – basically the shortcuts that revolve around the orbit of the circle – can be added, ranging from a shortcut of your favorite web browser to a web link of your Facebook account. You can create as many circles as you want, albeit the application displays only one circle at a time. In addition, there is no practical limitation regarding the number of selected stones either. The bar at the center of the circle contains navigation buttons for Applications, Settings, Select Circle, Default and Power Management. It’s worth mentioning that the stones can be revolved via the mouse scroll wheel.

Krento comes with two stock circles out of the box  - Desktop and Default. However, you may add additional circles via hitting ‘Select Circle’ on the main widget and clicking ‘Create new circle’. You can specify a circle’s name, icon and a mini description according to your preference.


Likewise, a wide-array of stones can be added to the selected circle. The options include regular or special system folders (Documents, Pictures, Music), Recycle Bin, system power options (Restart, Shutdown, Standby), system utilities, Control Panel, URLs of social networking and other sites (Facebook, Twitter, YouTube, Yahoo, Wikipedia etc.), and much more. To add a stone, hit  Ctrl + A and choose your desired stone from the list.


The software also features an application search panel that can be triggered from the center bar on the main UI. The search function helps in quickly opening an application via entering its name in the search field and then clicking its icon within the console. If a keyword matches multiple items, it displays all the pertaining results. This can come handy as a quick app launcher similar to Launchy or Executor.


You can also right-click the widget and select additional options and actions from the context menu. These sllow you to select a circle, delete or modify an item, add a stone, move to the next or previous circle, change the current skin, and access the app’s options.


There’s a wide variety of skins to choose from including Aero Royale, Aero Touch, Astro Grey, Bloosom and Krento Brushed, just to name a few. Just click a skin and it will be applied in a jiffy.


Upon right-clicking the Pulser, you will be be presented with context menu that has options to install new stones, toys and Krento skins. Toys are basically gadgets for Calendar, Clock, CPU usage etc. that you can add to the desktop.


Krento’s Settings window allows you to configure a host of different parameters under General, Tuning and Circle sections. You can toggle auto startup behavior, specify launch hotkey for both the keyboard and mouse, change circle location and default language, modify the size, transparency and radius of the circle, and so on.


Krento’s eye candy seems dated by today’s standards when we compare it to modern user interfaces but for those who are fond of UI elements from the past decades or just want to use it as a productivity tool, it can come quite handy. It works on Windows XP, Windows Vista, Windows 7 and Windows 8.











Turn Off App Switcher & Charms Bar Hot Corners In Windows 8




Hot Corners is one of the major new features in Windows 8. They are basically the four corners of the screen that bring App Switcher, Charms Bar and Start Tile into focus when you move the mouse pointer over their pertaining areas. App Switcher appears when you move the cursor to the top-left; likewise Charms Bar resides on the right edge and appears when the pointer touches the top or bottom-right corners. However, both the top-left and right corners can be quite distracting and annoying under certain circumstances. We have covered a few tools to disable these corners, but if you’re looking for a way to prevent the Charms bar and Switcher from appearing via hot corners without entirely disabling them with a tool, a simple registry hack can do this job.
The screenshot below demonstrates how the Switcher corner blots out Firefox’s orange button and prevents you from accessing any settings if you hover your pointer too close to the corner. Since App Switcher can be accessed from the bottom-left corner as well, this registry hack can remove this hassle by disabling the top-left corner only.
First, you need to open the Registry Editor. To do this, open Start Screen, type ‘regedit’ and press enter. Once Registry Editor is open, navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell
Right-click ImmersiveShell and select ‘New’ followed by clicking ‘Key’ from the context menu.

After creating the key, name it ‘EdgeUI’ (without the quotes) and press enter. Next, you need to create a new DWORD value within the EdgeUI key. Right-click the said key and then click New > DWORD (32-bit) Value. Name the newly created value ‘DisableTLcorner’ (again, without the quotes).


Follow the aforementioned steps again to create another DWORD value, this time renaming it as ‘DisableCharmsHint’ (without the quotes).


Double click the DisableTLcorner value, enter 1 in the Value data field and click OK. This will disable the top-left App Switcher corner, though you may still access it from the bottom-left corner after moving the curser in upper direction from there.
Now, double click DisableCharmsHint and enter 1 in Value data before clicking OK. This will prevent the Charms bar from appearing when the curser touches the top and bottom-right corners. You can still access Charms Bar via moving the curser downwards or upwards from these corners.

After modifying the DWORD values, close the Registry Editor and restart your PC for the changes to take effect. The top-left corner won’t keep you anymore accessing anything now, such as the Firefox button. Likewise, the Charms to the right won’t distract you in tasks like closing a desktop window.







Manually Download & Install Windows Phone Apps Through SD Card



It was a big deal when Microsoft announced that Windows Phone 8 will have SD card support, since WP user had been asking for this feature for a long time since the launch of Windows Phone 7. Although WP8 devices have been around for more than a month now, not a lot of people have gotten around to getting really familiar with everything their phone’s SD card can do. You might not know, for instance, that the card is not only for media files, but can also help you in installing large apps that you don’t want to download directly on your phone. This feature can come handy if you don’t have Wi-Fi or high speed data connection on your phone, and the app you want to install is really large. The process is quite easy, especially since WP8 assist you in every step along the way.

The method can be quite useful for sharing large apps with your friends, or deploying them on multiple devices in the same household or organization. Here’s how it works regarding paid and free app:
  • If the app is available for free on Windows Phone Store, you will be able to install it with no issue.
  • If the app is paid on Windows Phone Store and you have already purchased it in the past, you will be able to install it with no issue.
  • If the app is paid on Windows Phone Store and you don’t own it already, you will be able to install the free trial, or purchase it and install the full version.
  • If the app is not found on Windows Phone Store, you will not be allowed to install it, even if it is completely free.
As you can see, this method will not allow you to sideload third-party apps that haven’t been published on Windows Phone Store. Still, the app won’t be downloaded to the phone; Windows Phone Store will only be used to verify its authenticity due to Microsoft’s anti-piracy measures, and to make sure apps that haven’t been approved by Microsoft don’t make their way to Windows Phone devices to avoid the spread of malware.
That said, here’s how to install apps to Windows Phone devices using their XAP files.
Instructions
  1. Make sure you have an active Wi-Fi or cellular data connection on your phone, as it will be required for authentication purposes.
  2. From your computer, go to the Windows Phone Store by entering the following URL in the web browser:
    http://www.windowsphone.com/store
  3. Using the search bar provided in the top-right corner, look for the app you want to install.
  4. On the app’s dedicated page, scroll down and find the option marked ‘Download and install manually’. It is available in the column below the main installation button at the left of the screen.
  5. Click this option. Depending on your browser settings, it will ask you to save the XAP file, or automatically start downloading it.
  6. Connect your SD card to the computer using a card reader, and transfer the downloaded file to it. Alternatively, you can connect the card to the computer before downloading the file, and save the file directly to it by specifying the appropriate download location.
  7. Once the download is complete, remove the card and insert it into your WP8.
  8. Go to the WP Store hub (formerly Marketplace) on your phone and select the SD card option from its main page.
  9. The Store hub is smart enough to distinguish between media files and XAPs, and only display installable files when the card is accessed from it. Make sure your phone has an active data connection, and tap the correct XAP file.
Unlike in iTunes, you won’t be asked to sign in to any account when downloading the file on a computer, as all verification is done on-device.


Customize Windows 8 Installation & Create Unattended Setup ISO


-->


Windows 8 is not just about its new and fluid Modern UI; the installation time and the amount of disk space consumed by the OS has also been greatly reduced compared to its predecessor. However, this fast installation does come at the cost of less customization options; in fact, there are hardly any. You cannot choose the components to be installed or leave out the ones not required. If you’ve been looking for a way to customize your Windows 8 installation, WinReducer 8 is what you need. This freeware lets you customize Windows 8 setup from scratch via creating an ISO file from an existing installation disk or ISO. Furthermore, it lets you create an unattended Windows 8 installation ISO, so you won’t have to sit in front of your computer during the whole setup process.
WinReducer 8 is a portable application, and its downloadable ZIP archive contains both 32-bit and 64-bit versions of the tool. After extracting the files, simply execute the appropriate version for your computer.

The application is currently in alpha, though everything it offers works as advertised. The main interface is minimal, and pffers ‘Open’ and ‘Change Mount Folder’ buttons. Note that if you are using an ISO file of Windows 8 setup, you’ll need to extract all the files from the ISO package into a separate folder before proceeding. You can use your favorite comressed files utility for the purpose; we recommend the free and excellent 7-zip.
Open to select the said directory, point to the disk drive with your Windows 8 installation disc or choose the folder where you extracted the ISO’s contents, select your Windows 8 edition and click Mount.


Sit back and let the application fetch all the information contained within the ISO or physical disc, after which it will let you customize the setup.


The tool will let you select any unwanted features that you want to exclude. Simply mark the the components that are not required such as Accessories, Drivers, Fonts, Languages, Themes, Services etc., under the Components Reducer tab.


The Customization tab helps you make further optimization and tweaking, for instance you can remove the Charms bar, hide desktop icons, remove files and settings from Windows Explorer, clean unneeded files and so on. Likewise, it allows you to select a default Lockscreen, Wallpaper, and custom theme.


The Unattended feature of the tool is a big time saver. It lets you specify your Windows 8 serial number, so you don’t have to enter it each time you performing the installation. In addition, you can select a custom background image for the setup program, provided the image dimensions don’t exceed 1024 x 786 pixels.


Once everything is in place, apply your changes and let the tool work its magic based on your selection.


Lastly, select ‘Save in WIM file and create a new ISO’. You may also change the destination folder, ISO name, and ISO label before hitting Save to create the ISO.


Testing of the tool was carried out on Windows 8, 64-bit edition.