Thursday, April 26, 2018

How To Enable Group Policy Editor (gpedit.msc) In Windows 10 Home

How To Enable Group Policy Editor (gpedit.msc) In Windows 10 Home



As you know by-default you can not find "Group Policy Editor" or "gpedit.msc" in Windows 10 Home Version.



To enable "Group Policy Editor" you just need to follow below mention steps.
First of create a "New Text File", Paste the Code.

Copy that below mention code, Paste in a new text file and then "Save As" that file with name "gpedit-enabler.bat"...

>>>>> Click Here to Get Code <<<<<


After that just run that created "batch file" as a administrator...

Watch Video Tutorial


Monday, April 23, 2018

How to Create Password Locked Folders on Windows 10

How to Create Password Locked Folders on Windows 10

Friends "PERSONAL FOLDER" contains all my personal data and files, i want to make it password protected so that no one can access it without my permission.


First of all create a new text file and paste the code.

Code File :

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure you want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter Password to Unlock folder
set/p "pass=>"
if NOT %pass%=="Your Password Goes Here" goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Now write your password in place of "Your Password Goes Here" which you want.

After that click on "File" and then hit "Save As".


Name file with ".bat" extension like : "filename.bat" and select type as "All Files".


Once you done that run that created .bat file, it will create folder named as "Locker".


Now put your all personal files and folders into that locker folder.


And again double-click on that ".bat" file, If want to lock then type "y" or "Y" key and hit enter key... This will lock that locker folder.


You can also hide that ".bat"file, So that no one can see or edit that file, Because that file contains your password.


To unlock password, just un-hide that ".bat" file, then double-click on .bat file, this time it will prompt for password...Type your password.


If you put wrong password, the locker folder will not open.


To re-lock it, again double-click on .bat file and type "y" or "Y" key and hit enter key.


So friends, that's it... through this you can lock your personal with password for free.

WATCH VIDEO TUTORIAL



Thursday, April 12, 2018

How to Reduce Lag while Playing Online Games 2018

How to Reduce Lag while Playing Online Games 2018

Hi friends, If you facing problem like high ping latency or lag while playing online games or multiplayer games then this article will really help you to reduce ping or lag.

Steps to Reduce Lag or Ping Latency :


Step 1 : Open "Run", Type "regedit" and then hit "OK" button.

This will open "Registry Editor" in front of you.

Step 2 : Expend > HKEY_LOCAL_MACHINE > System > CurrentControlSet > Services > Tcpip > Parameters > Interfaces.

Step 3 : After that go to that folder which contains "dhcpipaddress".

Step 4 : Now here right-click on white-space, select "New" and then hit "DWORD (32bit) Value".

Step 5 : Rename that file with "TcpAckFrequency".

Note :  Name correctly because if you does not name it correctly then it will not works for you.

Step 6 : After that double-click on it, Change "Value Data to 1" and then hit "OK" Button.

That's it... This will really reduce lag issue while playing online games.


Tuesday, April 10, 2018

How to Get Windows Photo Viewer in Windows 10 ?

How to Get Windows Photo Viewer in Windows 10 ?

In windows 10 you can not find "Windows Photo Viewer" by-default to open photos, but don't worry i will show you how you can get back "Windows Photo Viewer" in Windows 10 without using any tool or software.

First of all create "New Text File", Open it and Paste the Code.

Code :

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Applications\photoviewer.dll]

[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell]

[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
"MuiVerb"="@photoviewer.dll,-3043"

[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
00,31,00,00,00

[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\DropTarget]
"Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print]

[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
00,31,00,00,00

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Now "Save As" that text file with ".reg" extension (Ex : filename.reg)and select "All Files" from Save As Type.

After that execute the "reg file" and accept all the warnings.

Once it executes successfully, Set "Windows Photos Viewer as default in windows 10.

That's it... Through this you will get windows photo viewer in windows 10.

Watch Video Tutorial