Saturday, September 15, 2012

Vimeo : A very good substitute for You Tube

Finding an interesting video on YouTube is quite difficult. as good as searching needle in a haystack. Vimeo makes this much easier with the several channels it has – started by users themselves – which curate cool video from other users. Additionally, vimeo does not allow commercial videos, gaming videos, pornography or non-user-generated content, ensuring that the clips are safe.

 

It has unlimited runtime. in the free account. YouTube restricts the user to a maximum runtime of 15 minutes per video. So if you have anything longer. you need to split it before uploading. Vimeo does not have any such restrictions.

 

When you come across a cool video, you can download it without using any third party downloader.

How to change registered owner in Windows 8

Windows 8 Registry - RegisteredOwner and RegisteredOrganizationRegisteredOwner Registry Windows 8

Here are two common scenarios where you would want to change Registered Owner values in the registry.

a) You buy a machine with a pre-installed copy of Windows 8, you hate the fact that Winver does not show your name after 'This product is licensed to:'

b) You install Windows 8 manually, but don't pay attention to the registered owner field.

To ensure we are both talking about the same property I challenge you to launch 'winver'.  Seek out the 'Start Search' dialog box, and type: winver.  Compare what you see wit the above screenshot.

Topics to Change Registered Owner in Windows 8

Instructions for Editing RegisteredOwner or RegisteredOrganization

To amend Windows 8's RegisteredOwner, or Registered Organization, you need to change a registry setting.  Incidentally, some people call this setting Registered User.

Objective to Find the RegisteredOwner Registry Value

I have divided our task into two parts.  Our first task is to find the correct part of the registry; our second task is to edit the actual registry value.Find RegisteredOwner Registry

Method 1) Flashy  Launch Regedit.  Click on the Edit menu and then select 'Find'.  Now type RegisteredOwner in the 'Find what:' dialog box.  Put a tick in only the 'Values' box, see screenshot to the right.  The purpose of this technique is to navigate to the value containing RegisteredOwner as quickly as possible.

Method 2) Safe and Sure  If Method 1 fails, then here is an alternative.

  1. Launch Regedit (See more details on starting regedit)
  2. Navigate to:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\.  Alternatively, in Regedit, click the Edit menu, Find, and then type: RegisteredOwner in the dialog box.RegisteredOwner - Windows 8 Registry Hack
  3. Double click on the REG_SZ called RegisteredOwner.
  4. Change the value to your name.
  5. Repeat the above instructions for RegisteredOrganization.
  6. Exit Regedit and launch Start Search, type 'winver' in the dialog box.
Guy Recommends: SolarWinds Engineer's Toolset v10Engineer's Toolset v10

This Engineer's Toolset v10 provides a comprehensive console of utilities for troubleshooting computer problems.  Guy says it helps me monitor what's occurring on the network, and each tool teaches me more about how the underlying system operates.

There are so many good gadgets; it's like having free rein of a sweetshop. Thankfully the utilities are displayed logically: monitoring, discovery, diagnostic, and Cisco tools. Try Engineer's Toolset now!

Download your fully functional trial copy of the Engineer's Toolset v10

An Alternative PowerShell Method for Modifying RegisteredOwner

Pre-Requisites

  1. Naturally, you should backup the registry before experimenting, or at the very least export the Microsoft 'Branch' as a .reg file.
  2. If I were you, I would change '-value Guido' to reflect your name!

# PowerShell script to change RegisteredOwner
$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Set-ItemProperty -path $RegKey -name RegisteredOwner  -value "Guido"

Note 1:  You may wish to append this line to the above code:
Get-ItemProperty -path $RegKey -name RegisteredOwner

$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Get-ItemProperty -path $RegKey -name RegisteredOwner, RegisteredOrganization

Note 2:  You could modify the above registry hack to change a sister key thus:
-name RegisteredOrganization "Your Company".

