-
Windows 7 Grant Admin Privileges To Batch File - Solved
I have a batch file that runs on logon as a task, but it does not work on non-admin desktops because it uses admin level commands. I want it to run as administrator without prompting the user for a password. I tried going into the file properties, clicking compatibility, and checking "Run This...- Cardinal System
- Thread
- administrator batch file compatibility mode logon non-admin users privilege run as administrator scripting task scheduler user account control windows settings
- Replies: 3
- Forum: Windows Help and Support
-
C
Windows 7 I can't run the command using batch file
Hi , Can anyone advise on this. I was running a command as below using cmd batch file typeperf "\Processor(_Total)\% Processor Time" >> Memory.txt However, I could not display the output to the text file and it shows error : Error: No valid counters. Please kindly advice. Regards Wang- CDWANG
- Thread
- batch file cmd command line counters error output processor text file typeperf windows
- Replies: 4
- Forum: General Computing
-
D
Windows 7 Rename a remote system file?
Hey all! I'm a noob at writing batch files and have written a bunch, but my latest one is an odd one. I'm actually trying to break remote machines (for security reasons) by renaming the bootmgr system file and then shutting the machines down so they can no longer boot up. My batch file will map...- dsaum
- Thread
- automation batch file bootmgr command line computer access error file renaming hard drive ip address net network remote scripting security shutdown syntax error system files troubleshooting windows
- Replies: 2
- Forum: Programming and Scripting
-
Windows 10 Burning photo's to a DVD
I have selected a batch of pictures to burn to a CD and also a DVD (see attachment). I cannot find the button to "Burn" them. Obviously I am doing something wrong, perhaps I should be using another method, can anyone help me please??- Ron Binmore
- Thread
- batch file burning dvd help method photos
- Replies: 4
- Forum: Windows Graphics and Gaming
-
D
Windows 10 Script to disable Network Discovery
Hi, I would like to create a bat file that will disable Network Discovery on Windows 10. Any help would be greatly appreciated. Thanks, David- Davidctv
- Thread
- batch file community david disable help network network discovery scripting windows 10
- Replies: 15
- Forum: Programming and Scripting
-
W
Windows 10 How to copy file details such as year & genre etc. to a text file.
Hi, I have already learnt to use (dir /b >direct.txt) in CMD prompt to copy all the file names in a folder to a txt file but was wondering if i'st possible to also get all the file details such as Year, Genre, Writer, Director, Contributing Artist & Comments etc. Regards Wyldbear- wyldbear
- Thread
- batch file cmd comments contributing artist director file copy file information file management genres scripting tech tips text file user inquiry windows commands writer years
- Replies: 2
- Forum: Windows Help and Support
-
VIDEO Unreal Engine 4 Elemental DX12 Tech Demo Download
This Unreal Engine 4 demo shows the engine's capabilities using DirectX 11 with demanding particle effects. Before running the demo you might have to install the (included) Microsoft Visual C++ Redist Runtimes. Settings can be edited using the included batch file (e.g. ResolutionSizeX=1920...- kemical
- Thread
- batch file development directx 11 directx 12 download dx12 gaming graphics particle effects performance resolution runtime tech demo ue4 unreal engine visual c++
- Replies: 1
- Forum: Windows Graphics and Gaming
-
Rendering 3D Modelled Scenes with Azure Batch with Karan Batta | Azure Friday
Scott talks to Karan Batta about how to use Azure Batch for large scale Rendering Workflows. Karan uses a plugin for Autodesk Maya 2015 that lets you utilize the raw power and scale of Azure to speed up your scene renders using Azure Batch. Link Removed Link Removed- News
- Thread
- 3d graphics animation autodesk azure friday batch file cloud computing graphics high-performance computing karan batta maya microsoft azure performance plugins rendering scaling scene renders tech discussion vfx workflow
- Replies: 0
- Forum: Live RSS Feeds
-
M
Windows 8 How can I make a one key batch file to open the start menu
Hello, does anyone know if you can make a batch file to open the start menu with one key. Ever since I up graded to win 8.1 the win key stopped working Thx- mike marshell
- Thread
- automation batch file community help functionality key mapping scripting shortcuts upgrade win 8.1 windows key
- Replies: 2
- Forum: Windows Help and Support
-
Windows 7 Batch file help for IE 8 new session
The bank I work for is running IE 8 for security reasons and our users have 1 login to our lending software. I have managed to put together a simple batch file to launch our most used programs to start the day. The problem with 1 login is users have to use "new sessions" with IE 8 to allow...- murraythek
- Thread
- automation batch file citrix ie8 internet explorer lending software login multiple instances programs security sessions users windows
- Replies: 1
- Forum: Windows Help and Support
-
P
Windows 7 How to change "OpenWith" user preference settings from cmdline?
As you know some file may be opened by multiple installed programs. Assume I have 3 picture viewers installed for viewing *.jpg files. Currently the default program for opening these *.jpg is "aaa.exe" In the future I want to let the *.jpg open (by double clicking in Windows Explorer) by a...- pstein
- Thread
- batch file command line default programs file association file explorer jpg extension open with photo viewer user choice user preferences
- Replies: 4
- Forum: Windows Help and Support
-
Windows 7 how do i change Ip using .bat file?
Hello, I am doing work on different network and always i have to change my ip manually, I want to change ip using .bat file ow can i do it? i Found netsh utility solution but it not works properly. please suggest me ..- Paddyk
- Thread
- automation batch file command line configuration ip address netsh network scripting troubleshooting windows
- Replies: 2
- Forum: Windows Networking
-
T
Windows 7 [SOLVED i think..] set /p Not working properly, or If statement not working
I'm trying to create a text-based game, but I can't get passed the menu because either "set /p" isn't taking an input, or "if '%...'" isn't seeing it. This is what I'm doing to test menus, currently :mmenu echo Main Menu echo Start echo Quit SET /P "a=Select " if "a"=="Start" [removed:then...- Tievan
- Thread
- batch file debugging game development if statement input issues script error set command text game windows commands
- Replies: 1
- Forum: Programming and Scripting
-
R
Windows 8 Running executable files from the Windows explorer address bar without typing the extension
I have a question about running "executable" programs in Windows without having to type the extension. I've recently learned that, in addition to the command prompt and run box, you can also run executable files (.exe, .bat, .lnk, .vbs) from the Windows Explorer address bar. The only problem...- Robert Thompson
- Thread
- annoyance batch file command prompt customization environment variables executable file explorer file extensions file management links pathext run box scripting shortcuts troubleshooting usability user experience windows windows 10
- Replies: 1
- Forum: Windows Help and Support
-
P
Windows 7 How to put command with parms directly in Registry RunOnce?
Assume I want to perform a command line command with parameters one time at next boot (under 64bit Win 7). Therefore I want to create this command directly in the appropriate Registy key and not indirectly by putting it into *.bat batch script and and call this from RunOnce For simplicity...- pstein
- Thread
- 64-bit batch file chkdsk command line configuration logging parameters registry runonce windows 7
- Replies: 1
- Forum: Windows Help and Support
-
Windows 8.1 redirecting .bat output to a file
Hello, I would like to save for further processing all the output of a .bat file. This .bat calls wget and if i call the .bat with >test.bat > test.txt the .txt file is filled with whatever dos prints to the screen but NOT the output from wget Thanks in advance for your help- g2c
- Thread
- batch file command line dos file management output redirect scripting wget windows
- Replies: 4
- Forum: Programming and Scripting
-
Windows 7 Seeking Tools for Accurate TXT to PDF Conversion with Preserved Formatting
Hi friends, We have an application need to convert a file(txt) from the application into a pdf file. We have a batch file scheduled every night that generates this txt file from the application. In the batch file, we will be passing this txt file as input and also provide output file name...- shomeuser
- Thread
- automation batch file conversion file format input file output file pdf suggestions text file tools
- Replies: 1
- Forum: Windows Software
-
Windows 8 bat/exe files not found in path
I have a Lenovo Ideapad s510p running original Windows 8.1. Bought it in May'14. The problem is that it's not able to find & run some bat & exe files given in the '%Path'. Whereas it can find some - it can't find some others. So it doesn't run them unless full path is specified. This is a big...- Mayank Kulshreshtha
- Thread
- batch file binaries command prompt configuration environment variables executable file execution lenovo mysql path path configuration pathext run issues software installation system variables troubleshooting user variables windows 8.1
- Replies: 4
- Forum: Windows Help and Support
-
H
Windows 8 Batch or toggle for turning WiFi on / off
Hey all, hope everyone's good. For my studio pc (not laptop) I'd like to be able to disable my wireless network (either full capability or just disable my usb adapter). Basically it interferes with my audio output and causes pops and clicks when writing music so I'd like to be able to disable...- hardwiredstudios
- Thread
- audio batch file click desktop network pop studio toggle usb wifi
- Replies: 6
- Forum: Windows Help and Support
-
Windows 10 playing with the win10 start menu....
Tried a after-market classic start menu, but didn't like it. Trying to tweak the default one..... Ooops, should of said.... using a cute .BAT file called "Resizable_Start_Menu.bat" At http://www.tenforums.com/tutorials/3674-start-menu-enable-disable-resizable-windows-10-a.html, Scroll down...- sammytruck
- Thread
- batch file customization forum tweaking user experience windows 10 windows tips
- Replies: 1
- Forum: Windows Help and Support