Categories
PC Hacks

Check Your computer’s Gender (Male or Female) ??

Today we are going to show you an interesting trick which lets you to known your computer’s gender i.e male or Female. To find out  just follow the below steps .

Today we are going to show you an interesting trick which lets you to known your computer's gender i.e male or Female. To find out just follow the steps ..,Check Your computer's Gender (Male or Female) ??

Follow The Steps Below To Check Your Computer’s Gender :

Step 1: Open Notepad :

Right click on the desktop and select create a new text document option or just simply Open a Notepad.

Step 2 : Copy-Paste :

Copy the code given below and paste it on your notepad.

Check Your computer's Gender (Male or Female) ?? , Today we are going to show you an interesting trick which lets you to known your computer's gender i.e male or Female. To find out just follow the steps ..

CreateObject("SAPI.SpVoice").Speak"Hi This System Is Designed By OnlineCmag"

Step 3: Save It :

Check Your computer's Gender (Male or Female) ?? , Today we are going to show you an interesting trick which lets you to known your computer's gender i.e male or Female. To find out just follow the steps ..

Save that file with a ” .vbs ” extension i.e something like ” OnlineCmag.vbs ” . Select file type as ” All Files ” and Encoding as ” ANSI ” .

Step 3: Open the file :

Check Your computer's Gender (Male or Female) ?? , Today we are going to show you an interesting trick which lets you to known your computer's gender i.e male or Female. To find out just follow the steps ..

Now Open That Saved File , If you hear a male voice then your computer is male or if you hear a female voice then your computer is female.

I hope you all liked It . Share views in the comments…..

Categories
PC Hacks

Easy Way To Create Your Own Computer Booter Program

Today we are going to show you an easy way to create your own Computer booter program by using a simple text editor (Like notepad or notepad++ ) . Follow the steps below and have fun .

Steps To Create Your Own Computer Booter Program:

Step 1 : Open Notepad :

Click on your Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even Do it by just typing notepad in your Run your dialog box.

Step 2 : Copy-Paste :

Copy and paste the below given code on to your note pad .

Easy Way To Create Your Own Computer Booter Program

Code :

@echo off
:Main
title ComputerBooter V0.0
cls
color A
echo.
echo.
echo 1} About This Program
echo 2} Exit This Program
echo.
echo 3} Shutdown Computer
echo 4} Restart Computer
echo 5} Logoff Computer
echo.
echo 6} Start Control Panel
echo 7} Start System32 Folder
echo.
echo 8} Crash your Computer
echo.
echo 9} Our Website
set /p select=
if %select% EQU 1 goto About
if %select% EQU 2 goto Exit
if %select% EQU 3 goto Shutdown
if %select% EQU 4 goto Restart
if %select% EQU 5 goto Logoff
if %select% EQU 6 goto Control
if %select% EQU 7 goto System32
if %select% EQU 8 goto Crash
if %select% EQU 9 goto Webpage
:About
title About ComputerBooter V0.1
color E
cls
echo.
echo.
echo ABOUT COMPUTER-BOOTER 0.0
echo (BATCH FILE)
echo.
echo This program is created by OnlineCmag
echo.
echo.
echo For more info visit https://onlinecmag.com Or type in Start
set /p web=
if %web% EQU Start goto Webpage else goto Main
:Exit
Exit
goto Exit
:Shutdown
start C:\Windows\System32\Shutdown.exe -s -t 5 -c "ComputerBooter Will now Shutdown Your Computer"
goto Main
:Restart
start C:\Windows\System32\Shutdown.exe -r -t 5 -c "ComputerBooter Will now Shutdown Your Computer" 
goto Main
:Logoff
start C:\Windows\System32\Shutdown.exe -l -t 5 -c "ComputerBooter Will now Logoff Your Account"
goto Main
:Control
start Control Panel
goto Main
:System32
start C:\Windows\System32
goto Main
:Webpage
echo Currently Loading
ping localhost -n 1 >nul
cls
echo Currently Loading.
ping localhost -n 1 >nul
cls
echo Currently Loading..
ping localhost -n 1 >nul
cls
echo Currently Loading...
ping localhost -n 1 >nul
cls
echo Successfully Loaded...
ping localhost -n 2 >nul
start https://onlinecmag.com
echo Booting Up Menu...
ping localhost -n 2 >nul
goto Main
:Crash
start C:\windows\system32\CMD.exe
goto Crash

