Wednesday, 20 July 2016

Connect PC And Mobile Via Xender

Step-1 ) First start data connection in your mobile.

Step-2 ) Next, start your Xender.

Step-3 ) Click on button as below Image.

 

Step- 4) Then after click on PC/Mac button, as below Image.

 

Step-5 ) Next click on Hotspot button, as below Image.
 






Step-6 ) Then after Start internet Connection In PC.

Step-7 ) Open your Browser in your PC.

Step-8 ) Next, insert IP Address in URL, Which show in your mobile.



Step-9 ) Then sometime after show popup box in your mobile And click on "Accept"

button.....njoy it.............

Friday, 7 August 2015

Best keyboard Shotcuts

Windows key + R = Run menu

ALT + Tab = Switch between windows

ALT, Space, X = Maximize window

CTRL + Shift + Esc = Task Manager

Windows key + Break = System properties

Windows key + F = Search

Windows key + D = Hide/Display all windows

CTRL + C = copy

CTRL + X = cut

CTRL + V = paste

Also don't forget about the "Right-click" key next to the right Windows key on your keyboard. Using the arrows and that key can get just about anything done once you've opened up any program.


Keyboard Shortcuts

[Alt] and [Esc] Switch between running applications

[Alt] and letter Select menu item by underlined letter

[Ctrl] and [Esc] Open Program Menu

[Ctrl] and [F4] Close active document or group windows (does not work with some applications)

[Alt] and [F4] Quit active application or close current window

[Alt] and [-] Open Control menu for active document

Ctrl] Lft., Rt. arrow Move cursor forward or back one word

Ctrl] Up, Down arrow Move cursor forward or back one paragraph

[F1] Open Help for active application

Windows + M = Minimize  all open windows

Shift + Windows + M = Undo minimize all open windows

Windows + F1 = Open Windows Help

Windows + Tab = Cycle through the Taskbar buttons

Windows + Break = Open the System Properties dialog box


Acessability shortcuts
Right SHIFT for eight seconds........ Switch FilterKeys on and off.

Left ALT +left SHIFT +PRINT SCREEN....... Switch High Contrast on and off.

Left ALT +left SHIFT +NUM LOCK....... Switch MouseKeys on and off.

SHIFT....... five times Switch StickyKeys on and off.

NUM LOCK...... for five seconds Switch Toggle-keys on and off.

explorer shortcuts

END  ==> Display the bottom of the active window.

HOME ==> Display the top of the active window.

NUM LOCK+ASTERISK ==> on numeric keypad (*) Display all subfolders under the selected folder.

NUM LOCK+PLUS SIGN ==> on numeric keypad (+) Display the contents of the selected folder.

NUM LOCK+MINUS SIGN ==> on numeric keypad (-) Collapse the selected folder.

LEFT ARROW ==> Collapse current selection if it's expanded, or select parent folder.

RIGHT ARROW ==> Display current selection if it's collapsed, or select first subfolder.

Wednesday, 5 August 2015

You Cant See Secure Sites ??

Fix the problem with seeing them secrue sites (banks or online stores, etc)
I found Solution this very usefull to me at my work

Any way....... what you need to do is make a new notepad file and write in it the following DLL's. And just copy-paste these



regsvr32 SOFTPUB.DLL
regsvr32 WINTRUST.DLL
regsvr32 INITPKI.DLL
regsvr32 dssenh.dll
regsvr32 Rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 Cryptdlg.dll



and SAVE it as > all file types, and make it something like securefix.bat.

then just run the file and ur problem shuld be gone.

Saturday, 19 July 2014

How To Hide Any Drive Using Command Prompt

Step 1.   Open command Prompt, go to Start Menu > All Programs >Accessories > Command prompt

Step 2.   In the Command Prompt, type Diskpart and hit enter key. If UAC (User Account   Control), dialog-box prompts than click Yes.

Step 3. Then type List Volume and press enter, this will produce the list of all drives.

Step 4. Now select the drive which you want to hide, you can either do this by typing Select Volume 1 (i.e. Volume Number) or by typing Select Volume C(i.e. Drive letter)

 Step 5. To hide a drive, type Remove Letter C. Here, C is the drive letter than you want to hide. You can use any drive letter you want.

  Step 6. That’s it. You are done! C drive is now hidden

Friday, 20 June 2014

Shutdown other PC in Network using cmd

shutdown /m [\\computername] [/t ]  [/c "comment"]

/t = This is the time, in seconds, between the execution of the shutdown command and shut down or restart.

/c "comment" = This shutdown command option allows you to leave a comment describing the reason for the shut down or restart. You must include quotes around the comment. The maximum length of the comment is 512 characters.

example  :-

This command type in your cmd 

shutdown /m \\MY-PC /30 /c "bye"