Showing posts with label real hidden facts. Show all posts
Showing posts with label real hidden facts. Show all posts
Fix can not find 640 x 480 video mode

Fix can not find 640 x 480 video mode

How to fix can not find 640 x. 480 video mode (work for any games).

This problem usually only happens on Windows.

To fix this on Windows 8:
Go to your steam library and go to GTA 3 Properties by right clicking it.
Go to local files and click browse local files.
Right click GTA3.exe and go to properties.
Go to the compatibility tab and check "Run this program in compatibility mode for:"
Click the drop down box and click Windows 7.
DONE, start the game.

To fix this on Windows 7:
Go to your steam library and go to GTA 3 Properties by right clicking it.
Go to local files and click browse local files.
Right click GTA3.exe and go to properties.
Go to the compatibility tab and check "Run this program in compatibility mode for:"
Click the drop down box and click Windows XP Service Pack 3.
DONE, start the game.

Source : Google.com.

Enable Default ADMINISTRATOR Account in Windows 10

Enable Default ADMINISTRATOR Account in Windows 10

How to enable Default ADMINISTRATOR Account in Windows 10????

Here I am telling the solution, using command prompt...

Open command prompt with administrator rights ( one way is click win + x and choose the option command prompt (administrator), an one more way is click Windows key and search with keyword cmd and right click the .exe file choose the run as administrator option)

For activating the admin account use the command

net user administrator /active:yes

Click enter, it shows the message like

Command completed successfully.

For disable the admin account

net user administrator /active:no

Click enter, it shows the message like

Command completed successfully.

After that logout the current account and choose the administrator account ( shows the down the left side)..

😃

Framework

Framework

A framework, or software framework, is a platform for developing software applications. It provides a foundation on which software developers can build programs for a specific platform. For example, a framework may include predefined classes and functions that can be used to process input, manage hardware devices, and interact with system software. This streamlines the development process since programmers don't need to reinvent the wheel each time they develop a new application.

A framework is similar to an application programming interface (API), though technically a framework includes an API. As the name suggests, a framework serves as a foundation for programming, while an API provides access to the elements supported by the framework. A framework may also include code libraries, a compiler, and other programs used in the software development process.

Several different types of software frameworks exist. Popular examples include ActiveX and .NET for Windows development, Cocoa for Mac OS X, Cocoa Touch for iOS, and the Android Application Framework for Android. Software development kits (SDKs) are available for each of these frameworks and include programming tools designed specifically for the corresponding framework. For example, Apple's Xcode development software includes a Mac OS X SDK designed for writing and compiling applications for the Cocoa framework.

In many cases, a software framework is supported natively by an operating system. For example, a program written for the Android Application Framework will run on an Android device without requiring other additional files to be installed. However, some applications require a specific framework in order to run. For example, a Windows program may require Microsoft .NET Framework 4.0, which is not installed on all Windows machines (especially PCs running older versions of Windows). In this case, the Microsoft .NET Framework 4 installer package must be installed in order for the program to run.

NOTE: While frameworks generally refer to broad software development platforms, the term can also be used to describe a specific framework within a larger programming environment. For example, multiple Java frameworks, such as Spring, ZK, and the Java Collections Framework (JCF) can be used to create Java programs. Additionally, Apple has created several specific frameworks that can be accessed by OS X programs. These frameworks are saved with a .FRAMEWORK file extension and are installed in the /System/Library/Frameworks directory. Examples of OS X frameworks include AddressBook.framework, CoreAudio.framework, CoreText.framework, and QuickTime.framework.

Source : http://techterms.com
Add Your Name (or) Application to right click Of My Computer

Add Your Name (or) Application to right click Of My Computer

Caution.

As it   is related to Windows registry it   can be dangerous. So, Try this at  your own risk.

To write your name on right click application

Please follow the steps

1. Copy/ Paste the following code in Notepad And then Save it as  .reg


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]

@="Your name or Name of the Application"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]

@="Location of   the Application"

2. Now edit it and then Type your name In

Eample :

[HKEY_CLASSES_ROOT \CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]

@="AHK"

3.   If you want to get any application, once you click your name or name
Of   application

Then, type the location Of the application Which you want to open In :

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]

@="Location of   the Application"

For  example : 

C:\Program  Files\Yahoo! \Messenger\messenger.exe
That's it finally save it And then Run it
------------------------------------------------------------

To  add Application Control Panel

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSI D\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\ControlPanel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"

To  add Application add/remove

[HKEY_CLASSES_ROOT \CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"

To  add Application Reboot

[HKEY_CLASSES_ROOT \CLSI D\ {20D04FE0-3AEA-1069-A2D8-08002B30309D}\ shell\ [Reboot ] \ command]
@="shutdown -r -f -t 5"

To  add Application Shutdown

[HKEY_CLASSES_ROOT \CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\ shell\[ Shutdown]\command]
@="shutdown -s -f -t 5"