$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Set-ItemProperty -path $RegKey -name RegisteredOrganization "Your Company"

Note 3: You can see more examples of PowerShell registry editing here.

Guy Recommends : SolarWinds' Free VM MonitorSolarwinds VM Console Free Download

The best feature of this new this new version of SolarWinds VM Monitor is that it checks Windows Hyper-V.  Naturally, it still works with virtual machines on VMware ESX Servers.  VM Monitor is a clever desktop tool that not only tests that your server is online, but also displays the CPU and memory utilization for each node.

It's easy to install and to configure this virtual machine monitor, all you need the host server's IP address or hostname and the logon info. Give this virtual machine monitor a try - it's free.

Download your free copy of SolarWinds VM Monitor.

The Story of Evans Twp and RegisteredOwner

In my homeland of Wales, Twp (pronounced Tupp) means a stupid person. The IT manager of a company I was working with was called Evans, and in common with many mangers, he was not very IT literate.  Consequently, one of the techies, Dai 'eighteen months', nicknamed this manager: Evans Twp. (Dai lost part of an ear in a Rugby scrum, and as a result, he only had an ear and a half!).

The IT department took on a new lad called Peter.  Practical jokes are often part of the initiation ritual for new workers, and this company was no exception.  Peter's first job was to install five new Windows 8 Machines.  During the scripted set-up he discovered the Organization Menu; he stopped and asked Dai 'eighteen months' what he should enter. Dai said, "Put Evans Twp in the box".

When Peter proudly showed off the new computers he was taken aback when Mr Evans went ballistic and accused Peter of undermining his authority.  What happened was Mr Evans typed Winver in the Start Search menu, and saw that the 'Registered To' was: - Evans Twp. (Meaning: Evans the stupid one!)

I was visiting the company doing other work, when I heard of Peter's distress.  Mr Evans told the poor lad that had to come in at the weekend and reinstall the machines, Mr Evans wanted the company name to display as the 'Registered Owner'.  I took Peter aside and showed him how to launch Regedit and find RegisteredOwner. We found Evans Twp and changed it to the name of the company.  Peter was thrilled as it only took a moment to make the registry hack, and Peter went to the rugby match instead of sacrificing his weekend to perform re-installs.

Creating a .Reg File

This page explains how to create, and then edit a .reg files for your computer.  As it's easy to import the contents of a .reg file into the registry, do take extra care with procedures.  Another Example of a RegisteredOwner .reg file.

»

Summary of Windows 8 Change RegisteredOwner

Sometimes computer suppliers leave their name in your copy of Windows 8 - as seen in Control Panel.  With my Windows 8 registry hack you can find entries called: RegisteredOwner and RegisteredOrganization and change their values to suit your organization.  Changing RegisteredOwner has nothing to do with Windows Product Activation (WPA) and will not allow you to register a second copy of Windows 8 legally.

How to Disable USB Group Policy SettingsWindows 8

How to Disable a USB Drive in Windows 8Windows 8 Group Policy Disable USB

Preventing users from attaching their USB sticks to your computers is a challenge worthy of Group Policy.

For maximum protection I recommend you test not one, but four GPO settings to disable the USB drive.

Methods for Disabling a USB Drive with a Group Policy

Computer or User Configuration?

You have two main tactics, firstly, to prevent users from installing USB drivers, and secondly twart them from reading from a USB device.  The problem with preventing installing a driver is that one may have been installed already; in which case policy will be ineffective.

My preferred tactic is to foil people reading from the USB drive.  The problem here is they can still write, or even execute programs on the drive.  Good news, I have a Plan B whereby we employ sister group policies to disable write, and separately, to disable execute.  The only problem now is that nobody can use a USB drive.

If this is not the outcome you want, then set these three policies in the User Configuration (rather than the Computer section), and deny them to administrators.  This double negative means that administrators can use the USB ports unhindered, while ordinary users are denied access.

