Archive for the ‘PC Client Info’ Category

Microsoft Windows Internet Explorer 9 – Aktivieren der Kompatibilitätsansicht

Montag, März 21st, 2011

ie9_logo.jpg   Der Microsoft Windows Internet Explorer 9 enthält einen Kompatibilitätsansicht-Modus mit dem die Darstellung von Websites die für ältere Browser entwickelt wurden so dem eigentlichen Design näher kommt –  die Kompatibilitätsansicht im Internet Explorer 9 kann so aktiviert werden

ms_ie9_compatibility_01.jpg

Microsoft Windows 7 Feature ReadyBoost – using memory in your storage device to speed up your computer

Sonntag, März 20th, 2011

mswindows_logo.jpg   Microsoft Windows Feature ReadyBoost can speed up your computer by using storage space on most USB flash drives and flash memory cards

         microsoft_readyboost_01.jpg

Microsoft Device Manager – Display of ’non-present‘ devices

Donnerstag, März 17th, 2011

mswindows_logo.jpg   Sometimes when you working with virtual machines in VMware you can run into an issue with IP assignments. If you encounter an error where it reports the IP is in use from a previous adapter following the below steps will resolve this problem

devicemanager_01.jpg

set devmgr_show_nonpresent_devices=1
start devmgmt.msc

View > Show hidden devices
Expand Network adapters – the old physical network cards are grayed out
Select the device and uninstall it from the Device Manager

Microsoft Windows Internet Explorer 9 – Erleben Sie das Internet neu

Dienstag, März 15th, 2011

ie9_logo.jpg   Mit dem Microsoft Windows Internet Explorer 9 wird das Internet schneller einfacher und ansprechender. Im Mittelpunkt steht das was wirklich wichtig ist – die Internetseite

Intel Solid-State Drive 510 Series – SATA 6G for up to 500 MB/s reads

Montag, Februar 28th, 2011

intel_logo.jpg    The Intel Solid-State Drive 510 Series accelerates SATA throughput for demanding client systems by utilizing SATA 6G performance and proven Intel NAND Flash Memory based SSD technology

intel_ssd_01.jpg

Intel Thunderbolt technology – the fastest Data Connection to your PC

Sonntag, Februar 27th, 2011

intel_logo.jpgintel_thunderbolt_logo.jpg   Intel Thunderbolt technology is a transformational I/O innovation that provides a leap in performance  over current I/O technologies with 10 Gbps of full-duplex bandwidth per channel. It significantly simplifies the end-user experience by concurrently supporting data and display connections over a single cable

         intel_thunderbolt_01.jpg


NEC Contactless Hybrid Finger Scanner – it will be able to identify a person’s unique hand characteristics without making any contact

Sonntag, Februar 27th, 2011

nec_logo.jpg   NEC Contactless Hybrid Finger Scanner HS100-10 a new generation fingerprint and finger vein hybrid multimodal scanner is an integrated unit that enhances the features of a conventional optical sensor and utilizes the features of NEC’s original finger data capturing method

nec_hs100-10_01.jpg

Drive Bender – state of the art storage pool technology

Samstag, Februar 26th, 2011

divebender_logo.jpg   Drive Bender presents multiple hard drives as a single pool of data storage either as a logical drive letter or a network shared drive. Drive Bender is able to do this with internal and USB (or any externally) connected hard drives of any size

drivebender_01.jpg

Pixlr Editor – a free online photo editor

Freitag, Februar 25th, 2011

pixlr_logo.jpg    Pixlr Editor is a free online photo editor with a professional touch

pixlr_01.jpg

Evalaze 0.9 – Application Virtualisation

Donnerstag, Februar 24th, 2011

evalaze_logo.jpg    Evalaze offers a virtualization platform for agent less applications. Packaging an application with all registry entries and DLL files in a single executable file completely isolates it from the operating system and eliminates application conflicts

evalaze_01.jpg

Hitachi Travelstar Z5K500 – Slim and high-capacity storage for notebook PCs

Dienstag, Februar 15th, 2011

hitachi_logo.jpg   Hitachi Travelstar  Z5K500 is the second generation 7mm 5400 RPM 2.5-inch hard drive with a second generation Advanced Format – that increases the physical sector size on HDs from 512 bytes to 4,096 bytes which improves drive capacities and error correction capabilities

hitachi_z5k500_01.jpg

LINDY Mobile RAID Dual 2,5″ SATA – speichern Sie Ihre Daten redundant

Sonntag, Januar 30th, 2011

lindy_logo.jpg   LINDY Mobile RAID Dual 2,5″ SATA – das problemlose Einsetzen der Festplatten ohne Werkzeug ermöglicht es ohne großen Aufwand ein RAID-System einzurichten    

lindy_01.jpg

Microsoft Sysinternals Tool Coreinfo v2.11 – processor and cache topology

Samstag, Januar 29th, 2011

windows_sysinternals_logo.jpg   Coreinfo is a command-line utility that shows you the mapping between logical processors and the physical processor NUMA node and socket on which they reside as well as the cache’s assigned to each logical processor

coreinfo_01.jpg

SourceForge.net: IOMeter 2008-06-22-rc2 – performance analysis tool

Donnerstag, Dezember 23rd, 2010

sourceforge_logo.jpg   IOMeter is an I/O subsystem measurement and characterization tool for single and clustered systems. It is used as a benchmark and troubleshooting tool and is easily configured to replicate the behaviour of many popular applications

 

iometer_01.jpg

IOMeter is a great way of measuring your disk io performance with http://vmktree.org/iometer  a nice way to check if your system is performing optimally and to compare your results with others

The IOmeter Real Life – OpenPerformanceTest.icf (8GB) – use 8KB blocks and perform 65% read and 35% write actions for 2 minutes in a 40% sequential way and thus 60% random way

iometer_reallife_01.jpg 

iometer_02.jpg

To use IOMeter on a linux server

# ./dynamo -i 192.168.1.7 -m 192.168.1.2

where 192.168.1.7 is the IP@ of the windows pc running IOMeter. 192.168.1.2 is IP@ of the linux server running dynamo

 

Microsoft Windows Server 2008 R2 – symbolische Links ein fester Bestandteil des Betriebssystems

Sonntag, Dezember 12th, 2010

mswindows_logo.jpg   Mit Microsoft Windows Server 2008 R2 stehen echte symbolische Links zur Verfügung die transparent im Dateisystem vorliegen und auf Dateien und Verzeichnisse des eigenen Computers verweisen

mklink [[/d] | [/h] | [/j]] <Link> <Ziel>

mklink „C:\EinLink.pdf“ „D:\EinDokument.pdf“
mklink /d „C:\Neues Verzeichnis“ „D:\Pfad\Reales Verzeichnis“
mklink /d „C:\Netzwerkshare“ „\\meinserver\meinshare“

mklink_01.jpg