Monday, April 25, 2011

Handle your system with group policy via gpedit.msc




1:-Click Start --> Run --> "gpedit.msc" and enter.

2:-Like you Enable or disable.


3:-Red color highlight for Important 


4:-Please following these steps.



Computer configuration


Computer configuration --> Administrative Templates --> System

1:-Turn off Autoplay
2:-Remove Boot / Shutdown / Logon / Logoff status messages


Computer configuration --> Administrative Templates --> System --> Logon


1:-Don't display the Getting Started welcome screen at logon


Computer configuration --> Administratives Templates --> System --> Error Reporting --> Advance Error reporting settings

1:-Default application reporting settings
2:-List of applications to always report errors for
3:-List of applications to never report errors for
4:-Report operating system errors
5:-Report unplanned shutdown events


Computer configuration --> Administrative Templates --> Windows component--> Windows movie maker


1:-Do not allow Windows Movie Maker to run




USER Configuration   



User configuration --> Administrative Templates --> Start menu and Taskbar


1:-Remove All Programs list from the Start menu
2:-Remove and prevent access to the Shut Down command
3:-Remove Balloon Tips on Start Menu items
4:-Remove Time Clock from the system notification area
5:-Remove common program groups from Start Menu
6:-Remove Documents menu from Start Menu
7:-Remove Drag-and-drop context menus on the Start Menu
8:-Remove frequent programs list from the Start Menu
9:-Remove links and access to Windows Update
10:-Remove Logoff on the Start Menu Not configured
11:-Remove My Documents icon from Start Menu
12:-Remove My Music icon from Start Menu
13:-Remove My Network Places icon from Start Menu
14:-Remove My Pictures icon from Start Menu
15:-Remove Network Connections from Start Menu
16:-Remove pinned programs list from the Start Menu
17:-Remove programs on Settings menu
18:-Remove Run menu from Start Menu
19:-Remove Search menu from Start Menu
21:-Remove Set Program Access and Defaults from Start menu
22:-Remove user name from Start Menu
23:-Remove user's folders from the Start Menu
24:-Clear history of recently opened documents on exit
25:-Force classic Start Menu
26:-Turn off notification area cleanup as a time tray
27:-Hide the notification area



User configuration --> Administrative Templates --> Desktop


1:-Remove Properties from the My Computer context menu
2:-Remove Properties from the My Documents context menu
3:-Remove Properties from the Recycle Bin context menu
4:-Remove Recycle Bin icon from desktop
5:-Hide and disable all items on the desktop



User configuration --> Administrative Templates --> Control Panel --> Add or Remove programs


1:-Remove Add or Remove Programs
2:-Hide Add New Programs page
3:-Hide Add/Remove Windows Components page
4:-Hide Change or Remove Programs page
5:-Hide the "Add a program from CD-ROM or floppy disk" option



User configuration --> Administratives Templates --> System

1:-Prevent access to registry editing tools
2:-Prevent access to the command prompt
3:-Run only allowed Windows applications
4:-Turn off Autoplay
5:-Turn off Windows Update device driver search prompt

Thursday, April 21, 2011

How to create Own folder locker software







This text content copy or paste in notepad  and 

 save as “locker.bat” 
(use compulsory .bat extension)

Copy range -- cls to :End 






cls
@ECHO OFF
title Folder Protection software by Aryan

if EXIST MyComputer.{20D04FE0-3AEA-1069-A2D8-08002B30309D} goto UNLOCK
if NOT EXIST MyComputer goto MDLOCKER
:CONFIRM
set choice=
set /p choice=Are you sure u want to Lock the folder(Y/N) =
if %choice%==Y goto LOCK
if %choice%==y goto LOCK
if %choice%==n goto End
if %choice%==N goto End

:LOCK
ren MyComputer MyComputer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
cls
color 4f
echo.
echo.
echo.
echo.
echo                         MyComputer Folder locked Successfully
echo.
echo.
echo.
echo.
echo.
pause
goto End
:UNLOCK

set choice=
set /p choice=Enter password to Unlock folder =
if %choice%==12345 goto PASS
if NOT %choice%==12345 goto FAIL

pause
goto End
:PASS 

