1.Type REGEDIT in RUN
2. Window gets open
3.Navigate to this path
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurre ntVersionPolicies taskmanager
4. Delete the disable task manager key.
179 total views, no views today
Solution Expert
1.Type REGEDIT in RUN
2. Window gets open
3.Navigate to this path
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurre ntVersionPolicies taskmanager
4. Delete the disable task manager key.
179 total views, no views today
160 total views, no views today
182 total views, no views today
162 total views, no views today
154 total views, no views today
164 total views, no views today
Please note the fact that it only works if the password to the MMC Card was set in ur own mobile,where u want it to be unlocked.
This method works well for nokia cells with symbian operating system.Never tried on other cells.use any software like FXplorer that can browse files in ur cell.
1. Open one of above software you have.
2. Browse through the directory, C:system
3. Rename the file mmcstore to mmcstore.txt
4. Open the file – The file will open in Notes.
5. You will find your password in that file. That file would also contain much more data which you do not understand,so you need to go through the file to get the password!
When ur cell is connected to pc by means of data cable or bluetooth,u can see the password by simply opening the file mmcstore with notepad.
150 total views, no views today
163 total views, no views today
$(document).ready(function () {
//calling this method to get the fetch logged in user
fetchloggeInUser();
});
(function ($) {
$.pageDecorate = {
//declare a global variable so that it can be used.
decorateDeferred : null,
//set response of the ajax in a variable
var decoratorDeferred = $.ajax({
url : 'setHeader',
type : 'get',
data : decorateHeaderData,
dataType : 'json',
success : function (data) {
//response of testAjax sets in decorateDeferred
decorateDeferred = $.pageDecorate.testAjax();
}
});
//set value of global variable decorateDeferred so
// that it can be use as a reference
$.pageDecorate.decorateDeferred = decorateDeferred;
},
testAjax : function () {
var navHtml = '<ul>';
navHtml += '<div class="divHeader" title="login">';
navHtml += '<div class="role">';
navHtml += '</div>';
navHtml += '</div>';
navHtml += '</ul>';
//append this to header of your page
$('.header').append(navHtml);
}
});
fetchloggeInUser : function () {
$.ajax({
url : "loggedInUser",
type : "POST",
success : function (data) {
//although this success block call when ajax get
//fired but this code runs when it get response
//after the success response of $.pageDecorate.decorateDeferred
this below success get called
$.pageDecorate.decorateDeferred.success(function () {
$('.divHeader').find('.role').text(userName);
});
}
});
}
That ‘s it you are done.
142 total views, no views today
164 total views, no views today