Windows 8 Group Policy Disable USB Driver Windows 8 Group Policy Disable USB

Only in the Computer Configuration section can you configure a policy to: 'Prevent installation of removable devices'

Launch GPMC or Gpedit on Windows 8, now expand:

Computer Configuration
. Administrative Templates
... System
..... Device Installation
....... Device Installation Restrictions
......... Prevent installation of removable devices
          (Enable)

This policy setting prevents the installation of devices that are not specifically described by any other policy setting.

If you enable this setting, Windows is prevented from installing the device driver.

Note 1: As with many Windows 8 Group Policies, check the logic, for instance, Prevent -- > Enable.  This means you cannot use the USB drive.

Note 2: In keeping with a modern trend there is no need to reboot, or even logoff before this policy bites.  You may however, like to run the command-line Gpupdate on the Windows 8 client.

Windows 8 Group Policy Disable USB Read / Write

Setting group policies in either the Computer, or User Configuration can prevent people from reading (or writing) to a USB device, or copying files to the USB stick.  Using a policy in the Computer Configuration section is simple and absolute.  While configuring 'Removable disks: Deny read access' in the User Section is more flexible, it leaves you open to permissions problems, or to be realistic, opening the door for administrators to remove data from machines.Windows 8 Group Policy Removable Disks Deny read access

Computer Configuration
. Administrative Templates
... System
..... Removable Storage Access
....... Removable disks: Deny read access
        (Enable)

Normally you would also Enable the 'Deny execute access', and 'Deny write access' next-door group policies.  As I mentioned earlier, you could also set the same policies in the User Configuration.

Note 3: To reverse this group policy I set Removable disks: Deny read access, back to 'Not configured' rather than setting it to: 'Disable'

Guy Recommends: SolarWinds Free Wake-On-LAN UtilitySolarwinds Wake-On-LAN

Encouraging computers to sleep when they're not in use is a great idea - until you are away from your desk and need a file on that remote sleeping machine!

WOL also has business uses for example, rousing machines so that they can have update patches applied.  My real reason for recommending you download this free tool is because it's so much fun sending those 'Magic Packets'. Give WOL a try - it's free.

Download your free copy of SolarWinds Wake-On-LAN

Registry Techniques to Disable USB Access

Another strategy to frustrate users with USB sticks copying files from your Windows 8 computer is to disable the USBSTOR service in the registry. This method highlights the fact that a knowledgeable and determined local administrator could reverse this attempt to disable USB access - unless your Group Policy disables regedit too.  Anyway, you can research thus:

Launch Windows 8's regedit and drill down to:

  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
  • Change the 'Start' type to 4 = Disabled.

You could also do the same thing at:

  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBHUB3
  • Again, set 'Start' from 3 to 4.
Disable USB Access Using Deny Permission on the .INF and .PNF Files

This is my least favourite method, there is an element of closing the door after the horse has bolted, because it won't work if the user has already used their USB stick.  Also users are likely to research methods to reverse this process.

  • Launch Windows Explorer, and then browse the %SystemRoot%\Inf folder.
  • Locate the Usbstor.inf file, right-click then select Properties.
  • You want the Security tab. 
  • Click on Edit [Key Point] For the Group or user names set 'Deny' Full Control.
  • N.B. Repeat the 'Deny' procedure for Usbstor.pnf.
Registry Research For Windows 8 Group Policy

Experimenting with USBSTOR led me to wonder where in the registry the other group policies tattooed their settings.  I found the aboveDisable USB settings at this place in the registry:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{D3598721-D2A9-44EA-90C9-55E08A006B29}User\Software\Policies\Microsoft\Windows\RemovableStorageDevices\{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}

My technique was to launch Regedit and export the entire registry, I called the file: USBEnable.reg.  Next I made the change to, 'Removable disks: Deny read access', then I exported it again into USBDisable.reg.  Next I ran either WinDiff or this PowerShell script:

