7vista uac tool
Author: p | 2025-04-24
Vista UAC Tool Vista UAC Tool. By Mr.Thunderbird Aug
Norton UAC Tool - FREE Download Norton UAC Tool
Cause of this error. Running a System File Checker (SFC) scan might repair some system files and fix the “This app can’t open” error on your PC. This is how to run an SFC scan in the Command Prompt: Press Win + S to open up the search tool. Type cmd into the search tool to bring up Command Prompt in the search results, but don't click on its entry. Instead, click Run as Administrator for Command Prompt on the right side of the search tool. Before running an SFC scan, enter this Deployment Image Servicing command and press Return: DISM.exe /Online /Cleanup-image /Restorehealth Input this SFC command text, and press Return to execute it: sfc /scannow Leave the Command Prompt window until the scan reaches 100 percent and displays an outcome. 3. Enable User Account Control The "this app can’t open" error can occur when User Account Control (otherwise known as UAC) is disabled. Some users have said in support forums that re-enabling UAC fixed this issue for them. So, make sure UAC is enabled by following these steps: Open the Windows search text box, and type User Account Control there. Select the Change User Account Control settings search result. Raise the slider to the second highest UAC level shown directly below. Click OK to save the UAC setting. 4. Check if the Windows Update Service Is Enabled The Windows Update Service is also vital for apps to run properly. To enable it: Press Win + X, and select Vista UAC Maker Version: 5.0 See Also Contents About UAC Manifest File Screenshots Installation & Un-installation New Using GUI version Using Console version Release History Download New v5.0 About Vista UAC Maker is a free Tool to make your applications UAC compliant for Vista/Windows 7/Windows 8/Windows 10. Starting from Vista, all Windows version has new feature called UAC (User Account Control). In short it basically controls the way in which applications are executed by different users. Due to enforcement of this UAC, by default any application on Vista or higher operating systems will run under the context of standard user instead of administrator. As a result the application which requires Administrator privilege will fail to work properly on Vista/Windows7/Windows 8/Windows 10. So Vista UAC Maker is designed to address this problem by quickly making any Windows XP based application compatible with Vista/Windows 7/Windows 8/Windows 10. It has both GUI and command-line versions making it easier and quicker. It also includes Installer for local installation & un-installation and works on all platforms starting from Windows XP to Windows 10 Making Application UAC Compliant To make any application Vista/Windows7/Windows8 UAC compliant one has to embed a manifest file specifying the privilege required by the application. Manifest file mainly contains 2 important information, privilege required by the application and UI interaction of application with other windows. There are 3 types of privileges that can be mentioned in the manifest file. requireAdministrator: Run as administrator asInvoker: Run as same privilege as parent process highestAvailable: Run with highest privilege available for user Other than this, one has to specify if the application interacts with user interface of other high privilege applications. For example your application may send the message to modify the UI of other high privilege application. This is specified through following parameter uiAccess : TRUE/FALSE Example of UAC Manifest File Manifest file is generally put into the resource section of the application. Typical manifest file with administrator privilege and with no "uiAccess" appears like this. name="MyApplication.exe"> Vista Application version="6.0.0.0" language="*" processorArchitecture="*" publicKeyToken="6595b64144ccf1df"> uiAccess="FALSE"> Screenshots VistaUACMaker has both console and GUI version. Here are the screenshots of both GUI & command-line version Installation & Un-installation Though VistaUACMaker is a Portable tool, it comes with Installer so that you can install it locally on your system for regular usage. This installer has intuitive wizard which guides you through series of steps in completion of installation. At any point of time, you can uninstall the product using the Uninstaller located at following location (by default) [Windows 32 bit] C:\Program Files\SecurityXploded\VistaUACMaker[Windows 64 bit] C:\Program Files (x86)\SecurityXploded\VistaUACMaker Using GUI version In just few steps, your application will be ready to run on Vista/Windows 7/8/10 Select the application using browse button or Drag & Drop your EXE file. Set one of the Privilege required for your application from selection box. Check the "Yes" button if your application interacts with high privilege applications. Now click on "Make UAC" to make it UAC compliant with Vista/Windows7/Win8 You can also View theFree uac tool vista Download - uac tool vista for Windows
Download Norton Labs UAC Tool for Windows Vista from FileForum now.The latest freeware tool from Norton Labs offers to do Vista users a favor by turning off many of those annoying User Access Control prompts. If you're wondering what Symantec wants in return...so were we.Though User Access Control may have struck a measurable blow against malicious programs' ability to gain elevated rights in Windows Vista, it has actually become one of users' least liked features because of how annoying it can become. For everything that could possibly have a negative impact on the system if it's done unintentionally, UAC can suspend Vista's normal operation momentarily, while it asks the user to Continue the operation that's about to be performed, even if it's the user himself who requested it.Running with limited or diminished privileges is something the typical, non-malicious Windows user has had difficulty growing accustomed to. Now, a new freeware tool from the experimental security arm of Symantec called Norton Labs can give this prompt a feature similar to what you might see on a software firewall like ZoneAlarm: a way to say, for individual applications that often require administrator privileges, "Yes, I permit it, but don't ask me this again."In short, the Norton tool does not turn off or replace UAC (you can actually turn it off yourself from the System Registry if you're so inclined). Rather, it leaves the system turned on but refrains from asking you for permission to elevate privilege for programs that appear on the tool's ongoing whitelist. It replaces the usual UAC panel with one that is certainly "Vista-ish," but which looks different from the one Microsoft supplies. It lets you know it's from Norton Labs. And it gives you the prominent option, "Don't ask me again," beside a check box, which you can check before you click on Allow.In BetaNews tests, we had some difficulty installing this on our 32-bit Vista virtual machine (the tool does not work on 64-bit Vista, which uses a very different secure kernel). We soon discovered the reason: In Local Security Policy, there's an option to turn up the heat whenever the UAC panel comes on, so that it asks the user to supply the administrator password rather than just click on Continue. We had that option turned on; and you may be thinking toward our general direction, "You're crazy!" Yes, but we've been experimenting with some different. Vista UAC Tool Vista UAC Tool. By Mr.Thunderbird Aug UAC Tool Software Informer. Featured UAC Tool free downloads and reviews. Latest updates on everything UAC Tool Software related.UAC Controller Tool - manage Windows UAC settings - SnapFiles
Existing Manifest (UAC properties) by simply clicking on 'View Manifest' button after selecting the File. Using Console version Console tool makes it easy to automate the process. For example you can use it as post build step to make the application Vista/Windows 7/8/10 UAC compliant. Here is the typical usage information. VistaUACMakerConsole.exe [-d ] [-p ] [-ui] {exe_path}Options:-d Description of the project ( Default : My project )-p Privilege level required. possible values : admin, invoker, highest admin = administrator (default) invoker = same as parent process highest = Highest possible level for the user-ui Specify if it interacts with higher privilege windows. (Default action is not to set this flag)Note: To view Manifest section just specify EXE path without any parameters.Examples: //Make Win10Project.exe UAC Compliant with Privilege Level as Administrator VistaUACMakerConsole -d "My Win10 Project" -p admin "c:\Win10Project.exe" //View the Manifest (UAC Properties) in existing Executable File VistaUACMakerConsole "c:\Win10Project.exe" Release History Version 5.0: 12th Feb 2017 Major 2017 release with support for making your application UAC compliant for Windows 10. Also includes new Installer. Version 4.0: 14th Jun 2014 Mega version with the support for making UAC compliant app on Windows 8. Improved GUI screen with glowing icon effects and other changes. Version 3.0: 10th May 2012 Added 'View Manifest' option to view the manifest section (UAC properties) of exising EXE files. Support for quick Drag & Drop of Executable File. Enhanced user interface. Version 2.5: 22nd Nov 2010 Integrated Installer for local Installation & Uninstallation. New Banner and other minor UI improvements. Version 2.0 : 13th Jan 2010 Support for Windows 7. New attractive GUI with cool look & feel. Version 1.5 : 29th May 2009 Enhanced user interface with improved about dialog. Version 1.0 : 30th Jan 2006 First public release of VistaUACMaker Download See Also Security options in Vista, and in my own personal opinion, I'm no more bothered with entering a password than I am with clicking on a button.Once we tweaked the Registry so that policy was set to the default for Vista (just showing the Continue and Cancel buttons, we got the Norton UAC tool to work. During the installation process, the first thing we saw was a rather austere dialog box, which offered the sole option, "Yes, Enable Submission on UAC prompts," without any explanation.Submission? Yes, the answer to the question, "What does Symantec get out of this?" is that everything you enter onto your whitelist gets shared over the Internet with a Norton Labs database. We assume this information isn't transmitted in the clear, though we don't know that for sure.There's no warning ahead of time, so this opportunity to opt out may be meaningless for most users. But if you have the foresight to have checked Norton Labs' Web site beforehand, you'll come across an FAQ page which reads the following: "Each time you see a prompt, the Norton Labs UAC Replacement sends meta information about what caused the prompt, and why, to our server. This data will be used, in aggregate, to help Norton Labs build a white list that can be shipped with the UAC replacement and LiveUpdated [sic] as needed."So the whole premise of Norton Labs' UAC tool essentially boils down to the following: Are you willing to introduce two security risks into your system in order to avoid being annoyed by something that's, on the larger scale of things, less annoying than the current financial crisis or the remake of Knight Rider? Because if you think about it, the whole point of UAC is that it enables a system stop whenever something that can potentially change the system's status, can occur. It's designed to be a roadblock, especially for the programs that administrators use frequently (REGEDIT comes to mind); why remove the roadblock for those frequently used tools and leave it in place for the less used or unused ones?Then comes security policy quandary #2: Do you really want to tell Symantec -- or anyone else on the other side of the Internet from you, for that matter -- what programs you run every day? To me, information security is about removing the likelihood of accidental or unwarranted disclosure. How can anyone be certain thatEase Your Pain from UAC with Norton UAC Tool
New 03 Oct 2010 #180 Shawn,With settings as shown in attachment, I:1. started CCleaner2. disconnected the ACResult: CCleaner terminated very abruptly. New 03 Oct 2010 #181 Now that is strange that it would gray that option out, yet still have it work. Tutorial updated to have both unchecked. New 03 Oct 2010 #182 I agree that it is strange, and I wouldn't have checked except that I've had that greying out bite me before. New 10 Oct 2010 #183 After reading this thread I ran across a program called "UAC Controller Tool" by ITknowledge2 which lets you create a UAC whitelist. I thought someone here might be interested. But just so you know, I haven't tested or even installed the program yet. I wanted to post here first to get some feedback, not only if anyone has used this program but if using it will create a hole in security. Edit: Turns out the website that originally said this program created a whitelist was wrong... it doesn't. It only provides an easier way to change the UAC settings. Sorry for the confusion. --> Last edited by 65Cobra427SC; 10 Oct 2010 at 11:31. Reason: Change Made Based on Next 2 Posts New 10 Oct 2010 #184 65Cobra427SC said: After reading this thread I ran across a program called "UAC Controller Tool" by ITknowledge2 which lets you create a UAC whitelist. I thought someone here might be interested. But just so you know, I haven't tested or even installed the program yet. I wanted to post here first to get some feedback, not only if anyone has used this program but if using it will create a hole in security. I just installed it. I don't see where you can create a whitelist, you can change the settings right from the notification area without a restart, and it works for that. I don't know about the security aspect though. New 10 Oct 2010 #185 I just installed it and you're right. I went back to look where I got the idea of a whitelist and found the original post where it wasUAC Tool Software Informer: Windows User Account Control (UAC
If you are trying to repair a software program using Windows Installer (MSI) in Windows 10 or Windows 11 device and the UAC (User Account Control) screen is asking to enter your account credentials, this article will help you in fixing the issue and disabling this new credentials prompt behavior of UAC for Windows Installer.Windows Installer or MSI Installer is used by many application developers to distribute their apps. Windows Installer creates a setup package containing all required program files of the program. When the user runs the installer, it automatically extracts and stores the required program files on user’s device.Windows Installer also comes with a built-in “Repair” feature which helps users in repairing an installed program if the user is facing difficulties while using the program. The repair function automatically repairs and restores fresh files of the program if it finds some files corrupted.Users can use the repair function by right-clicking on the Windows Installer setup file or using classic Control Panel -> Programs and Features page.In past, when the user used the repair option of Windows Installer, it didn’t ask the user to enter credentials but now many users might have noticed that Windows Installer has started asking them to enter their account credentials to perform the repair operation.The prompt to enter credentials is displayed by UAC (User Account Control) tool which is a built-in security program in Windows operating system.When the user selects repair option for Windows Installer, the UAC asks the user to enter his Windows user account credentials to start the repair feature.It’s happening due to a new security feature added by a recently released security update for Windows 10 and Windows 11 operating systems. Recently Microsoft released new Patch Tuesday updates for Windows 10 and Windows 11 which add this new UAC feature to. Vista UAC Tool Vista UAC Tool. By Mr.Thunderbird AugFed up with Vista's UAC ? Give Norton's UAC Tool a try
Enable you to quickly create and time various tasks or projects. The details are easily customizable and ... Features: Keep track of your pending tasks Charts about your open and completed tasks Detailed ... Freeware KS-ProjectPlanner 2010 4.0.5 ... is an advanced project management solution designed to enable you to easily manage your tasks. Fast and intelligent planning of tasks and resources in an interactive gantt-chart. FEATURES: ... Resource planning view with allocations Calendar view for tasks and resources Calculation of project cost Extremely small ... Freeware SysResources Manager 13.0 SysResources Manager is a system utility for monitoring the current ... Traffic (Download-Upload speed), Services, StartUp Programs. SysResources Manager is an application designed to conduct a detailed ... to fully enjoy the goodies hidden underneath SysResources Manager's hood. Features are organized on tabs, so ... Freeware 7 Quick Fix 1.0 ... a virus attack and you just want to enable the Task Manager or the Registry Editor so you can fight ... Freeware Win Eight Metro UI Switcher Portable 1.2.2.7 ... menu. The tweaker also gives back the classic Task Manager that can show CPU utilization history per processor/core. ... revamped Ribbon interface turned off. And you can enable Windows 8’s immersive UI again, if you want ... Freeware FREE Task Manager FIX Tool 1.0 Task Manager has been disabled by your administrator is a ... improper system management. Newly launched QuickData Fix for Task Manager Tool is designed to re enable the task manager by fixing the changes of ... Freeware Advanced Desktop Locker Pro 1.8.4 ... record mouse clicks and invalid passwords input to enable you know if someone try to access your ... for free. Advanced Desktop Locker prevent access to Task Manager, (CTRL+ALt+Del), (Alt+F4),.... When your Pc being locked ... Freeware Windows UAC Manager 2.0 Windows UAC Manager is the free command-line tool to quickly enable or disable User Account Control (UAC) on your ... a new security feature (introduced since Vista) that enables users to perform common tasks as non-administrators and ... Freeware Enable Task Manager Tool 1.0 Is your tasks manager becomes disabled? AndComments
Cause of this error. Running a System File Checker (SFC) scan might repair some system files and fix the “This app can’t open” error on your PC. This is how to run an SFC scan in the Command Prompt: Press Win + S to open up the search tool. Type cmd into the search tool to bring up Command Prompt in the search results, but don't click on its entry. Instead, click Run as Administrator for Command Prompt on the right side of the search tool. Before running an SFC scan, enter this Deployment Image Servicing command and press Return: DISM.exe /Online /Cleanup-image /Restorehealth Input this SFC command text, and press Return to execute it: sfc /scannow Leave the Command Prompt window until the scan reaches 100 percent and displays an outcome. 3. Enable User Account Control The "this app can’t open" error can occur when User Account Control (otherwise known as UAC) is disabled. Some users have said in support forums that re-enabling UAC fixed this issue for them. So, make sure UAC is enabled by following these steps: Open the Windows search text box, and type User Account Control there. Select the Change User Account Control settings search result. Raise the slider to the second highest UAC level shown directly below. Click OK to save the UAC setting. 4. Check if the Windows Update Service Is Enabled The Windows Update Service is also vital for apps to run properly. To enable it: Press Win + X, and select
2025-04-12Vista UAC Maker Version: 5.0 See Also Contents About UAC Manifest File Screenshots Installation & Un-installation New Using GUI version Using Console version Release History Download New v5.0 About Vista UAC Maker is a free Tool to make your applications UAC compliant for Vista/Windows 7/Windows 8/Windows 10. Starting from Vista, all Windows version has new feature called UAC (User Account Control). In short it basically controls the way in which applications are executed by different users. Due to enforcement of this UAC, by default any application on Vista or higher operating systems will run under the context of standard user instead of administrator. As a result the application which requires Administrator privilege will fail to work properly on Vista/Windows7/Windows 8/Windows 10. So Vista UAC Maker is designed to address this problem by quickly making any Windows XP based application compatible with Vista/Windows 7/Windows 8/Windows 10. It has both GUI and command-line versions making it easier and quicker. It also includes Installer for local installation & un-installation and works on all platforms starting from Windows XP to Windows 10 Making Application UAC Compliant To make any application Vista/Windows7/Windows8 UAC compliant one has to embed a manifest file specifying the privilege required by the application. Manifest file mainly contains 2 important information, privilege required by the application and UI interaction of application with other windows. There are 3 types of privileges that can be mentioned in the manifest file. requireAdministrator: Run as administrator asInvoker: Run as same privilege as parent process highestAvailable: Run with highest privilege available for user Other than this, one has to specify if the application interacts with user interface of other high privilege applications. For example your application may send the message to modify the UI of other high privilege application. This is specified through following parameter uiAccess : TRUE/FALSE Example of UAC Manifest File Manifest file is generally put into the resource section of the application. Typical manifest file with administrator privilege and with no "uiAccess" appears like this. name="MyApplication.exe"> Vista Application version="6.0.0.0" language="*" processorArchitecture="*" publicKeyToken="6595b64144ccf1df"> uiAccess="FALSE"> Screenshots VistaUACMaker has both console and GUI version. Here are the screenshots of both GUI & command-line version Installation & Un-installation Though VistaUACMaker is a Portable tool, it comes with Installer so that you can install it locally on your system for regular usage. This installer has intuitive wizard which guides you through series of steps in completion of installation. At any point of time, you can uninstall the product using the Uninstaller located at following location (by default) [Windows 32 bit] C:\Program Files\SecurityXploded\VistaUACMaker[Windows 64 bit] C:\Program Files (x86)\SecurityXploded\VistaUACMaker Using GUI version In just few steps, your application will be ready to run on Vista/Windows 7/8/10 Select the application using browse button or Drag & Drop your EXE file. Set one of the Privilege required for your application from selection box. Check the "Yes" button if your application interacts with high privilege applications. Now click on "Make UAC" to make it UAC compliant with Vista/Windows7/Win8 You can also View the
2025-04-06Download Norton Labs UAC Tool for Windows Vista from FileForum now.The latest freeware tool from Norton Labs offers to do Vista users a favor by turning off many of those annoying User Access Control prompts. If you're wondering what Symantec wants in return...so were we.Though User Access Control may have struck a measurable blow against malicious programs' ability to gain elevated rights in Windows Vista, it has actually become one of users' least liked features because of how annoying it can become. For everything that could possibly have a negative impact on the system if it's done unintentionally, UAC can suspend Vista's normal operation momentarily, while it asks the user to Continue the operation that's about to be performed, even if it's the user himself who requested it.Running with limited or diminished privileges is something the typical, non-malicious Windows user has had difficulty growing accustomed to. Now, a new freeware tool from the experimental security arm of Symantec called Norton Labs can give this prompt a feature similar to what you might see on a software firewall like ZoneAlarm: a way to say, for individual applications that often require administrator privileges, "Yes, I permit it, but don't ask me this again."In short, the Norton tool does not turn off or replace UAC (you can actually turn it off yourself from the System Registry if you're so inclined). Rather, it leaves the system turned on but refrains from asking you for permission to elevate privilege for programs that appear on the tool's ongoing whitelist. It replaces the usual UAC panel with one that is certainly "Vista-ish," but which looks different from the one Microsoft supplies. It lets you know it's from Norton Labs. And it gives you the prominent option, "Don't ask me again," beside a check box, which you can check before you click on Allow.In BetaNews tests, we had some difficulty installing this on our 32-bit Vista virtual machine (the tool does not work on 64-bit Vista, which uses a very different secure kernel). We soon discovered the reason: In Local Security Policy, there's an option to turn up the heat whenever the UAC panel comes on, so that it asks the user to supply the administrator password rather than just click on Continue. We had that option turned on; and you may be thinking toward our general direction, "You're crazy!" Yes, but we've been experimenting with some different
2025-04-01Existing Manifest (UAC properties) by simply clicking on 'View Manifest' button after selecting the File. Using Console version Console tool makes it easy to automate the process. For example you can use it as post build step to make the application Vista/Windows 7/8/10 UAC compliant. Here is the typical usage information. VistaUACMakerConsole.exe [-d ] [-p ] [-ui] {exe_path}Options:-d Description of the project ( Default : My project )-p Privilege level required. possible values : admin, invoker, highest admin = administrator (default) invoker = same as parent process highest = Highest possible level for the user-ui Specify if it interacts with higher privilege windows. (Default action is not to set this flag)Note: To view Manifest section just specify EXE path without any parameters.Examples: //Make Win10Project.exe UAC Compliant with Privilege Level as Administrator VistaUACMakerConsole -d "My Win10 Project" -p admin "c:\Win10Project.exe" //View the Manifest (UAC Properties) in existing Executable File VistaUACMakerConsole "c:\Win10Project.exe" Release History Version 5.0: 12th Feb 2017 Major 2017 release with support for making your application UAC compliant for Windows 10. Also includes new Installer. Version 4.0: 14th Jun 2014 Mega version with the support for making UAC compliant app on Windows 8. Improved GUI screen with glowing icon effects and other changes. Version 3.0: 10th May 2012 Added 'View Manifest' option to view the manifest section (UAC properties) of exising EXE files. Support for quick Drag & Drop of Executable File. Enhanced user interface. Version 2.5: 22nd Nov 2010 Integrated Installer for local Installation & Uninstallation. New Banner and other minor UI improvements. Version 2.0 : 13th Jan 2010 Support for Windows 7. New attractive GUI with cool look & feel. Version 1.5 : 29th May 2009 Enhanced user interface with improved about dialog. Version 1.0 : 30th Jan 2006 First public release of VistaUACMaker Download See Also
2025-03-27Security options in Vista, and in my own personal opinion, I'm no more bothered with entering a password than I am with clicking on a button.Once we tweaked the Registry so that policy was set to the default for Vista (just showing the Continue and Cancel buttons, we got the Norton UAC tool to work. During the installation process, the first thing we saw was a rather austere dialog box, which offered the sole option, "Yes, Enable Submission on UAC prompts," without any explanation.Submission? Yes, the answer to the question, "What does Symantec get out of this?" is that everything you enter onto your whitelist gets shared over the Internet with a Norton Labs database. We assume this information isn't transmitted in the clear, though we don't know that for sure.There's no warning ahead of time, so this opportunity to opt out may be meaningless for most users. But if you have the foresight to have checked Norton Labs' Web site beforehand, you'll come across an FAQ page which reads the following: "Each time you see a prompt, the Norton Labs UAC Replacement sends meta information about what caused the prompt, and why, to our server. This data will be used, in aggregate, to help Norton Labs build a white list that can be shipped with the UAC replacement and LiveUpdated [sic] as needed."So the whole premise of Norton Labs' UAC tool essentially boils down to the following: Are you willing to introduce two security risks into your system in order to avoid being annoyed by something that's, on the larger scale of things, less annoying than the current financial crisis or the remake of Knight Rider? Because if you think about it, the whole point of UAC is that it enables a system stop whenever something that can potentially change the system's status, can occur. It's designed to be a roadblock, especially for the programs that administrators use frequently (REGEDIT comes to mind); why remove the roadblock for those frequently used tools and leave it in place for the less used or unused ones?Then comes security policy quandary #2: Do you really want to tell Symantec -- or anyone else on the other side of the Internet from you, for that matter -- what programs you run every day? To me, information security is about removing the likelihood of accidental or unwarranted disclosure. How can anyone be certain that
2025-04-10New 03 Oct 2010 #180 Shawn,With settings as shown in attachment, I:1. started CCleaner2. disconnected the ACResult: CCleaner terminated very abruptly. New 03 Oct 2010 #181 Now that is strange that it would gray that option out, yet still have it work. Tutorial updated to have both unchecked. New 03 Oct 2010 #182 I agree that it is strange, and I wouldn't have checked except that I've had that greying out bite me before. New 10 Oct 2010 #183 After reading this thread I ran across a program called "UAC Controller Tool" by ITknowledge2 which lets you create a UAC whitelist. I thought someone here might be interested. But just so you know, I haven't tested or even installed the program yet. I wanted to post here first to get some feedback, not only if anyone has used this program but if using it will create a hole in security. Edit: Turns out the website that originally said this program created a whitelist was wrong... it doesn't. It only provides an easier way to change the UAC settings. Sorry for the confusion. --> Last edited by 65Cobra427SC; 10 Oct 2010 at 11:31. Reason: Change Made Based on Next 2 Posts New 10 Oct 2010 #184 65Cobra427SC said: After reading this thread I ran across a program called "UAC Controller Tool" by ITknowledge2 which lets you create a UAC whitelist. I thought someone here might be interested. But just so you know, I haven't tested or even installed the program yet. I wanted to post here first to get some feedback, not only if anyone has used this program but if using it will create a hole in security. I just installed it. I don't see where you can create a whitelist, you can change the settings right from the notification area without a restart, and it works for that. I don't know about the security aspect though. New 10 Oct 2010 #185 I just installed it and you're right. I went back to look where I got the idea of a whitelist and found the original post where it was
2025-04-11