Posts
Showing posts from November, 2012
Get Rid Of Windows 7 Product Id Key
- Get link
- X
- Other Apps
Get Rid Of Windows 7 Product Id Key 1) Go to START and RUN and Enter the following command REGEDIT 2) Open the regedit and navigate to the following key path HKey_Local_Machine\Software\Microsoft\Windows NT\Current Version 3) Highlight on the current version and On the Right hand side you can see ProductID Listed under the heading name. 4) Double click on the Product Id a pop up box will come up and you can see the product id of windows some what like this 76125-623-557896-27654. Now change it to your desired name and click on OK 5) Done! Now you can see the Product Id of desired choice which will never again alter you for a key. This is applicable for all windows versions like windows 7, windows xp, windows vista. 6) Enjoy Hacking!
How to Stop Dont Send Error Report To Microsoft In Windows
- Get link
- X
- Other Apps
How to Stop Dont Send Error Report To Microsoft In Windows This is how Error Report looks when a software is crashed. If u select click here there you can know the problem actually but to disable it just follow the simple steps. 1) Open Control Panel. 2) Click on Performance and Maintenance. 3) Click on System. 4) System Properties pop up box appear and now click on Advance Tab in it. 5) Click on Error Reporting down in advance which is besides Environment Variables. 6) Select Disable Error Reporting and also Notify me when Critical Error Occurs and Click Ok. 7) Now also Click on Ok again in the main Pop Up Window. http://www.coolpctips.com/2010/05/how-to-stop-dont-send-error-report-to-microsoft-in-windows/ www.coolpctips.com for a better experience
Change Windows Xp SP2 to Sp3 and Sp2 to Sp1 easily.
- Get link
- X
- Other Apps
Change Windows Xp SP2 to Sp3 and Sp2 to Sp1 easily. This can be done very easily with simple steps. Open run and type regedit. go to HKEY_LOCAL_MACHINE and System and to CurrentControlSet and to Control Find windows folder in control and then click on it to see CSD Version which is on the right side. Double click to open it and then Change the data value from 200 XP SP2 to 300 for XP SP3 and Change 200 XP SP2 t0 100 for XP SP1. By this way you can change Windows Xp Service packs 1,2,3 to whatever you want.
INCREASE YOUR INTERNET SPEED TO 20% MORE
- Get link
- X
- Other Apps
INCREASE YOUR INTERNET SPEED TO 20% MORE : Speed Up Shutdown Process in XP Just go to Start -> RUN -> Type ”gpedit.msc” and navigate to Computer Configuration -> Administrative Template -> Network -> QOS Packet Scheduler. http://www.coolpctips.com/2011/05/imp-grouppolicies/ ============== Speed Up Shutdown Process in XP Here is the location HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
10 Important Must Have Security Group Policies For Windows Systems
- Get link
- X
- Other Apps
Folder Lock With Password Without Any Software
- Get link
- X
- Other Apps
Need to check this... not working for me.. =================== 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%==type 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 :...
CLEANUP TEMPORARY FILES AND TEMPORARY INTERNET FILES FOR BETTER PERFORMANCE (WITH MENU) :
- Get link
- X
- Other Apps
CLEANUP TEMPORARY FILES AND TEMPORARY INTERNET FILES FOR BETTER PERFORMANCE (WITH MENU) : http://www.coolpctips.com/2011/06/most-important-and-useful-windows-scripts-used-by-professionals/ ECHO OFF CLS :MENU ECHO. ECHO ……………………………………….. ECHO PRESS 1 or 2 or 3 or 4 or 5 or 6 to select your task, or 7 to EXIT. ECHO ……………………………………….. ECHO. ECHO 1 – DELETE COOKIES ECHO 2 – DELETE RECENT DOCUMENTS LIST ECHO 3 – DELETE MY TEMP ECHO 4 – DELETE MY TEMP INTERNET FILES ECHO 5 – DELETE SYSTEM TEMP ECHO 6 – DELETE RECYCLE BIN ECHO 7 – EXIT ECHO. SET /P M=Type 1, 2, 3, 4, 5, 6 or 7 then press ENTER: IF %M%==1 GOTO DELETE COOKIES IF %M%==2 GOTO RECENT DOCUMENTS LIST IF %M%==3 GOTO MY TEMP IF %M%==4 GOTO MY TEMP INTERNET FILES IF %M%==5 GOTO SYSTEM TEMP IF %M%==6 GOTO RECYCLE BIN IF %M%==7 GOTO EXIT : DELETE COOKIES (no space between : and D) del /F /S /Q C:\docume~1\%USERNAME%\cookies\*.* GOTO MENU :RECENT DOCUMENTS LIST del /F /S /Q C:\docume~1\%USERNAME%\recent\*.* GOTO MENU :MY TEMP d...
- Get link
- X
- Other Apps
A List of Run Commands For Windows 7 Below are the list of Run Commands for Windows 7 Calculator = calc Certificate Manager = certmgr.msc Character Map = charmap Check Disk Utility = chkdsk Control Panel = control Command Prompt = cmd.exe Date and Time Properties = timedate.cpl Add/Remove Programs = appwiz.cpl Keyboard Properties = control keyboard Regional Settings = intl.cpl Registry Editor = regedit.exe Windows Standalong Update Manager = wusa Windows System Security Tool = syskey Windows Share Creation Wizard = shrpubw Wordpad = write Task Manager = taskmgr SQL Client Configuration = cliconfg Snipping Tool = snippingtool Sound Volume = sndvo Trusted Platform Module = TpmInit Windows Magnifier = magnify Scheduled Tasks = control schedtasks Windows Firewall = firewall.cpl System Configurati...
- Get link
- X
- Other Apps
Automatically back up your hard drive, delete temp files, and backup a Web site using batch scripting http://www.computeranthem.com/automatically-delete-temporary-files-using-batch-script-in-windows-7 Create the batch file Step I - Open notepad and type (make sure you have two lines as shown below) cd C:\users\%username%\AppData\Local rmdir /S/Q Temp Step II - Save the file as XXX.bat (where XXX = any name, i would prefer TempClean). Step III - Double click on the file, you created, this will delete your temporary files and free up space on your computer. Note: If double clicking on batch file gives you any error message, try replacing %username% with your Windows login username. Automate above process Step I - Right click on batch file you created and click create shortcut....
- Get link
- X
- Other Apps
Key Skills: System Administrator, linux, adminitration, administrator, unix, admin, puppet, perl, python, bash, TCP / IP SCRIPTING Puppet. http://www.networksteve.com/windows/topic.php?TopicId=11746 http://technet.microsoft.com/en-us/library/cc731058.aspx http://technet.microsoft.com/en-us/library/cc753109 (v=ws.10).aspx http://www.sevenforums.com/tutorials/29965-administrative-tools-restore-shortcuts.html http://www.dslreports.com/forum/r23343896-Can-t-Find-Print-Management-in-Win7 http://www.dslreports.com/forum/r23343896-Cant-Find-Print-Management-in-Win7~start=20 http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/print-management-missing-in-windows-7-home-premium/a0ef1d46-f6df-45ab-9a14-84e61316f1d4 http://technet.microsoft.com/en-us/library/cc731058.aspx http://www.symantec.com/business/support/index?page=content&id=TECH84244 http://support.microsoft.com/kb/227404 http://social.technet.microsoft.com/Forums/en-US/itprovistaprinting/thr...
- Get link
- X
- Other Apps
I solved the problem by following the steps, http://support.microsoft.com/kb/315457 Click Start , click Run , type cmd , and then click OK . Type net start ntfrs to start the File Replication service. Type ntfrsutl ds |findstr /i "root stage" , and then press ENTER. The NTFRSUTIL command returns the current root directory for the SYSVOL replica set that is referred to as the “replica set root” and the staging folder. For example, this command returns: Root: C:\WINNT\SYSVOL\domain Stage: C:\WINNT\SYSVOL\staging\domain Type Linkd %systemroot%\SYSVOL\SYSVOL\ DNS Domain name , and then press ENTER. The LINKD command returns the following: Source DNS Domain Name is linked to %systemroot%\SYSVOL\domain Type linkd "%systemroot%\SYSVOL\staging areas\ DNS Domain Name " , and then press ENTER. This command returns the following: Source DNS Domain Name is linked to %...