Step 3 : Save It :

Easy Way To Create Your Own Computer Booter Program

Go to File Menu and select the ” Save As ” option . Save your file with a ”  .bat ” Extension i.e something like ” OnlineCmag.bat ” . Set the File type to ” All Files ” and Encoding to ” ANSI “.

Step 4 : Execute The File :

Easy Way To Create Your Own Computer Booter Program

Now Run this application by just double clicking on it .

If you want any changes in the code , please be free to comment and you will get the suggestions.

Categories
PC Hacks

How To Set A Video As Desktop Wallpaper

Do you know you can set a cool video as your Desktop’s background?? Did you ever want to do that? But how?? You don’t have to  worry about answering those questions, today we are going to show you the exact way in which you can set your favorite video as you desktop wallpaper. Simply all you have to do is follow the steps below. If in case at any stage you are stuck or need assistance you can write to us below.

Steps To Set a video as Desktop Wallpaper :

Step 1 : Open VLC Media Player :

Open your VLC Media player . If you don’t have a VLC Media player installed, then just download it.

How To Set A Video As Desktop Wallpaper

Step 2 : Settings:

Now Click on the “Tools bar ” in the main menu and select the “Preference ” Option  or You can even do it by just pressing ” Ctrl + P ” .

How To Set A Video As Desktop Wallpaper

 

  • Now Click on the ” Video ” Option From the left panel .
  • Now Select ” DirectX (Direct Draw ) video output ” Option from the ” Output ” drop-down list . As shown below .

How To Set A Video As Desktop Wallpaper , Have you ever wanted to set a cool video as your Desktop's background ? No worries , Today we will an easy way to set your video as you desktop wallpaper .

Step 3 : Save The Changes :

Just save the changes and restart the VLC Media Player.

Step 4 : Selecting The Video To Set As Wallpaper :

Play the video which you want to set as your desktop wallpaper. Now Click on the ” Video ” tab from the top menu and select ” DirectX Wallpaper ” (For Windows xp and 7 ) or ” Set as Wallpaper ” ( For Windows 8 and above ) Option from the list displayed . As Shown Below .

How To Set A Video As Desktop Wallpaper , Have you ever wanted to set a cool video as your Desktop's background ? No worries , Today we will an easy way to set your video as you desktop wallpaper .

Step 5 : Done.

That’s It. Now just minimize your vlc player and you will see that your video is running on your desktop as a wallpaper.

Step 6 : To Get Back The Default Wallpaper :

Just press ” Ctrl + P ” and Select Automatic from the Video drop-down list. As shown below .

We hope you all like it. Try it and stay tuned for more of such simple tricks. Also don’t forget to share your comments with us below….

Categories
PC Hacks Security

How to Hack Windows Password if You Forgot or Lost It ?

Did you know, there are amazing and simple tricks that can help you hack Windows password (admin account ) via your guest accounts. Are you using any computer in guest account?? Do you desire Admin privileges?? or if you have lost your password, then stop worrying, you can simply have it all. All you need is this small trick up your sleeve.  lets get started with it.

Method 1 To Hack Windows Password:

1) Open  C:/windows/system32.

2) Copy cmd.exe.

3) Paste cmd.exe onto your desktop.

4) Rename it as sethc.exe.

5) Now place this sethc.exe again in system 32, overwrite the file that is already present.

6)  Log out the guest account.

7) Now at user select window,press the shift key for 5 times.

8) The Sticky Key dialog wont appear. Instead a command prompt having all the administrator privileges shall open.

9) Type as  NET USER ADMINISTRATOR ” abc ” , here ” abc ” can be any password you want to choose. Then (enter).

