"" > Tap to open sticky notes ' command would not work.

"> Tap to open sticky notes ' command would not work. I try to use sticky notes & I think it's the way to get to sticky notes. It is a command line in windows section 'help '. Nothing is more fundamental than that. Is there a work around?


Hi novelty451,

The command used to open sticky notes on the command line is StikyNot.exe. To use this command, try the following steps:
a. Click Start, type cmd and press to enter.
b. in the command prompt, type StikyNot.exe and press ENTER.
c. you should now see a sticky note.

There are other ways to open sticky notes, see the following articles for more information.
1. see Sticky Notes open
2. see Notes sticky keyboard shortcuts

Visit our Microsoft answers feedback Forum and let us know what you think.

Tags: Windows

Similar Questions

  • Not able to open sticky notes

    My reminder

    I tried to use my sticky notes on my laptop, but it keeps telling me that there was a problem at the opening of their, he said that if problems persist to consult for help... What can I do?

    Hi SandraMedina,

    1. did you of recent changes on the computer?

    2 when was the last time it was working fine?

    I suggest that scan you SFC on the computer that would be a system file corrupt on the computer search and replace.

    The analysis may take some time, so be patient. Windows allows to fix corrupt or missing files it finds. If the information of the installation CD is required to fix the problem, you may be asked to insert your Windows Vista installation CD.

    For more information please visit the link below.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

  • Problem with the touchpad: Tap to click does not work if I use a standard account

    Hi all

    I have a problem with my laptop that I don't understand and I need help from the community.
    As the title says... If I connect to my laptop using a standard account the touchpad does not work if I try to tap to click. Left and right buttons work, move the slider works, works of scrolling, but endearing tape... not even a single tap. If I log in with my account as an administrator, the touchpad works like a charm, no problems. Tap to click and everything you want. If I disconnect the admin account and sign in as a standard user, the problems are back again. I can move the cursor, click on the two buttons (left, right), but I can't type to click...

    I tried to reinstall the driver for the touchpad (which is MOMENTUM...) but it did not. I tried to see if there is any option that can prevent this tapping or something... but in the control panel > Touchpad > Tap is turned on. A strange thing in the control panel of the Touchpad is that [when loggend as a standard user] I get an error "unhandled exception has occurred in your application. If you click on continue the application will ignore this error and attempt to continue. If you click on exit the application will close immediately. "and a new line saying"index was outside the bounds of the array. If I click on continue the error disappears, but reappears if stationary "double-tap" enable/disable option. If I click on leave the Touchpad Control Panel closes...

    All this trouble occurs only when I use the standard account. With the administrator account, I don't get any errors so I soar options, disable them, activate them and most importantly, the tap to click works.

    What is the problem with the standard account?

    I have Windows 7 Home Premium 64-bit Service Pack 1.

    Can someone help me please?

    Hi Johnxf,

    ·         Did you do changes on the computer before the show?

    As he works in an administrator account, then probably your standard user account have been damaged and would need a fix.

    Follow the article provided below to fix the corrupted user profile:

     

    Difficulty of a corrupted user profile

    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

    Let us know if that helps.

  • get tap three fingers does not work in 'Preview '.

    Hello

    After switching to macOS Sierra, the "Search with three finger tap" (to borrow the dictionary) does not work in Preview (but works fine in Safari, iBook etc.).

    Is there anyone face the same problem?

    My machine is-

    MacBook Pro (retina, 13-inch, mid-2014), processor 2.8 GHz Intel Core i5, 8 GB 1600 MHz DDR3 memory.

    Previously the Trackpad settings were also Visual presentations (such as the use of the fingers and hands) to show how a specific parameter. But in macOS Sierra Visual presentation has disappeared and there is a still image (showing a boy eating something while standing in a relaxed) on all parameters, for example:

    Is there anyone facing this problem too?

    I'm having the same problem. Thought it was a bug. Restarted my Mac, nothing. I do not know  will solve this problem with its next update.

  • Finger remains open does not work

    I am very concerned by exhaust on my 6s iphone home button so I put "Rest finger to open" but it doesn't work? Am I supposed to do something else?

    Just to clarify - when you say that it does not work you can answer with more details.

    If the phone is locked, you must physically, press the home button or the sleep/wake button and then rest your finger on the button Home. If you physically push the Home button, it should wake up and unlock the phone in virtually a single step, as the press wake up the phone and the finger being almost immediately this button indicates the contact id and unlocks the phone. Note that before iOS 10 physical pressure on one of the buttons was also required.

  • AcroExch.App (.) Open) do not work on Win8 & Win10

    AcroExch.App do not work on Win8 & Win10

    Please solve... Why? What is the problem...?

    My error code is a part of the automatic PDF VB print code, I'm working on Excel VB macro

    The code is a general example on the web.

    This code works fine on win7.

    But don't work on win8 & win10

    Already checked "Adobe acrobat 10.0 type library.

    But may not work AVDoc.Open filename, ' "

    On line AVDoc.Open filename, «»

    Acrobat.exe is running (see with the Task Manager)

    But works or shows nothing...

    When narrow Acrobat.exe to the 'Task manager', VB displays "-2147023170 (800706be) runtime error."

    < versions for Ref. >

    OS = win10 (using BitLocker)

    Standard Acrobat Acrobat XI =

    MS Office = Excel2016 (with Microsoft Visual Basic for Application 7.1)

    "my code is..."

    Void file2PDF()

    Dim Shift_row, Shift_Col As Integer
    Dim i, RR, CC, aaa As Integer
    Dim filename As String

    Dim AcroApp As Acrobat.AcroApp
    Dim AVDoc As Acrobat.AcroAVDoc
    Dim PDDoc As Acrobat.AcroPDDoc
    Dim IsSuccess As Boolean

    Set AcroApp = CreateObject ("AcroExch.App")
    Set AVDoc = CreateObject ("AcroExch.AVDoc")

    filename = "C:\xxx\aaa.xlsx" ' < = no problem so far

    AVDoc.Open filename, "" ' < = always stop on this line

    Set AVDoc = AcroApp.GetActiveDoc

    If AVDoc.IsValid then
    Set PDDoc = AVDoc.GetPDDoc
    "Fill the pdf properties.
    PDDoc.SetInfo "Title", "my title".
    PDDoc.SetInfo "Author", "author".
    PDDoc.SetInfo 'Topic', 'the subject '.
    PDDoc.SetInfo "Key words", "Keywords"
    AAA = 2
    PDDoc.Save (aaa, F_loc) If <>True then
    MsgBox "Unable to save" & filename
    End If
    PDDoc.Close
    End If

    AVDoc.Close True
    AcroApp.Exit

    "Cleaning".
    Set PDDoc = Nothing
    Set AVDoc = Nothing
    Set AcroApp = Nothing

    End Sub

    Thank you, I solved the problem

    My story

    (1) on Win10 & Win8

    > error

    (2) acrobat + uninstalling Arobat reader

    > error

    (3) acrobat re - install (Arobat reader X)

    > error

    (4) acrobat re - install (Arobat reader X) + updated Acrobat

    > Works well

    I think that AVDoc.Open has not been balanced for win8 & win10 befor versions of Acrobat (standard AcrobatXi)

    And now, we can use AVDoc.Open after updating acrobat

    My bet has day date = 2016.09.29

    Thank you

  • File / open will not work

    Hello

    I'm a Mac (10.10.2) user and for some reason, since Illustrator 2014 CC installed on my computer, I am facing a very annoying problem. When I work in Illustrator, it seems that after I opened twice (different files), the option to open a file is not available and the only way to make it work is to quit and reopen the application or drag a file on the Illustrator icon.

    I noticed that I can use file open as many times I want to until I've done save the file I'm working in.

    I uninstalled and reinstalled Illustrator and I have the same problem.

    Any idea on what is the cause and how to fix it?

    Thank you.

    Try to reset your preferences and also, let us know if you have third-party plug-ins installed.

  • Tap and highlight does not work

    Hey, I hope you can help me with the following problem:

    In system preferences, there is the possibility to switch on ' tap to click on ' or something like that. I would like to have this option so that I don't have to press the trackpad physically. Yesterday I turned it off, just because of curiosity, then I turned it back on and now I can't type on the top of a window to drag around the screen, nor can I tap and drag the text to select. It's very frustrating. I already contacted support, we did a SMC reset, memory NVRAM reset and I have even reinstalled OSX 10.11. Always the same question.

    I appreciate any kind of help.

    Greetings from the Germany.

    In the menu bar, you select

     ▹ System Preferences... ▹ ▹ Mouse and Trackpad ▹ Trackpad Accessibility Options... ▹ Activate drag: with locked slide

  • How can I get Adobe to open pdf attachments rather than the word being the default opener is not working?

    Some sent PDF Word attachments automatically select instead of Adobe for logon attempt. Have to save it on the desktop and redirect opening Adobe Reader.

    On the menu bar of Thunderbird
    Tools - Options - Accessories - incoming tab
    (If the menu bar is hidden - press Alt)

    Look for the entry in application/pdf pdf
    and change it to your favorite pdf reader.

    TB - 38, 3 Win10-PC

  • Laptop computer VPCEB33FM implementing tapped and left click not working not

    I brought the laptop 4-5 months ago, and putting on listening and left click function stop, I tried to roll the driver and updated, the next day, it worked, but after maybe a week later it stopped working again. Can I get a what? Thanks for you response.

    Hello
    Welcome to the Forums of Discussion of the user.

    If you encounter problems with left click with your laptop, enter the properties of the mouse and move the buttons left and right. If the problem persists with the left main service will be necessary.
    http://eSupport.Sony.com/us/Perl/service.pl

    as for your question of tapping, you may have lost the touch pad utility, and default properties driver USB mouse from Microsoft he crushed.
    Reinstall the Notebook control and utilities to restore the utility to the touchpad.
    http://eSupport.Sony.com/us/Perl/SWU-do... group_id = 6

    Also, be sure to install the touch pad driver update to help with touch pad control.
    http://eSupport.Sony.com/us/Perl/SWU-do... group_id = 6

  • PC laptop HP 14r008-tx: Hello, I have a question, I just reset my laptop and my click on tapping the touchpad does not work

    What should I do to make the click on touchpad work look once again?

    Strange. The driver list appears for me. Even foreign - it lists the Synatics and Alps Touchpad drivers. Can you confirm that you have?

    Try one of these direct download links that you have.

    Synaptics:

    http://ftp.HP.com/pub/SoftPaq/sp72001-72500/sp72088.exe

    Alps:

    http://ftp.HP.com/pub/SoftPaq/sp72001-72500/sp72284.exe

  • Add Sticky Notes on desktop

    original title: sticky notes on the desktop

    I have Windows Vista on my PC at home. At work, we have Windows 7. I love sticky notes & I was wondering if there is a sure way to put the Post-it notes on my PC at home without getting Windows 7.

    All editions of Vista with the exception of the Baisc House equipped with built-in reminder. Please see:

    http://windows.microsoft.com/en-US/windows-vista/Open-Sticky-Notes .

    However it is not quite identical to that of Windows 7, you must use the hand writing instead of typing (its share of the Tablet PC features).

  • Sticky notes stuck

    When I open Sticky Notes and create a note, I can't remove them or change their color. They seem to be stuck everytime I try

    Hi Abulburns,

    Thanks for posting your query in Microsoft Communities. Provide the following information:

    ·         Did you do changes on the computer before the show?

    ·         You get the error message?

    Follow these methods.

    Method 1: Initialize the reminder of its source folder. The default location is C:\Windows\System32\StikyNot.exe.

    If you can open sticky notes from its source folder, the problem is due to corrupted shortcut icon. If this is the case, you will need to remove the sticky shortcut icon and create a new one starting from the source folder and PIN to the start menu.

    Method 2: Scan the System File Checker (SFC) to repair corrupted files.

    Method 3: Copy StikyNot.exe since another available on the current computer operating system.

    You can read this article for more information:

    Sticky notes

    I hope this helps. Let us know if you need more assistance.

    Thank you.

  • Lenovo U31-70 double tap on the touchpad does not work

    Hello

    I just bought a new Lenovo U31-70 with Windows 10 already installed on it. There is a problem with the double tap feature, it does not work. The feature is enabled in the option.

    This model of Lenovo has Alps touchpad driver and I am not able to find the place where activate the double tap on regedit, of workaround works instead if you have Synaptics drivers.

    Who can help me?

    Sorry... I found a solution in a similar topic, admin can close it.

  • Brother mfc 240 c printer does not work

    does anyone have problems with their printer above does not?  I found an advisor to coverf upward part of the cartridge with tape, but who does not work... any other suggestions?

    Hello

    1. what operating system is installed on the computer?

    2. the printer has a physical damage?

    3. do you get an error message when you try to print?

    If you continue Windows 7, follow the methods.

    Method 1: I suggest you run the printer Troubleshooter and verify.
    http://Windows.Microsoft.com/en-us/Windows7/open-the-printer-Troubleshooter

    Method 2: Printer in Windows problems  

    http://Windows.Microsoft.com/en-us/Windows/help/printer-problems-in-Windows

    Method 3: Why can't I just print?
    http://Windows.Microsoft.com/en-us/Windows7/why-cant-I-print

    Please provide us with more information to help you.

Maybe you are looking for