Posts

Showing posts from February, 2021

Convert a Fat or Fat32 drive to NTFS,without format.

 Convert a Fat or Fat32 drive to NTFS,without forma t. STEP 1 -- Find the letter of drive you want to convert. STEP 2 -- open the command prompt window. STEP 3 -- Then type help convert and the press Enter. STEP 4 -- At the command prompt type convert drive:/fs:ntfs ( Think you want to convert drive letter is F ) EX ~ convert F:/ fs:ntfs

How to create a simple text to speech tool use notepad.😉😊

  How to create a simple text to speech tool use notepad. STEP 1 – Copy this code and past it your notepad. Dim text, sapi text=inputbox("enter the text you want to speak:") set sapi=createobject("sapi.spvoice") sapi.Speak text STEP 2 – File extension is .vbs  EX~speak.vbs  Encoding is ANSI  Save as type is All file STEP 3 – Go to your save location and duble click it. STEP 4 – In the box that opens, type the text your want to speak and click ok. Telegram Facebook Twitter Whatsapp group 01 Whatsapp group 02

Checking your windows pc or laptop antivirus software using notepad. (create simple virus.)

  Checking your windows pc or laptop antivirus software using notepad. (create simple virus.) STEP 1 – Open your pc notepad software. STEP 2 – Copy the code below and paste your notepad. STEP 3 – Save it. You can save the file extension as .txt Code👇 X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* **This code Compiled by the European institute for antivirus EICAR.**

Adobe Photoshop , Windows shortcut key.😉😃

♦ Today we have brought you the  key you need while working in Adobe Photoshop. So I got the details about this shortcut key from the Adobe official site. Application Menu. File New... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Ctrl+N  Open... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Ctrl+O Browse in Bridge... . . . . . . . . . . . Alt+Ctrl+O or Shift+Ctrl+O  Open As... . . . . . . . . . . . . . . . . . . . . . . Alt+Shift+Ctrl+O  Close . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ctrl+W  Close All . . . . . . . . . . . . . . . . . . . . . . . . . . .Alt+Ctrl+W  Close and Go to Bridge... . . . . . . . . . . . . . . . Shift+Ctrl+W  Save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ctrl+S  Save As... . . . . . . . . . . . . . . . . . Shift+Ctrl+S or Alt+Ctrl+S  Save for Web.... . . . . . . . . . . . . . . . . . . . Alt+Shift+Ctrl+S  Revert. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .F12  F

How to view your windows product key useing the notepad

💢 How to view your windows product key useing the notepad . step 1 -- open notepad software in your computer.Get a new file. step 2 -- copy this code and past it your notepad file. Set WshShell = CreateObject("WScript.Shell") MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId")) Function ConvertToKey(Key) Const KeyOffset = 52 i = 28 Chars = "BCDFGHJKMPQRTVWXY2346789" Do Cur = 0 x = 14 Do Cur = Cur * 256 Cur = Key(x + KeyOffset) + Cur Key(x + KeyOffset) = (Cur \ 24) And 255 Cur = Cur Mod 24 x = x -1 Loop While x >= 0 i = i -1 KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput If (((29 - i) Mod 6) = 0) And (i <> -1) Then i = i -1 KeyOutput = "-" & KeyOutput End If Loop While i >= 0 ConvertToKey = KeyOutput End Function step 3 -- save the notepad file.                file extension is .vbs                 EX ~ productkey.vbs step 4 -- Go to your save location and open it. Comment

What are the factors that affect the quality of a graphics card?

What are the factors that affect the quality of a graphics card? GPU (Graphics Processing Unit)  This is the processor on the graphics card. This handles the memory inside the graphics card and transfers the images to the computer screen. if you are buying a graphic card Especially check it . No matter how good the graphics memory is, if the GPU is not a good quality GPU, its quality will decrease when playing games, playing video and other tasks (using graphic memory). Memory Clock  The speed at which the graphics card handles memory is called the memory clock. The memory clock speed of a graphics card is much faster than that of the graphics card on the computer motherboard. Therefore, replacing the graphics card inside the motherboard with a graphics card on the outside eliminates the hassle of playing video games or playing games. Memory Interface  The memory interface is very important for sorting the memory of graphics cards. In the early days, graphics cards used a memory interf

පරිගනකයේ ඇති කෙවෙනි. (Computer ports.)

Image
 

Why does the electric shock when touching a USB port while the computer is running.

Why does the electric shock when touching a USB port while the computer is running. This is because of an underground fault in the power supply to the computer. This error also occurs when supplying power via a ups if so, the reason is the power inside the ups lack of underground wire in the supply cable or failure to properly ground the home’s electrical system. To avoid this error,     1.Power cord that supplies power to the system unit use a three-pronged power cord.     2.If the power is received through a UPS also a power cord with three pins use.     3.Check the house electrical system.     4.check your computer inside. Don’t forget to share this post with your friends and leave a comment below. join our telegram channel and facebook page.

If a beep sounds when the computer is running what does that mean?

If a beep sounds when the computer is running what does that mean? 1. Continued beeping. Indicator bulb – battery power led. Device to be tested – battery. Error – battery charging. 2. Beep frequency – 1 Indicator bulb – caps lock/num lock. Device to be tested – cpu. Error – cpu is faulty. 3. Beep frequency – 2 Indicator bulb – caps lock/num lock. Device to be tested – bios. Error – An error in the bios. 4. Beep frequency – 3 Indicator bulb – caps lock/num lock. Device to be tested – ram card Error – There is an error in RAM. 5. Beep frequency – 4 Indicator bulb – caps lock/num lock. Device to be tested – graphics card. Error – There is an error in graphics card. 6. Beep frequency – 5 Indicator bulb – caps lock/num lock. Device to be tested – mother board. Error – There is an error in mother board. 7. Beep frequency – 6 Indicator bulb – caps lock/num lock. Device to be tested – BIOS Error – An error in the bios. 8. Non-stop on/off. Indicator bulb – AC power adapter led Device to be tes