• Skip to main content
  • Skip to primary sidebar

HitEbooks

Hit Tips About EBooks

AutoCAD Coordinates System

AutoCAD is an impressive 3D CAD application which is considered as a must have tool for the engineers. With AutoCAD you can create engineering and architectural designs with ease. In this tutorial you will learn about the Coordinates System. There are 3 different coordinates system which includes Absolute coordinates, Relative coordinates and Polar coordinates. You can also learn about How to password Protect a Folder in Windows 10.

Absolute Coordinates:

IN Absolute Coordinate system all of the input points specify in your drawing by using the standard Cartesian coordinates x and y. The points are entered are typing x,y [Enter]. In order to specify point in Absolute coordinate system in AutoAD you need to follow these simple steps.

  • 1st of all enter the LINE command by pressing L and then [Enter].
  • Start the line at point A: 0,0 and the press [Enter].
  • Now specify the ending point of the line at point B: 2,2 and press [Enter].
  • Now end the 2nd line at point C: 2,3 and press [Enter].

Relative Coordinates:

In Relative coordinate system once the 1st points are entered the next points can be entered by specifying the next coordinate comparing from the 1st points. The relative coordiante starts with @. The points entered in Relative coordinates is by typing @x,y [Enter].

In order to specify your points with Relative coordinate system you need to foollow these simple steps.

  • 1st of all you need to enter LINE command by pressing L and then [Enter].
  • Now start creating a line at point A: 0,0 and then [Enter].
  • Now specify the ending point of the line at point B: @2,2 and press [Enter].
  • Now end the 2nd line at point C: @0,1 and then [Enter].

Polar Coordinates:

Polar coordinates are used for drawing the points by specifying angles. In AutoCAD Polar coordinate system specifies the distance length at which angle. In order to specify points by using Polar coordinate system you need to follow these simple steps.

  • 1st of you you need to enter LINE command by pressing L and then [Enter].
  • Now start the line at point A: 0,0 and then [Enter].
  • Now end the 1st line at point B: @2.5<45 and then [Enter].
  • Enter the 2nd line at point C: @1<90 and then [Enter].

How to Password Protect a Folder in Windows 10

All of us have got computer files which we don’t want to share with the world. Fortunately you can easily keep your files safe from unauthorized access in Windows 10. You don’t need to buy an additional software for keeping your personal files. You can also learn about How to Turn your Windows PC into Wi-Fi Hotspot using Command Line.

Locking a Folder with a Password in Windows 10:

In order to lock a folder with password in Windows 10 you need to follow these simple steps.

  • 1st of all you need to right click inside the folder where all the files are located which you want to protect.
  • Now select New from the contextual menu.
  • Now click on the Text Document.
  • Now press Enter and it does not matter what name will be given to the file as you can delete the file once the loackable folder is created.
  • Now double click on the text file and then open it.
  • Paste the text written below into the new document.

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 u 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-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 find where does it say “Your-Password-Here” in the document.
  • Now replace the “Your-Password-Here” field with the password with which you want to lock the folder with.
  • Click on the File from the menu bar.
  • Select Save As…
  • Click on the “Text Documents (.txt) menu bar which is next to “Save as Type.”
  • Select All Files.
  • Now change the file name to FolderLocker.bat.
  • Now click on Save.
  • Double click on FolderLocker and you will notice that The Locker folder has been generated.
  • Now fill in the Locker folder with the items which you want to protect.
  • Now open the FolderLocker file as it’s time to lock the folder.
  • Type “Y”into the screen.
  • Click on Enter and the FolderLocker window will disappear along with the Locker folder as well and with this your secrets will be safe.

How to Turn Your Windows PC into a Wi-Fi Hotspot using Command Line

Windows 10 has got a built-in Wi-Fi hotspot feature just like in Windows 7 and Windows 8. The Wi-Fi hotspot feature will let you share your computer’s internet access. There are several different methods for turning your Windows PC into Wi-Fi hotspot and one of them is to turn it on from the Command Line. You can also learn about How to Turn Your Windows into a Wi-Fi Hotspot with Connectify. In order to turn your Windows OC into Wi-Fi Hotspot you need to follow these simple steps.

  • 1st of all open a command prompt with administrative privileges. The easiest and quickest way is to tap the Windows key and type in cmd. Then right click on the Command Prompt app listing and select “Run as an Administrator.”
  • In the command prompt window you need to type in netsh wlan set hostednetwork mode=allow ssid=[SSID] key=[bpassword].
  • Replace SSID and password with the network name which you want for Wi-Fi network and the password for it.
  • Now type netsh wlan start hostednetwork at the prompt and then press Enter to start the network.
  • Now you need to open Network Connections.
  • Now right click on your main network connection and select Properties.
  • Now go to the Sharing tab and then click the checkbox that is labeled as Allow other network users to connect through this computer’s internet connection.
  • In the dropdown box select the network connection your computer is currently using and then click OK.
  • With these simple steps you can easily set up the new Wi-Fi hotspot. For stopping the hosted network type in netsh wlan stop hostednetwork in the command prompt and then press Enter.
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Go to page 6
  • Interim pages omitted …
  • Go to page 10
  • Go to Next Page »

Primary Sidebar

  • How To Guides
  • AutoCAD
  • Microsoft Office
  • Windows 10
  • Photoshop
  • PC Tips
  • Terms of Service
  • Privacy Policy
  • Terms of Service

Recent Posts

  • How to Send a Web Note in Edge Browser in Windows 10
  • Drawing a Polygon in AutoCAD
  • How to Draw a Plate with a Hole in AutoCAD
  • Inserting Pictures in MS PowerPoint 2016
  • How to Save Space in WinSxS Folder in Windows 10
  • SmartArt in MS Word 2016
  • How to Install and Delete Fonts in Windows 10
  • Working with Hatching or Filling Objects in AutoCAD
  • Drawing a Simple Plate with AutoCAD
  • AutoCAD Coordinates System
  • How to Password Protect a Folder in Windows 10
  • How to Turn Your Windows PC into a Wi-Fi Hotspot using Command Line
  • How to Turn Your Windows into a Wi-Fi Hotspot with Connectify
  • How to Send Email with Cortana in Windows 10
  • How to Add or Remove Cortana from Windows 10 Lock Screen

© Copyright 2017 All Rights Reserved ·