ren MyComputer.{20D04FE0-3AEA-1069-A2D8-08002B30309D} MyComputer
color 17
echo.
echo. 
echo         * *
echo      *       *
echo    *           *     
echo  *              * 
echo *                *
echo * CONGRATULATION *
echo  *              * 
echo   *           *
echo     *       *
echo       *   *
echo         *     
echo.
echo.
echo                       MyComputer Folder Unlocked successfully
echo.
echo.
echo.
echo.
pause 
goto INFOR
:FAIL
color 64
echo.
echo.
echo.
echo                    Invalid password....  Please Retry 
echo.
echo.
echo.
echo.
pause
goto End
:MDLOCKER
md MyComputer
echo.
echo.
echo.
echo             MyComputer NAME Folder created successfully
echo.
echo.
echo.
echo                                                on your Active screen                                 
echo    *******PLEASE CHECK INFORMATION GUIDE******  
echo.
echo                                              without closing this software
echo.
echo.
echo.
pause
goto End
:INFOR
cls
color fc
echo.
echo.
echo.
echo.
echo.
echo         Thank You for using this softrware
echo.
echo                   Created by                            
echo.
echo                              Aryan     
echo.
echo.
echo.
echo.
echo.
pause
goto End
:EXIT
exit
:End





1:-And after run locker file in desktop screen or another disk.

2:-Run locker software you can see automatically created “MyComputer” name 
    folder on your active screen.

3:- you can moved file & folder in “MyComputer” folder and after run locker 
      software and press “y” and lock your folder successfully.


how to unlock folder

 1:-Run locker software and press default password “12345” .


Note:-Do not change folder name .

           Do not change lock folder location.




Can you change .bat to .exe use this site   -------.bat to .exe converter-------



Tuesday, April 19, 2011

How to hide drive in my computer





Method 1:- by DOS

1:-start à Run à “diskpart” type without quote and
    enter.

2:-you see open dos window and type following steps.

C:\>list volume

“Open disk partition list on your computer”

C:\>select volume 2

C:\>remove letter d

“hard drive hide successfully”

When un hide disk partition follow these steps

C:\>select volume 2

“before hide time you have selected volume number”

C:\>assign letter 2

“un hide partition successfully”





Method 2:- by Group policy


1:-To open group policy via run command “gpedit.msc”

2:- Open the following instuctions:
     User Configuration à Administrative Templates à  
     Windows Components àWindows Explorer.

3:- Double-click on “Hide these specified drives in My
     Computer”.

4:- Check Enabled under Hide these specified drives in
     My Computer.

5:-Click ok and close group policy.







Method 3:- by Registry


1:- Click Start à Run command  “regedit” and click ok.

2:- Interred last directory "Explorer" Navigate to:
      HKEY_CURRENT_USER\Software\Microsoft\Windows
      \CurrentVersion\Policies\Explorer

3:-right click In Explorer and choose “new”à”DWORD   
    value”rename new dword value “NoDrives”.

4:-Now create DWORD value then right click on NoDrives
    Select modifyànow check the Decimal option and under 
    Value Data enter a decimal value for the drive you would 
    like to hide.



Exa:- to hide C you would enter 4. See the list below for more values:

A=1
B=2
C=4
D=8
E=16
F=32
G=64
H=128
I=256

.
Note:-Value entered time click Decimal  radio button.




Open any program via Run command



                                                                                      Press "Windows+R" button 

1:-Add & remove------appwiz.cpl

2:-Open the All User's Profile--------------%ALLUSERSPROFILE% 

3:-Opens your home drive------------------%HomeDrive%

4:-Opens you User's Profile----------------%UserProfile% 

5:-Opens Windows folder-----------------%systemroot%  

6:-Application Data Folder--------------%appdata%

7:-Open Program Files folder------------%programfiles%

8:-Check Disk Utility-------------------chkdsk

9:-Display Properties------------------desk.cpl

10:-Sound Recorder---------------Sndrec32

11:-Windows Explorer-----------------Explorer

12:-Registry Editor-------------------Regedit 

13:-Shutdown windows------------------shutdown

14:-System file checker-------------sfc/scannow

15:-Ip configuration------------ipconfig/all

16:-Spider game-------------spider

17:-System configuration editor----------sysedit

18:-System configuration utility-----------msconfig

19:-System properties------------sysdm.cpl

20:-Task manager-------------taskmgr

21:-Utility manager------------utilman

22:-Windows firewall------------firewall.cpl

23:-Performance monitor-----------perfmon

24:-Sound & Audio-----------mmsys.cpl

25:-Mouse properties-----------controlmouse or main.cpl

26:-Group policy editor----------gpedit.msc

27:-Keyboard properties--------------control keyboard

28:-hardware wizard------hdwwiz.cpl

29:-calculator-------clac

30:-Date/Time properties--------timedate.cpl

31:-remove junk file--------cleanmgr