10) ” The Command completed successfully ” will be displayed, exit the command prompt.

11) Log in to administrator using the new password. Its done. You have just learned one of the methods to hack into the admin account using a guest account.There is also another method to hack into the admin.

Method 2 To Hack Windows Password:

There is a possibility to change the Admin password without knowing it in Windows XP and Win Vista. Only thing is you have to manage to log in as an Administrator in some or the other way. Then only you can use this method. Here’s the Step-By-Step instructions.

1. Right-click ” My Computer “.

2. Select ”  Manage “option.

3. By the left in ” Computer Management (Local) tree => double click ” Local Users and Groups “option from ” System Tools ” tree => ” Users ” option.

4. You can view all users on the right side. Such as Administrator, Guest etc..

5. Select ” Set Password ” by right clicking the ” Administrator “.

6. Enter a ” New Password “and then ” Confirm Password ” .

7. After you have entered the password click ” OK ” . That’s It!.. This is how you can change admin password even without any idea of it. I hope you would like them.

Categories
PC Hacks Security

Easy Way To Hide Your Files Inside A JPEG Picture

Are you looking for a way to hide your files on your PC ? Then you are at the right place. There is no need to install extra software at all for hiding your files . Today we are going to teach you such small trick that will help you to hide your files inside a JPEG picture . To perform this trick you should have either WinRAR or WinZip installed on your computer. If you are ready, here we go.

Steps To Hide Your Files Inside A JPEG Picture :

Step 1 : Create a folder :

Easy Way To Hide Your Files Inside A JPEG Picture

Firstly create a folder To hide your files . For Instance, I have created a folder with name OnlineCmag in my C drive ( i.e C:\OnlineCmag ) . Now send all your private files ( Files which you want to hide ) to the folder created . Also put an image in which you want to hide these files.

Step 2 : Compress The Files :

Easy Way To Hide Your Files Inside A JPEG Picture

Now select all the files in the folder except the Picture . Then Right click on them and Select Add to ” OnlineCmag.rar ” Option.

Step 3 : Open Command prompt :

Open your command prompt and set the path to your private folder . To set the drive path use ” C : ” ( Replace C with the drive you have selected). To set the directory path type ” cd OnlineCmag ” (Replace OnlineCmag with your private folder name) .

Easy Way To Hide Your Files Inside A JPEG Picture

 

Basic code : copy /b image_name.jpg + File_name.zip image_name.jpg

copy /b logo.jpg + OnlineCmag.zip logo.jpg

 

Here logo is the name of the image ( Here you should use the name of your own image). You will get a response like ” 1 file(s) copied “.

Done , Now the picture file will be updated with the compressed archive inside .

How To Access The Hidden Files :

=>Right Click on the JPEG picture and choose Open With and Now scroll down to ” WinRAR “.

Share your views in form of comments….

Categories
PC Hacks System Performance

Easy way to Boost up your broadband speed (internet speed)

Most of the internet users are now facing ” DNS server ” issues. The main cause for these type of server issues is that most of the service providers have ” DNS servers ” which are just not responsive. Today we gonna discuss an easy way to increase broadband speed (internet speed).

Steps To Increase Broadband speed (internet speed):

Step 1: Open ” networks and sharing center ” in your desktop .

=>Go To Control Panel>Network and Internet>Network and Sharing Center .

Step 2: Under the ” view your active networks ” , select your internet connection (example : photon plus, Local area connection) .

Easy way to Boost up your broadband speed (internet speed) , Most of the internet users are now facing " DNS server '' issues. The main cause for these type of server issues is that most of the service providers have " DNS servers " which are just not responsive. Today we gonna discuss an easy way to increase broadband speed (internet speed).

Step 3: Now a status box will be displayed. Click on the properties.

Easy way to Boost up your broadband speed (internet speed) , Most of the internet users are now facing " DNS server '' issues. The main cause for these type of server issues is that most of the service providers have " DNS servers " which are just not responsive. Today we gonna discuss an easy way to increase broadband speed (internet speed).

 

