Tuesday, July 21, 2009

Team Foundation Server Work Items: How to delete a workitem created by mistake.

using tfs powertools:

C:\Program Files\Microsoft Team Foundation Server 2008 Power Tools>tfpt.exe destroywi /server:http://MyServer:8080 /workitemid:888

This action is not recoverable. Are you sure you want to destroy work item(s) 123? (Y/N)y

Operation complete.

for other reference regarding deletion kindly go to this site.

Monday, July 13, 2009

Windows 7 to release on October 22nd


Yep! I received an email from microsoft technet that on October 22, that's the date when you will be able to buy Windows 7 in the stores! The date was made official a few weeks ago so now you can mark your calendar. Sometime second half of July they will reach RTM (Release To Manufacturing), that's when the microsoft partners can get their hand on it to prepare for OEM installations etc.

you can read more about this release here

windows.microsoft.com.

or just use bing to search for other articles about this release!

Wednesday, May 13, 2009

Foundations of Programming Ebook and its totally FREE!!!

additional knowledge for everyone thanks for sharing karl!

http://codebetter.com/blogs/karlseguin/archive/2008/06/24/foundations-of-programming-ebook.aspx

Monday, April 27, 2009

Run Command Shortcuts

RUN command shortcuts

Tired of clicking so many menus just to get to what you've wanted? Here is a quick tip on making you life easier by just using run command! Enjoy!

On run command type the ff:

Accessibility Controls : access.cpl
Add Hardware Wizard : hdwwiz.cpl
Add/Remove Programs : appwiz.cpl
Administrative Tools : control admintools
Automatic Updates : wuaucpl.cpl
Bluetooth Transfer Wizard : fsquirt
Calculator : calc
Certificate Manager : certmgr.msc
Character Map : charmap
Check Disk Utility : chkdsk
Clipboard Viewer : clipbrd
Command Prompt : cmd
Component Services : dcomcnfg
Computer Management : compmgmt.msc
Date and Time Properties : timedate.cpl
DDE Shares : ddeshare
Device Manager : devmgmt.msc
Direct X Control Panel (If Installed)* : directx.cpl
Direct X Troubleshooter : dxdiag
Disk Cleanup Utility : cleanmgr
Disk Defragment : dfrg.msc
Disk Management : diskmgmt.msc
Disk Partition Manager : diskpart
Display Properties : control desktop
Display Properties : desk.cpl
Display Properties (w/Appearance Tab Preselected) : control color
Dr. Watson System Troubleshooting Utility : drwtsn32
Driver Verifier Utility : verifier
Event Viewer : eventvwr.msc
File Signature Verification Tool : sigverif
Findfast : findfast.cpl
Folders Properties : control folders
Fonts : control fonts
Fonts Folder : fonts
Free Cell Card Game : freecell
Game Controllers : joy.cpl
Group Policy Editor (XP Prof) : gpedit.msc
Hearts Card Game : mshearts
Iexpress Wizard : iexpress
Indexing Service : ciadv.msc
Internet Properties : inetcpl.cpl
Internet Information Services : inetmgr
IP Configuration (Display Connection Configuration) : ipconfig /all
IP Configuration (Display DNS Cache Contents) : ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents) : ipconfig /flushdns
IP Configuration (Release All Connections) : ipconfig /release
IP Configuration (Renew All Connections) : ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS) : ipconfig /registerdns
IP Configuration (Display DHCP Class ID) : ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID) : ipconfig /setclassid
Java Control Panel (If Installed) : jpicpl32.cpl
Java Control Panel (If Installed) : javaws
Keyboard Properties : control keyboard
Local Security Settings : secpol.msc
Local Users and Groups : lusrmgr.msc
Logs You Out Of Windows : logoff
Microsoft Chat : winchat
Minesweeper Game : winmine
Mouse Properties : control mouse
Mouse Properties : main.cpl
Network Connections : control netconnections
Network Connections : ncpa.cpl
Network Setup Wizard : netsetup.cpl
Notepad : notepad
Nview Desktop Manager (If Installed) : nvtuicpl.cpl
Object Packager : packager
ODBC Data Source Administrator : odbccp32.cpl
On Screen Keyboard : osk
Opens AC3 Filter (If Installed) : ac3filter.cpl
Password Properties : password.cpl
Performance Monitor : perfmon.msc
Performance Monitor : perfmon
Phone and Modem Options : telephon.cpl
Power Configuration : powercfg.cpl
Printers and Faxes : control printers
Printers Folder : printers
Private Character Editor : eudcedit
Quicktime (If Installed) : QuickTime.cpl
Regional Settings : intl.cpl
Registry Editor : regedit
Registry Editor : regedit32
Remote Desktop : mstsc
Removable Storage : ntmsmgr.msc
Removable Storage Operator Requests : ntmsoprq.msc
Resultant Set of Policy (XP Prof) : rsop.msc
Scanners and Cameras : sticpl.cpl
Scheduled Tasks : control schedtasks
Security Center : wscui.cpl
Services : services.msc
Shared Folders : fsmgmt.msc
Shuts Down Windows : shutdown
Sounds and Audio : mmsys.cpl
Spider Solitare Card Game : spider
SQL Client Configuration : cliconfg
System Configuration Editor : sysedit
System Configuration Utility : msconfig
System File Checker Utility (Scan Immediately) : sfc /scannow
System File Checker Utility (Scan Once At Next Boot) : sfc /scanonce
System File Checker Utility (Scan On Every Boot) : sfc /scanboot
System File Checker Utility (Return to Default Setting) : sfc /revert
System File Checker Utility (Purge File Cache) : sfc /purgecache
System File Checker Utility (Set Cache Size to size x) : sfc /cachesize=x
System Properties : sysdm.cpl
Task Manager : taskmgr
Telnet Client : telnet
User Account Management : nusrmgr.cpl
Utility Manager : utilman
Windows Firewall : firewall.cpl
Windows Magnifier : magnify
Windows Management Infrastructure : wmimgmt.msc
Windows System Security Tool : syskey
Windows Update Launches : wupdmgr
Windows XP Tour Wizard : tourstart
Wordpad : write