32:-defregmenter--------dfrg.msc

33:-Disk management--------diskmgmt.msc

34:-Dr. Watson Troubleshooting--------drwtsn32

35:-Event viewer---------eventvwr.msc

36:-Folder control---------controls folders

37:-Fonts--------fonts


Create desktop shortcut icon

1:-firstly right click on the desktop screen.

2:-choose "New" option and then choose "shortcut".

3:-Type (%windir%\system32\".......") in quote choose any 
     run command name.
     Exa:- %windir%\system32\osk.exe

4:-And click next and finish button.



Monday, April 11, 2011

How to Cut Mp3/video clip without special software



1:- Open “Windows movie maker(WM2)” in your windows.

2:- Choose “file” option and then choose “import into collection”
      option or press ctrl+I .

3:- when open pop-up box choose any video/mp3 and import in   
      WM2

4:- You see your import video in many more parts video.

5:- In “show timeline Mode”, your video/mp3 drag into 
     “video timeline”.

6:- After drag video/mp3  choose “Tasks” button.

7:- In “task option” you choose “finish movie 3rd” option and then click
     “save to my computer” option. -


Friday, April 8, 2011

Some Secret Code for Nokia Mobile



*#06# for checking the IMEI (International Mobile Equipment Identity).
*#7780# reset to factory settings.
*#67705646# This will clear the LCD display(operator logo).
*#0000# To view software version.
*#2820# Bluetooth device address.
Press *#3925538# to delete the contents and code of wallet.
*#92702689# - takes you to a secret menu where you may find some of the information
*#7328748263373738# resets security code.
Default security code is 12345
Activate call waiting *43*#© 
Deactivate call waiting #43##© 
Check status of call waiting *#43#©
*#7780# - restore factory settings 


Each command is prefixed with either one or two * or # characters as follows: 

** Register and Activate 
* Activate 
## De-Register (and Deactivate) 
# Deactivate 
*# Check Status 
© Call button

Monday, April 4, 2011

Did you known that your phone voice commanded.






1:- Press “menu” button and after press “setting” button.

2:- In setting option you choose “phone setting.”

3:- In phone setting choose the “voice recognition” (VR).

4:-After choose VR choose “voice training” option.

5:- After training complete you get the mobile main     
     screen.

6:- Press right button a few time and speak now  
     command.

7:-Nokia, Samsung all multimedia phone sets are available.





Sunday, April 3, 2011

Hide folder in mobile without software.




1:- Choose any folder.

2:- suppose that you choose the folder.

3:- Rename the folder with extension.

4:- Some example :-

     Rename time suppose that name “ram” 
     and after rename “ram.nth” and click ok.
     (use ".otb" invisible icon )

5:- Some extention
      
      .nth, .otb, .jar, .jad.


6:- This trick work only java mobile.




Hide folder and any file by software


      
FExplorer





Saturday, April 2, 2011

Protected virus from some step

The first computer virus
"Kepper" in 1970. 




1:- Installed latest version of Anti virus 
     and Firewall.
     Exa:-  ZoneAlarm

2:- Your E-mail account in spam open 
     be carefully.

3:- Unknown E-mail and Spam not 
     open.
     Exam:- hfyhgj @ gmail.com, luckydra@gmail.com etc.

4:- Be carefully open unknown site.
      Exam:- hfjhd.com , fyhj.co.ut , mtasfds.co.rt etc.

5:- You are used direct browser 
     address bar http://www.google.com

6:- Block all POP-UP boxes.

7:- Downloading any file,game,software ete from 
     certified website


8:- Search any text in search engine with Quote "computer"


9:- Install Anti- spyware(free) ---Spyboot---  Or --Super Antispyware-- (latest)   




How to protected mobile virus from some steps



1:- Create backup up your data always.

2:- Time to time restore all settings.

3:- Internet browsing be carefully on your mobile and    
     installed mobile anti virus and latest browser.
     Exam:- kaspersky (anti virus) etc.

4:- Now time to time scan your mobile by PC2 mobile
     scan.
     Exam:- Quick heal.

5:- The first mobile virus by unknown message    
      “Sms.androidOs.Fakerplaye r.a” the first
       android phone virus.

6:- Don’t open unknown message.
     Exam:- sms.rjhjh.kkdh etc.

7:- Run any application ,software etc  be carefully
     because some application inbuilt viruses and
     automatic send escaping message now your
     balance and data loss.

8:- Block all POP-UP boxes.

9:- After scan any application, software etc installed
     on your mobile phone.

10:- Open any site and downloading from certified website.