# PowerShell script to find registry differences
$strReference = Get-Content "C:\PShell\USBEnable.reg"
$strDifference = Get-Content "C:\PShell\USBDisable.reg"
Compare-Object $strReference $strDifference

Note 4: The script took about 15 minutes to complete.  You could improve on my experiment by exporting only the HKEY_CURRENT_USER branch of the registry.

Note 5: See more on PowerShell Compare-Object.

»

Troubleshooting Windows 8 USB Group Policies

Get a Test Machine
If possible get a test Windows 8 machine and use Gpedit, rather than risking a domain OU with GPMC. Your final mission may well be a group policy in a domain, but this does introduce extra layers for troubleshooting, for example Domain Controller replication and update delays.

Like their predecessors, Windows 8 Group policies make changes to the registry, a fact which you can turn to your advantage by creating your own .adm template based on registry keys, then importing these settings into your Group Policy.  That said this advanced technique is only useful if there is no existing policy in the Administrative Template section.

Get a Simple Policy Working
If a group policy that I am attempting to apply does not work, I go back to basics and get a simple policy to work just to make sure I am not making a fundamental mistake.  Also a strange thing happens once I get one policy working it seems easier to get other more tricky settings to do what I ask of them.

Read the Policy Carefully
Be careful with double negatives in group policies, for instance, 'Turn off xyz...' Disabled, would mean a user gets xyz.  Check your logic with a quick look at the description of a policy you are about to apply.

Download Windows 8 Group Policy Settings

Solarwinds Config GeneratorGuy Recommends: The Free Config Generator

SolarWinds' Config Generator is a free tool, which puts you in charge of controlling changes to network routers and other SNMP devices.  Boost your network performance by activating network device features you've already paid for.

Guy says that for newbies the biggest benefit of this free tool is that it will provide the impetus for you to learn more about configuring the SNMP service with its 'Traps' and 'Communities'. Try Config Generator now - it's free!

Download your free copy of Config Generator

Here Other Windows 8 Group Policies to Disable Settings
  • Prohibit access to Control Panel
  • Configure automatic updates (For Windows 8)
  • Enforce disk quota limit.
  • Require a password when a computer wakes.
  • Turn off Autoplay.
  • Do not allow pinning programs to the Taskbar.
  • Windows Firewall: Do not allow exceptions.
  • Prohibit connection to roaming Mobile Broadband networks.
  • Internet Explorer is a fertile area, for example: 'Disable change proxy settings'

Enlightened administrators can find ways of using Windows 8 group policies to make life easier for their users, for example, on low-spec machines 'Always render print jobs on the server'.

Summary of Windows 8 Disable USB Group Policy Settings

If you need to increase security by preventing users from attaching their USB sticks, then there are four group policies to help you achieve your goal.

You can prevent installation of removable device drivers.  But this may not work, if a USB stick has been attached to the Windows 8 machine previously, and the driver is already there.  Thus my first choice would be a policy to disable the ability to read from the USB drive.

A very good Substitute for Google

Duck Duck Go

Yeah, thats the name  www.duckduckgo.com
This is a very good replacement for google. You will find its Zero-Click information. It means you search for any item and duckduckgo will give you a quick summary by collating information from different sources. So if you were to search for a movie, it will grab information from IMDB, Wikipedia and maybe even a booking site to give you relevant results. and you can ask the search engine " Who is the cricketer of the year 2012" to get an instant answer.
Another big plus is privacy. Google is hell bent on collecting and sharing your personal information as it pleases. it is seen as the big bad villain on the internet. duckduckgo is quite the opposite. it does not collect any data about you, as well as does not send your private data to any site you visit.

!band is another good feature. its a shotcut to let you search within your intended site. Let's see, you want to search for Shahrukh Khan on facebook so you just type !Facebook Shahrukh Khan in the search box and you will be presented with Facebook's search results for the term.