Features of Windows Vista Home Premium
Revamped user interface. Major overhauling in Start menu. Windows Media Player 11 included. Windows Internet Explorer 7 included.Windows Vista Home Premium Technical Setup Details
Software Full Name: Windows Vista Home Premium SP2 (Service Pack 2) x86 x64 Setup File Name: Windows_Vista_Home_Premium_SP2_32_Bit.iso, Windows_Vista_Home_Basic_SP2_64_Bit.iso Full Setup Size: 2.1 GB (32 Bit), 2.8 GB (64 Bit) Setup Type: Offline Installer / Full Standalone Setup Compatibility Architecture: 32 Bit (x86) / 64 Bit (x64) Latest Version Release Added On: 6th Oct 2014System Requirements For Windows Vista Home Premium
Memory (RAM): 512MB of RAM required. Hard Disk Space: 2GB of free space required. Processor: 800-megahertz (MHz) 32-bit (x86) processor or 800-MHz 64-bit (x64) processor
Se afișează postările cu eticheta Windows Vista. Afișați toate postările
Se afișează postările cu eticheta Windows Vista. Afișați toate postările
sâmbătă, 20 august 2016
sâmbătă, 28 mai 2016
[Windows Tip] Disable “This App is Preventing Shutdown or Restart” Screen
Recently an AskVG reader contacted me regarding this annoying issue. The reader wanted to completely disable the screen which appears when you try to log off, restart or shut down in Windows OS and shows a list of apps which are preventing the operation. Actually this screen can be disabled using a simple Registry tweak which has been shared a long time back in following exclusive
Today another reader contacted me regarding same problem, so I decided to create a separate tutorial for it so that it can help other people in addressing the same issue.
Actually it's not a problem or issue. It's a feature by design. This feature is called app manager or program manager. It automatically detects the running apps list as soon as the user performs a power operation such as restart or shut down and if the user has some unsaved work in any app, the program notifies the user about it. This feature shows following message on screen as soon as the user tries to log off, restart or shut down:
Closing apps and shutting down / restarting / signing out
To go back and save your work, click Cancel and finish what you need to.Running app name
This app is preventing shutdown / This app is preventing you from restarting / This app is preventing you from signing out.
Two buttons are given "Shut down / restart / sign out anyway" and "Cancel". You can click on the first button to end task of the running apps and perform power operation. If you want to go back and save the work, you can click on Cancel button.
Following screenshot shows this feature live in action:
If you are also getting this screen frequently and want to turn this feature off, this tutorial will help you.
You can follow these simple steps to disable the annoying "This app is preventing..." message screen:
1. Type regedit in RUN or Start search box and press Enter. It'll open Registry Editor.
2. Now go to following key:
HKEY_CURRENT_USER\Control Panel\Desktop
3. In right-side pane, right-click on empty area and create a new String AutoEndTasks and set its value to 1
4. That's it. Close Registry Editor and restart your computer to take effect.
Now Windows will automatically end task of all running apps without showing you "This app is preventing..." message on screen whenever you want to sign out, restart or shut down your computer.
If you are worried about editing Registry and want a ready-made Registry script to do the whole task automatically, you can download the Registry script from the "Collection of Registry tweaks" topic mentioned in the beginning of this article.
[Windows Tip] Replace “Ease of Access” Button with Other Programs on Login Screen
A few years back I posted a tutorial about changing action of "Ease of Access" aka "Accessibility" button at Login Screen. In that tutorial, I provided a simple trick to replace the "Ease of Access" button with any desired program such as Command Prompt, Calculator, any web browser or other desired programs. Using that trick you were able to launch your desired program at login screen by clicking on "Ease of Access" button without actually signing into Windows OS.
But in that tutorial, you had to replace a system file "utilman.exe" in "System32" folder with the EXE file of your desired program. Today in this tutorial, I'm going to share another easy to follow and simple trick to replace "Ease of Access" button's action on Login Screen. With the help of this new trick, you'll be able to launch any desired program from Login Screen and you'll not need to replace any system file. We are going to use a simple Registry tweak in this tutorial shared by our reader "Vincent".
This trick will work in Windows Vista and all later Windows versions such as Windows 7/8/8.1 and Windows 10. If you also want to launch any desired program using "Ease of Access" button at Login Screen, following steps will help you:
1. Press WIN+R keys together to launch RUN dialog box. Now type regedit in RUN and press Enter. It'll open Registry Editor.
2. Now go to following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
3. Under Image File Execution Options key, create a new key and set its name asutilman.exe
4. Select utilman.exe key and in right-side pane, create a new String and set its name asDebugger
5. Now the final step! Double-click on Debugger string and set its value to the full path of your desired program's EXE file. If you want to launch Command Prompt, Calculator, Notepad, Paint or any other system program, you can use the direct EXE file name of those programs as the value of Debugger string such as cmd.exe or calc.exe or notepad.exe, etc.
But if you want to launch programs such as Internet Explorer or any other 3rd party software, then you'll need to provide full path of that program's exe file as value of Debugger string such as C:\Program Files\Internet Explorer\iexplore.exe for launching Internet Explorer.
That's it. Now lock your computer or log off from the current session and click on "Ease of Access" button at Login Screen. It'll immediately launch your desired program without any need to sign into Windows.
[Tip] Restrict Any Desired Program from Running in Windows
Recently we shared a useful Registry tweak to replace "Ease of Access" button at Login Screen with any desired program in Windows Vista and later Windows versions. With the help of that tutorial, you can launch any desired program by clicking on "Ease of Access" button at Login Screen without any need of sign into Windows.
Now in this tutorial, we are going to use the same Registry tweak for a different task. With the help of the same Registry tweak we'll restrict any desired program from running in Windows. If a user tries to run the restricted program either by clicking on its shortcut or by directly running its EXE file, some other program will launch in its place. For example, you can restrict any 3rd party software such as a web browser and when someone tries to run that program, you can force Windows to launch a different program such as Notepad, Paint, etc in its place.
The beauty of this trick is that the user will never have any idea what's going on in the system. The user will never find the reason why Windows is opening a different program instead of the actual program associated with the shortcut.
If you want to restrict any program in Windows, check out following simple steps:
1. Press WIN+R keys together to launch RUN dialog box. Now type regedit in RUN and press Enter. It'll open Registry Editor.
2. Now go to following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
3. Under Image File Execution Options key, create a new key and set its name to the EXE file name of your desired program which you want to restrict from running. For example, if you want to restrict Mozilla Firefox, then set the key name to firefox.exe, if you want to restrict Internet Explorer, set key name to iexplore.exe and so on. You can find the program's EXE file name from its shortcut's properties.
4. Now select the new key created in previous step and in right-side pane, create a new String and set its name as Debugger
5. Now the final step! Double-click on Debugger string and set its value to the full path of the program's EXE file which you want to launch in place of the restricted program. If you want to launch Command Prompt, Calculator, Notepad, Paint or any other system program instead of the restricted program, you can use the direct EXE file name of those programs as the value ofDebugger string such as cmd.exe or calc.exe or notepad.exe, etc.
But if you want to launch programs such as Internet Explorer or any other 3rd party software, then you'll need to provide full path of that program's exe file as value of Debugger string such as C:\Program Files\Internet Explorer\iexplore.exe for launching Internet Explorer.
That's it. Now try to open the restricted program and a different program which has been set as the value of Debugger string in Registry will launch in place of it.
If you want to remove the restriction in future, simply delete the key created in Step 3.
Abonați-vă la:
Postări (Atom)
New BTC earning site No investment, FREE to join 0.003 BTC Signup REWARD 0.003 BTC per Referral Join
==================================== Faceți clic pe acest link și inter-adresa dvs. btc Și trimiteți acest link prietenii dvs. câștiga btc g...
-
This page contains the images of the online Magazines which concentrates and speaks about the “Best Photography ”. So this magazines will ha...
-
Dati click pe link-ul de mai jos ca sa vizionati online filmul capcana 1972 Capcana 1972
-
Dati click pe link-uri de mai jos ca sa vizionati online filmul Padurea Nebuna 1984 Padurea Nebuna 1984