Step 4: Now a properties box will be displayed. Move on to ” networking section ” and double click on the ” Internet Protocol Version 4 (TCP/IPv4) ” .

Easy way to Boost up your broadband speed (internet speed)

 

Step 5: Select ” Use The Following DNS Server Addresses ” .

Step 6: Use ” 208.67.222.222 ” as your Preferred DNS Server And ” 208.67.220.220 ” as your Alternate DNS Server.

Easy way to Boost up your broadband speed (internet speed)

 

Step  7:  Click OK  and know you can see an increase in your broadband speed (internet speed).

Note: Do not forget to save your previous settings so that in case the new ” DNS servers ” do not work you can always change them to the previous settings.

Categories
Notepad Tricks PC Hacks

Make your own Text Audio Converter Without Any Software

Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software.  Using this Trick you can Make your own Text Audio Converter Without using any third party software.

Steps To Create A Text Audio Converter :

Step 1: Open Notepad :

Click on your Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even Do it by typing notepad in Run dialog box.

Step 2 : Copy-Paste :

Copy and paste the below given code into your Notepad.

Make your own Text Audio Converter Without Any Software , Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Make your own Text Audio Converter ..

 Dim msg, sapi
 msg=InputBox("Enter The Text To Be Converted- ","OnlineCmag.com")
 Set sapi=CreateObject("sapi.spvoice")
 sapi.Speak msg

Step 3 : Save It :

Make your own Text Audio Converter Without Any Software , Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Make your own Text Audio Converter ..

Go to the File Menu and select the ” Save As ” option . Save the file with a ” .vbs ” Extension i.e as ” OnlineCmag.vbs ” . Select the File type as ” All Files ” and Encoding as ” ANSI ” .

Make your own Text Audio Converter Without Any Software , Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Make your own Text Audio Converter ..

 Step 4 : Execute the File :

Now Open The Saved File and You will see a text to audio converter Dialog box.

Make your own Text Audio Converter Without Any Software , Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Make your own Text Audio Converter ..

Step 5 : Done :

Type the text which you want to convert as audio, and then press OK.

That’s it , Now you can hear the text which you have typed. The text will be converted into audio .

Share Your Views In Form Of Comments…

Categories
PC Hacks

How To Add Watermark To A Word Document ?

A watermark is a Text or picture that appears behind the document’s content . Generally This watermark is in light color so that it doesn’t distract too much . Usually a watermark is given to identify a company or the status of the document .For Example, a watermark might be like Urgent , confidential or even an Image. Follow the below given steps to Add watermark to a Word document .

Steps To Add Watermark To A Word Document :

Step 1 : Open your Document :

Open the ” Word document ” For which you want to add watermark .

Step 2 : Move On To Page Layout :

How To Add Watermark To A Word Document ?

Click on the ” Page Layout ” Tab in the Top Menu bar and select ” Watermark ” under the ” Page Background ” Section .

Step 3 : Select The Patter :

Now you can select one of the predefined watermarks, or If you want to use your own text/image, Then select ” Custom Watermark ” Option .

Now a ” Printed Watermark ” dialog box will be displayed:

=> To insert a custom text watermark :

1. Check the ” Text Watermark ” Option .

How To Add Watermark To A Word Document ?

2. Firstly Select the desired language from the drop down menu . Now type in the desired text in the ” Text ” field .

3. Now Customize your watermark by selecting other options like text font , text size, text color, and text layout then click on “OK”.
Now the Watermark will be inserted into your Word document.

Demo Document :

How To Add Watermark To A Word Document ?

=> To insert a custom image watermark:

1. Check the ” Picture watermark ” Option.

2. Then click on the ” Select Picture…” button.

How To Add Watermark To A Word Document ?

3. Now an “ insert picture ” dialog box will be displayed . Navigate to the picture which you want to add as a watermark and click on ” Insert “. Select the customized scale if wanted, then click on “OK”.
Now the image will be inserted into your word document as a watermark.

Demo Document :

How To Add Watermark To A Word Document ?

Share your views in form of comments …..