Comment whatever you like, but comment moderation is turned on. It might take some time for your comment to be published.
Showing posts with label TIPS. Show all posts
Showing posts with label TIPS. Show all posts

Thursday, October 11, 2012

Some Great Windows Tools for Administrators

Kevin Beaver, a contributor to SearchEnterpriseDesktop wrote great article about Windows SysInternals tool. 

Another look at Windows Sysinternals finds yet more useful tools

 
I can't believe that it has been six years since Microsoft acquired Winternals Software, makers of the beloved Sysinternals tool set for Windows admins and tinkerers. I was concerned about Windows management tools going away as so many other cool technologies do after an acquisition. Luckily, that didn't happen.

There have been a fair number of updates to Windows Sysinternals over the past few years, but one thing hasn't changed much: the fact that so many Windows administrators I bump into have not yet heard of the Windows management tool set, much less used it.

These tools can benefit desktop admins just as much as digital multimeters help electricians. There are just some things you simply cannot do without these programs -- both in the enterprise and (of course) at home when helping friends, relatives and neighbors with their computer problems.

I'm especially fond of Process Explorer and Process Monitor because I use these tools frequently. I've covered other Sysinternals tools that I believe are useful for security tasks, but here are a few more that you may find useful when managing Windows desktops in the enterprise:


Autoruns can helpbeef up software debugging by showing all the autostart programs, services, registry keys and anything else imaginable on a Windows desktop, as shown in the screenshot.

Contig allows you to defragment specific files. As you've likely seen, disk defragmenters often ignore certain files, so Contig provides a way to ensure that defragmentation has taken place on all files.

Desktops is a tool for arranging specific programs on specific virtual desktops. Perhaps more of a novelty, it could still boost productivity or otherwise prove useful, depending on an organization's needs (such as those in manufacturing or kiosks).

NotMyFault is a tool for bringing Windows systems to their knees via deliberate crashing, hanging or memory leaks. This could come in handy for resiliency tests, forensics analysis or whatever you can dream up.

RAMMap allows IT admins to map out how physical memory is being utilized, including the caching of data and drivers. The tool supports Windows Vista and above, and just might be the resource you need to justify more memory for your workstations. Or better yet, RAMMap can help justify upgrading to solid-state hard drives which, in my opinion, is the best Windows performance booster ever.

VolumeID is good for troubleshooting problems that may surface with disk image backups and restores, or software licenses and registrations that are tied to your system's volume ID.
Just as a network analyzer can provide a view into what's happening at the protocol level on a network, so too can Sysinternals reveal the amazing action behind the scenes of a Windows computer. When you load tools such as Process Monitor or Autoruns, you realize just how complex the Windows operating system truly is.

With so much taking place in the background, it's a wonder that our computers are as stable as they are. But this complexity also underscores the very reason why Windows desktops have such trouble with malware. 

Health Tips

 
 

Wednesday, October 10, 2012

How To Find NTP Server On Network

A NTP (network time protocol) server act as a time keeper. It sync the time to all computers on a network. To find or check whether a NTP server exist on a network, key in this command :
 
w32tm /query  /status
 
 
 

Tuesday, October 9, 2012

Internet Explorer Security Level - High Only

Came across Internet Explorer Security option only has High level available. There's no other level available such as Medium, Medium-High. Even the Custom Level doesn't help. This is because "Internet Explorer Enhanced Security Configuration" has been enabled. Follow this to turn it off :

  1. Close all instances of Internet Explorer.
  2. Click Start, point to Administrative Tools, and then click Server Manager.
  3. If a User Account Control dialog box appears, click Continue.
  4. Under Security Summary, click Configure IE ESC.
  5. Under Administrators, click OFF.
  6. Under Users, click OFF.
  7. Click OK.

Sunday, September 30, 2012

How To Know Whether Your iPad Is The New iPad (iPad3)

·         The new IPad (IPad 3) has Dictation option in  Settings > General > Keyboard >

·          Settings > General > About > Diagnostics & Usage > Diagnostics & Usage Data. Click on any PLIST. Hardware Model will state iPad3


Sent from BlackBerry® Smartphone

Wednesday, September 26, 2012

How To Manually Kill A Windows Service

Assume service needs to be terminated is smtp service, issue this command under Administrator mode :
 
sc queryex smtpsvc
 
taskkill /PID xxx /F
 
 

Thursday, September 20, 2012

Fix Outlook Search Feature

A good write up on how to fix Outlook 2010 Search ->  http://bit.ly/QDCuTl



Sent from BlackBerry® Smartphone

Tuesday, September 18, 2012

Adober Reader Offline Standalone Installer

Adober Reader Offline Standalone Installer can be obtain from below ftp site

ftp://ftp.adobe.com/pub/adobe/reader/win/




