Sunday, 20 April 2014

How to enable default admin account in window

1.Select below code

@echo off
pushd %~dp0
cls

:_main
title K.J
mode con cols=41 lines=9
cls
echo.
echo 1) Administrator account status Enabled
echo 2) Administrator account status Disabled
echo 3) UAC OFF
echo 4) UAC ON
echo X) Exit
echo.

:_set
set _ok=
set /p _ok=.  Enter your choice :
if "%_ok%" == "1" goto _Active
if "%_ok%" == "2" goto _Remove
if "%_ok%" == "3" goto _UACOFF
if "%_ok%" == "4" goto _UACON
if "%_ok%" == "x" goto _end
if "%_ok%" == "X" goto _end
goto _main

:_Active
cls
echo.
echo Windows Logoff 03sec
ping -n 2 localhost >nul
cls
echo.
echo Windows Logoff 02sec
ping -n 2 localhost >nul
cls
echo.
echo Windows Logoff 01sec
ping -n 2 localhost >nul
cls
echo.
echo Windows Logoff 00sec
ping -n 2 localhost >nul
cls
echo.
echo System Logoff
ping -n 2 localhost >nul
cls
echo.
net user Administrator /active:yes
ping -n 2 localhost >nul
logoff
exit

:_Remove
cls
echo.
echo Windows Logoff 03sec
ping -n 2 localhost >nul
cls
echo.
echo Windows Logoff 02sec
ping -n 2 localhost >nul
cls
echo.
echo Windows Logoff 01sec
ping -n 2 localhost >nul
cls
echo.
echo Windows Logoff 00sec
ping -n 2 localhost >nul
cls
echo.
echo System Logoff
ping -n 2 localhost >nul
cls
echo.
net user Administrator /active:no
ping -n 2 localhost >nul
logoff
exit

:_UACOFF
cls
echo.
echo Please wait.
ping -n 2 localhost >nul
regedit /s UACOFF.reg
exit

:_UACON
cls
echo.
echo Please wait.
ping -n 2 localhost >nul
regedit /s UACON.reg
exit

:_end
cls
exit

2.Copy & paste on notepad.
3.Save this notepad file  with bat extension.
4.Run this file .










5.To enable admin account type 1 press enter.

6. your default admin account is enabled.

Done !!!!!!!!!!!!



Say thanks if  helpful

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 copy , right click on cmd window & paste)

dism.exe /online /enable-feature /featurename:NetFX3 /Source:i:\sources\sxs /LimitAccess

Here change drive letter I with vertual drive on which image mounted.

5.Now press enter and weight.
after some time succsessful
you have done it.
6 To check if work done or not
7.Run the following command to lookup the status of NetFx3 Feature (offline image mounted to c:\test\offline)

   DISM /Image:c:\test\offline /Get-Features /Format:Table

A status of Enable Pending indicates that the image must be brought online to complete installation.
 

Sunday, 7 April 2013

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!!!!!!!!!!!!!!!!
 
Please leave comment if you like content