Questions tagged [silent]

Silent refers to the suppression of messaging of a process or thread. Such threads may typically send messages over any of various channels, including [stdout] or [stderr].

Overview

Silent refers to the suppression of messaging of a process or thread. Such threads may typically send messages over any of various channels, including [stdout] or [stderr].

347 questions
-1
votes
1 answer

Running commands as logged on user (remotely)

Thought I would share this quick function I made for myself, feel free to adapt it and improve it according to your needs. Sometimes you want to run commands as the logged on user of a remote computer. As you know, some commands show output for the…
Rakha
  • 1,874
  • 3
  • 26
  • 60
-1
votes
1 answer

PowerShell script to silent install .exe

I have to deploy an .exe silently for our employees. Although the program is very old and does not show any documentation of any parameters. The only parameter i could find is the silent install one which is /s But.. once i execute the .exe with /s…
Ixecube
  • 1
  • 4
-1
votes
1 answer

Installin RabbitMQ server from command line

How to install RabbitMQ server https://www.rabbitmq.com/install-windows.html from command line in silent mode? Thank you!
-1
votes
1 answer

Make device silent on local notification swift

Is it possible in iOS to make the device silent with a local notification? I'm working on an app in which I have to make an iOS device silent for a short time. By this I mean it won't ring for incoming calls, text messages or any other…
MRizwan33
  • 2,723
  • 6
  • 31
  • 42
-1
votes
1 answer

ios 8 UILocalNotificaion vibrations on silent mode

I'm trying to stop the iphone from vibrating in the silent mode. so,how to stop UILocalNotificaion vibrations on silent mode programmatically. What I want is to vibrate normally when ring mode is on and not to in the silent case. I know that can be…
-1
votes
1 answer

IOS Push Notification disable/enable on the basis of key

Just wondering whether there is any way to disable/enable a push notification when it is received. For e.g :- When i receive a push notification then i first check in my app whether in notification setting i have enabled or disabled the…
Awesome.Apple
  • 1,316
  • 1
  • 11
  • 24
-1
votes
1 answer

with a geocoding api is compulsory to open the browser

I'm trying to get Lat & Lng via Google Geocoding API. It works, but... it is compulsory to open a browser? (send the Https...comand), there is no way to send the comand and get the 2 values (numbers) back in the background of a Clarion app that I'm…
-1
votes
1 answer

How to build a silent phone app?

I am building an android app that will help users to specify a time frame when the app will put the phone to silent mode. I have been able to achieve the time picker and save the time to the database. Now, I just need someone to point me to the…
Roach
  • 610
  • 1
  • 8
  • 13
-1
votes
1 answer

Silent Install of Java MSI

Can someone explain why this works: $cred = Get-Credential Start-Process -FilePath "msiexec.exe" -ArgumentList "/i `"C:\temp\jre1.7.0_17.msi`"" -Credential $cred -wait but this doesn't: $cred = Get-Credential Start-Process -FilePath "msiexec.exe"…
user2162722
  • 11
  • 2
  • 2
-2
votes
1 answer

modify installed Office 2007 - remove Access

I want to modify the existing installation of Office 2007 on the computer. I want to use setup.exe /modify config.xml But I don't know what to put into config.xml to make it work. Please help
-2
votes
2 answers

How can I silently send Outlook email?

I've got this code that sends an email with attachment[s]: internal static bool EmailGeneratedReport(List recipients) { bool success = true; try { Microsoft.Office.Interop.Outlook.Application app = new…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
-2
votes
2 answers

How to always check a condition in Android?

I want to develop an app to toggle the device's audio status. If the audio status is silent then my button's text should be "silent", if it's normal the text should be "normal" Here is my only class: public class MainActivity extends…
Hossein
  • 77
  • 1
  • 1
  • 11
-2
votes
2 answers

How can I Prevent these dialogs from TWebBrowser

I have a problem that is really annoying when I use Twebbrowser on my application, after few minutes of surfing the web , some ads popup and when I try to leave them it shows me this message : Are you sure you want to leave this page? The…
M0HX
  • 31
  • 7
-3
votes
1 answer

Trying to play sound when an iPhone is on silent in Xcode 5

I'm trying to allow me sound to be played even if the user has got their device on silent, i have looked everywhere on how to do this and can't find the result I'm looking for! I'm using Xcode 5 and iOS 7.1 as my build. Any help would be amazing !
BadfishLabs
  • 11
  • 1
  • 6
-4
votes
1 answer

Silently downloading a .txt file to a macbook's desktop

Basically I need to download a .txt file to my teachers macbook saying something along the lines of "I was here" including my name & student ID. If I can manage to do this I instantly pass the security class. For those of you who want to hear (or…
Gapjustin
  • 49
  • 4
1 2 3
23
24