http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi
December 29, 2010
December 27, 2010
Format Excel numbers as GB, MB, KB, B
Refer to Yonah Russ
Here is a great tip for formatting numbers in Excel as Gigabytes, Megabytes, Kilobytes, Bytes, etc.
Use the following formula:
=IF((A1>=POWER(2,30)),
TEXT((A1/POWER(2,30)),"##0.00\G"),
IF((A1>=POWER(2,20)),
TEXT((A1/POWER(2,20)),"##0.00\M"),
IF((A1>=1024),
TEXT((A1/1024),"##0.00\K"),
TEXT((A1),"##0.00\B")
)
)
)
Registry – change last logon name
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AltDefaultUserName"="xxxxxxxxxx"
"DefaultUserName"="xxxxxxxxxx"
December 22, 2010
PSTool command
Download it from http://technet.microsoft.com/en-us/sysinternals/default
Direct download - http://download.sysinternals.com/Files/PsTools.zip
Example to use psexec connect to computer and execute batch file on remote computer
psexec \\computername -u {Domain\administrator} -p {password} –d {\\server\share\{batch file's name}
Good tool tips.
December 11, 2010
November 17, 2010
Printer: Unable to install the printer
---------------------------
Add Printer Wizard
---------------------------
Unable to Install Printer. The print processor does not exist.
---------------------------
OK
---------------------------
Solution: Change driver to another driver first and change it to proper driver. Ie it's failed when install PS driver then, install the PCL
Driver first and change the driver later.
Ref: http://support.microsoft.com/kb/906752
November 16, 2010
Best Link from Microsoft Training
Monitoring and Troubleshooting the File Replication Service
Microsoft Exchange Server Remote Connectivity Analyzer
Microsoft TechNet: Resources for IT Professionals
Troubleshooting Microsoft Windows Event Logs
Windows - Help and Troubleshooting | Microsoft Answers
Security Risk Management Guide
Microsoft TechNet: Resources for IT Professionals
Internet Explorer 9 HTML5, CSS3, Compatibility, and More | MSDN
Finding Security Compatibility Issues in Internet Explorer 7
Microsoft Virtual Lab Express Registration
Windows Server Update Services Home
System Center Configuration Manager 2007 – Server Management
Microsoft Baseline Security Analyzer MBSA Legacy Product Support
Automatic Updates Must Be Updated
SSP Packages Provided by Microsoft (Windows)
AppDeploy.com - The Application Deployment Information Center
Unattended, A Windows deployment system: Welcome
Event ID 9153 MS ExchangeSA
Event Type: Error
Event Source: MSExchangeSA
Event Category: General
Event ID: 9153
Description:
Microsoft Exchange System Attendant reported an error '0x80072030' when setting DS notification.
For more information, click http://www.microsoft.com/contentredirect.asp.
Restart "Microsoft Exchange System Attendant" service
iPAD – How to reset iPAD network
Go to General > Select "Reset Network Settings.
Note… All wireless profiles will be gone, need to reconfigure once again.
November 12, 2010
November 11, 2010
Number Switch
Disable
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\International]
"NumShape"="1"
Enable
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\International]
"NumShape"="2"
November 9, 2010
September 22, 2010
How to re-install Moviemk.exe ( Windows Media Maker)
- Start > Run > %systemroot%\inf
- Click OK
- Locate to C:\WINDOWS\inf
- Find out moviemk.inf
- Right-Click on the file and select install
July 30, 2010
Ubuntu – Set Date time
where newdatetimestring has to follow the format nnddhhmmyyyy.ss which is described below
ie . sudo date 073010302010.55
* nn is a two digit month, between 01 to 12
* dd is a two digit day, between 01 and 31, with the regular rules for days according to month and year applying
* hh is two digit hour, using the 24-hour period so it is between 00 and 23
* mm is two digit minute, between 00 and 59
* yyyy is the year; it can be two digit or four digit: your choice. I prefer to use four digit years whenever I can for better clarity and less confusion
* ss is two digit seconds. Notice the period '.' before the ss.
July 21, 2010
July 13, 2010
EXCEL - Function to filter Cell color or Font color on excel 2003
Function GetBackgroundColor(MyRange As Range)
GetBackgroundColor = MyRange.Interior.ColorIndex
End Function
Function GetFontColor(MyRange As Range)
GetFontColor = MyRange.Font.ColorIndex
End Function
July 2, 2010
June 30, 2010
Secret CODE in MS-WORD
= rand.old()
= rand()
= lorem()
Try to press the text above without space on winword, you will see the secret from Microsoft.
June 29, 2010
Configuring Auto Logon
To configure auto logon through the Registry follow these steps:
- Open Registry Editor.
- In Registry Editor, navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- Create or modify the following value (REG_SZ):
DefaultUserName
and enter the exact username you'd like to use.
Then, create or modify the following value (REG_SZ):
DefaultPassword
and enter the exact password you'd like to use.
Note: The password is stored in clear text, allowing anyone with access to the registry (either locally or remotely) to see your password. Use with extreme caution!
Next, create or modify the following value (REG_SZ):
AutoAdminLogon
and enter a value of 1.
Finally, create or modify the following value (REG_SZ):
DefaultDomainName
and enter the domain name you wish to logon to.
Note: As always, before making changes to your registry you should always make sure you have a valid backup. In cases where you're supposed to delete or modify keys or values from the registry it is possible to first export that key or value(s) to a .REG file before performing the changes.
- Close Registry Editor and reboot the computer.
Note: As far as I know, this trick will NOT work if the user does not have a password. It will only work once, but for subsequent logons it will stop working.
June 28, 2010
XP, Vista and WIN7 - The User Profile Service failed the logon. User profile cannot be loaded.
Solution is here, Find the following key, focus on duplicate key S-I-D
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
Change the temp folder to .bk or whatever
Remove .bak
Change value to 0 for RefCount & State key
Reboot your computer
Export list of URL histories on Internet Explorer
reg export "HKCU\Software\Microsoft\Internet Explorer\TypedURLs" URL.reg
reg export HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU MRU.reg
Copy and paste those command-line on DOS mode and then, 2 files will be created.
You can open 2 files on new machine. Good Luck.
Removed MSN from computer by command-line
RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove
rundll32 setupapi,InstallHinfSection BLC.Remove 128 %systemRoot%\INF\msmsgs.inf
Turn on thumbnail to preview PDF file in Explorer
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AcroExch.Document.7\Shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{F9DB5320-233E-11D1-9F84-707F02C10627}"
And below if you want to disable
[-HKEY_CLASSES_ROOT\AcroExch.Document.7\Shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
BB connect to PC with Storage mode without install Driver
Solution: Go to options Memory change "Auto Enable Mass Storage Mode when connected "either Yes or Prompt