scripting

  1. 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
  2. News

    Episode 191: Virtual Machine Scale Sets with Guy Bowerman | Microsoft Azure Cloud Cover Show

    In this episode Chris Risner and Haishi Bai are joined by Link Removed, Program Manager on the Azure Compute Engineering team focusing on Linux and Scale. He joins us to talk about Virtual Machine Scale Sets. Scale Sets are a way to deploy and manage a set of identical VMs. Scale Sets handles...
  3. B

    Windows 10 Create Event Viewer ID

    The object is to create a unique Event Viewer ID that appears when a specific background process starts - Windows 10 Calculator, for example. When calculator is in use, it is listed only in the Task Manager APPS area. However, when it's not running it randomly appears only as a background...
  4. 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
  5. V

    Visual Basic

    How can you make an analog clock? Thanks! Sent from my SM-T110 using Tapatalk
  6. News

    Combining Windows 10 features with Unity games in your own plugin

    In case you're curious how to add Universal Windows Platform functionalities that isn't already covered with Unity APIs or with existing plugins - here is how you can write your own plugins targeting UWP. Edit: one little correction, instead of checking all boxes for the stub plugin, just...
  7. News

    Unity Support for Windows 10

    Today, Link Removedwhich includes support for Windows 10 and the Universal Windows Platform (UWP). With UWP support in Unity 5.2, developers can build a single game for Windows 10 that targets multiple devices ranging from phones to tablets to PCs to Xbox. This means that multiple screen sizes...
  8. S

    Windows 7 Task scheduler won't launch a task

    Hi. I'm trying to wake my win 7 pc from sleep (not from hibernation) using task scheduler but I'm having some problems. The pc does not wake up. I have set a task that has an action to starts cmd.exe and argument is "/c "exit"". Windows runs as a shell and apparently running windows as a shell...
  9. News

    Last Week on Channel 9: August 31st - September 6th, 2015

    As the summer wraps up here are just 25 of the many videos, posts and episodes from last week... Link Removed C# 6 makes coding even easier. Watch how Link Removed guides the discussion by comparing previous approaches to common tasks with new ways introduced in version 6. Features covered...
  10. T

    Windows 7 Windows Script Host: Can not find script file ?

    Hello & Thanks , win7 x64 Starting yesterday , I keep getting the following message: Windows Script Host Can not find script file "C:\ProgramData\{95137DD0-C591-AC56-7417-DCD4A4950F5A}\2.0.1.9\lare.txt". Any idea why and how to fix it ? Thanks/ ...Vern
  11. G

    Windows XP Autorun.inf in service pack 3

    I'm trying to add an entry to the AutoPlay dialog that shows up when a USB device is connected to the computer. The problem is that this entry is not displayed in the AutoPlay dialog. Autorun.inf [autorun] action=Backup now icon=backupicon.ico label=Drive for backup open=backupnow.bat...
  12. News

    Learning Unity 3D

    I've received a number of emails and comments about Unity, mostly "How do I get started..." For those looking to get started, today is your day! Vahe Karamian recently published a great 10+1 series of posts on learning Unity 3D. UNITY 3D - Game Programming Introduction Introduction It has...
  13. 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
  14. S

    Android Scripting language

    Hi everyone, I am new to programming..Can anyone tell me some best server side scripting language..
  15. News

    Using Chakra for Scripting Applications across Windows 10

    In Windows 10, the Chakra JavaScript engine powers Link Removed and Windows applications written in HTML/CSS/JS. However with JavaScript’s increasing popularity in beyond-the-browser scenarios, developers have been requesting to host the Chakra engine outside the browser to enable JavaScript...
  16. R

    Windows 8.1 move selected files in active explorer to anywhere?

    hello, I need the simplest way to check if a file explorer window is active and move the selected files/folders in there to a specified temp folder. Any programming/scripting language will be fine. thanks.
  17. News

    TA15-103A: DNS Zone Transfer AXFR Requests May Leak Domain Information

    Original release date: April 13, 2015 Systems Affected Misconfigured Domain Name System (DNS) servers that respond to global Asynchronous Transfer Full Range (AXFR) requests. Overview A remote unauthenticated user may request a DNS zone transfer from a public-facing DNS server. If...
  18. News

    Microsoft Small Basic 1.0

    A simplified programming language and environment to help teach programming to beginners. Link Removed
  19. g2c

    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
  20. News

    Module Browser for Windows PowerShell ISE

    Module Browser, built on top of PowerShellGet, is a module management toolkit for PowerShell. Link Removed
Back
Top