Sunday, 7 April 2013

How to check Provident Fund Status in India

How to check Provident Fund Status

 

 

2.Click on register to login
3.Now you are required to enter your Mobile number, Date of Birth, Email id, a six-alphabet unique    text character and one of the below mentioned eight documents with its unique number and your name as on the document.                      
  • Voter ID Card
  • Driving License
  • Ration Card Number
  • Passport Number
  • National Population Register-NPR
  • Aadhar (UID)
  • Bank Account Number
  • PAN Number
 
4. Fill all filled & click GET PIN .
5.Add pin received in mobile by SMS, check I agree  & click submit
6.Now after complete registration click on login.
7. Choose document no
8.Type document no.
9.Type Mobile No.
10.Click on sign in
11.Now after login click on download and select download e-passbook
12.Now Select state
 

                                                                                                                                                                                                                                                                                                                                     
13.Select Related office within state.
 

 
14.Now type your account no
15. Enter code
16 click on GET PIN
17.ENTER pin RECEIVED THROUGH sms.
18.Click on Agree then click on get detail.
19 Now you will get full status detail in PDF format.
 
              Done !!!!!!!!!!!!!!!!!
 
 
 

Monday, 1 April 2013

How to enable Registry editor disabled by virus


How to enable Registry editor disabled by virus
Let us do this step by step
1.Open notpad
2.exact Copy and paste following comand

Option Explicit
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
 WSHShell.RegWrite p, 0, itemtype
End If
If n = 0 Then
 n = 1
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
ElseIf n = 1 then
 n = 0
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
End If

3.Save this file as Registry Editor.vbs.
4.Double click on file and restart computer
5.Done!!!!!!!

How to enable Disabled task manager (VB tool to enable task manager)

How to enable Disabled task manager (VB tool to enable task manager)
Let us do this step  by step
1.Open notepad
2.type following command

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\System]
“DisableTaskMgr”  =dword:00000000

3.Save the file name as “taskmgr.reg
4.Double click on file and restart computer
 

How to install dotnet 3.5 using window CD

1.Install power iso reader 2.Mound window image on it 3.Run CMD as administrator 4.copy paste below attached comand to CMD (select text...