Mabuhay!

DMI Space Log Full

Problem: My system is showing DMI event log space is full while booting.

what is DMI?: DMI stands for Desktop Management Interface. It generates a standard framework for managing and tracking components in a desktop, notebook or a server. It is implemented by the BIOS of computer.BIOS provides an option of maintaining DMI logs to analyze any errors which may occur.

Solution: The solution is quite simple i will guide you step by step on fixing this problem:

1. You could press F2 to go to bios when the DMI prompted or you restart your computer and while its powering up keep on pressing DELETE key on the keyboard, this will take you to the BIOS screen. (of course different BIOS type sometimes have different key to go to the bios setup page.)

2. Go to Advanced Setup, find DMI logs option. This option maybe located under different menus under different types of BIOS interfaces.

3. Once you locate the option, Select the option to Clear the DMI logs and also disable DMI logging if you don't need it.

4. Save changes and exit from BIOS. Restart your computer and were done! hopefully!

Wednesday, April 15, 2009

Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache.

I happen to received this error after someone removed my domain account from administrators group in my workstations due to conficker threat. Most of my installed applications gone berserk. So I went to seek help to get my local administrator permission back so that I could do most of administrative task on my workstation.


Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80070005 Access is denied.


Solution:

1. go to command prompt and give the permission back to affected user process.
2. type this this command and replace the domain\user with you own.

cacls %windir%\assembly /e /t /p domain\useraccount:R

3. check your site again.

Wednesday, March 25, 2009

Request object error 'ASP 0104 : 80004005'

Problem: ASP Uploading Error


Solution:
Open the metabase.xml file located at c:\Windows\System32\Inetsrv\ and find the "AspMaxRequestEntityAllowed" properties and modify the value into 1073741824 like
AspMaxRequestEntityAllowed = "1073741824" (this is more than 1Gig) , then save it and reset the IIS.

note: stop the IIS service before saving, failed to do so will not allow you to change the metabase file.