Sent from BlackBerry® Smartphone

Thursday, September 13, 2012

Problem clicking URL link in Outlook 2010

When clicking on a URL link in Outlook, message prompted “This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.

Tried downloaded the quick fix from Microsoft site, but doesn't help. Setting the default browser to IE also doesn't help.

The solution on registry fix posted on this website http://www.msoutlook.info/question/242  works prefectly fine.

Tuesday, September 4, 2012

Monday, September 3, 2012

vmware-hostd.exe - Application Error : The exception unknown software exception (0x40000015) occurred in the application at location 0x781346b4

Installing VMWare Server 2.02 on Windows Server 2003 Standard x64 Edition, but error message  vmware-hostd.exe - Application Error : The exception unknown software exception (0x40000015) occurred in the application at location 0x781346b4  after installation completed.

On Event Viewer, found another error The VMware Host Agent service terminated with service-specific error 4294967295 (0xFFFFFFFF)

Managed to resolved this error with this how to :

A group named "_vmware_" was created in Windows Local Users & Group during installation. Assign this group to following folders :

a. C:\Virtual Machines

b. C:\Program Files (x86)\VMware
c. C:\Documents and Settings\All Users
d. Re-install VMWare server using 'repair' option.






Wednesday, August 1, 2012

Clam Antivirus

Looking for free antivirus for Windows ? Look no more. Clam Antivirus is available at no cost.


 

Wednesday, July 25, 2012

Excel file size extremely huge

Been having problem with Excel file size whenever saving a workbook with lots of formula converted to values. A small file with formula of less than 30KB can grow to as big as 13MB.

Found a solution to this. Download  Microsoft Excel Excess Formatting Cleaner Add-in.

Saturday, December 31, 2011

How To Check MAC Address

The simplest & easiest way to check or find a MAC Address of a computer hardware such Network Card is to :

1. At command prompt, PING the IP address of the network card.
2. Issue command -> ARP -a

Monday, June 6, 2011

The File Is Corrupt And Cannot Be Opened










Been getting the error " The file is corrupt and cannot be opened " in Outlook 2010. This happened to all Excel attachment in Office 2010.

Thanks again to the power of Net, the solution :

1. Launch Excel 2010.
2. Click FILE - OPTIONS - TRUST CENTER - TRUST CENTER SETTINGS.
3. Click PROTECTED VIEW. Unchecked the options :

- enable protected view for files originating from the internet
- enbable protected view for files located in potentially unsafe locations
- enable protected view for outlook attachments

4. Click OK - OK.
5. Exit Excel.

Tuesday, January 18, 2011

Free Video Converter

Hamster Free Video Converter

•Converts any video to iPod, iPad, iPhone, PS3, PSP, Blackberry, xBox, Zune, Apple TV, iRiver, etc. More than 200+ devices

•Converts to 3GP, MP3, MP4, AVI, MPG, WMV, MPEG, FLV, HD, DVD, M2TS and others! Integrated video player!

•Easy-to-use! Drag-n-Drop! It does not require special knowledge. There is Wizard for beginners.

•Changes codec/System type/De-interlaces your video file

•Converts many video files in batches

•Adjusts audio video bitrate, frame rate

•Integrates into Windows! Windows 7/Vista/XP compatible!

•Supports 40 languages (English, French, Spanish, German, Japan, Russian, Portuguese, Chinese, Arabic, Korean, etc.)

Monday, January 10, 2011

Run-time Error '429' : ActiveX Component Can't Create Object

As there's a compatibility issue running a VB6 designed application in Windows 7, I resort to install it in Windows 7 Virtual PC XP Mode. Everything goes smooth, up to stage when accessing certain menu, hit with Runtime Error '429' : ActiveX Component Can't Create Object

Found quite a number recommended solution from searches, from copying certain dll files, regsvr32 dll & ocx files, install latest vb6 runtime fix but to no avail. Only got it resolved after installing Microsoft Office 2003 Standard onto the XP Mode.

Tuesday, January 4, 2011

Adobe Reader X Installer

Adobe Reader X is available for quite some time now. Installing the X version could take some time & bandwidth. However, the 'installer' version could save up some time.

Adobe Reader X Installer

Monday, November 22, 2010

CutePDF Convert Excel into several pdf file instead of a single pdf ?







Encountered a problem lately using CutePDF to convert Excel with multiple worksheets into PDF.
Instead of creating a single PDF, CutePDF saved it into few PDF files.

These steps should solved the problem :

At Excel file, File - Page Setup.
Look at Print Quality. If 600 dpi is stated, ensure the rest of the worksheets are also at 600 dpi (value needs to be consistent through the worksheets).




Comment whatever you like, but comment moderation is turned on. It might take some time for your comment to be published.