Windows 7 as kiosk

Hi, I have a requirement for disabling Alt+tab and Alt+Ctrl+del on Windows 7 machines which we will use as Kiosk. I couldn't find a setting via GPOs or registries that will get this done. Can someone help?

Hi,
This blog might be helpful to you:
Building Public Kiosk Workstations with Windows 7 and #Windows8 #ITPro
http://blogs.technet.com/b/keithmayer/archive/2012/08/03/building-public-kiosk-stations-with-windows-7-and-windows8-itpro.aspx
Karen Hu
TechNet Community Support

Similar Messages

  • By using GPO alone, can I turn a Windows machine into kiosk mode?

    Want to use two Windows machines in library with restricted access to everything other than any browser installed with desktop to access internet.
    This topic first appeared in the Spiceworks Community

    madtube wrote:
    Basically, I want to set up a virtual machine within OSX that would use the Dell hard drive and mimic her old Dell.  The purpose is to export libraries by running programs within the installation.  Can anybody help with this?  Any help would be sincerely appreciated.
    This might work, but I suspect that you will have many more problems due to hardware drivers on the Dell HD.  The OS installed there will be looking for specific hardware, and almost guaranteed the Virtual Box emulated hardware won't be the same, and most likely it will be different enough to prevent the Dell Windows installation from booting.  Now, If you can use the Parallels Transporter, or the VMWare equivalent, I believe that they take care of stripping the hardware specific drivers when they create a virtual machine, but I don't know if Virtual Box has such a tool.

  • Suggestions for remote access of Kiosks

    I am starting planning a upgrade of a interactive kiosk and have been requested to include a number of additional options.
    Current Setup
    The Kiosk is a instore touchscreen unit that allows the customers to select and read product inforamtion, play video clips, and enter customer satisfaction feedback. Statistics of usage is stored in a text file that is retrieved form time to time.
    The current aplication is +/- 160 Megs
    22 Video clips ranging in size from 4Megs to 380Megs Currently Mpeg1, 720x576 Runs full screen
    Created with Director 2004MX Ver10.1
    OS Windows XP Pro
    Kiosks; HP small formfactor AMD procesor, 1gig ram
    17" touchscreens
    The units are spead across the country, some in remote towns. +/- 60 kiosks in total
    Currently updates, and statistic retrieval, is via USB memory sticks when Sales Representative vist the stores.
    Updates Requested.
    New format (22" widescreen)
    HD Video
    Remote Statistic Retrieval
    Remote Update (load /replace information)
    Remote Diagnostics
    I relise that not all of this is possible but would like to here sugestions.
    The HD Video will create even larger files and this will complicate the update proceedure, however the video files are not changed very often.
    We have an extensive 3G/HSDPA data network across the country and most of the Kiosks will be able to access this network.
    PUSH or PULL ??
    The question is should each unit "send" its data to a central server or should a central computer "download" the data from each unit?
    Like wise should each kiosk, on starting and at a set time, enquire if there is a update, and then download and istall?
    The diagnostics have been requested since some of the store managers "forget" to turn them on or off or report eratic performance of the kiosk.
    The current kiosks have been a great sucsess and have been operating for over 3 years with very few problems, however they are now looking old and the equipment is past its warrenty and we would like to increase the quality of the video inserts.
    Windows 7?? better or worse. The kiosks are expected to be instores for at least 3 years...
    Any comments most welcome
    Rob H

    You would need one of the machines to test if full screen HD video is possible... the video card would have to support HD video.
    If you can upgrade to D11.5 then you can take advantage of native support of H.264 video.
    If you use the Multiuser Xtra (or the free open source OpenSMUS) then you can have each of the units communicate with the server and vice versa for all your remote features.
    You could upgrade to Windows 7, but it's not going to give you any better features/looks since it's a kiosk running a Director built front end... as well, there are the UAC security issues to deal with in Vista or Win7. I would think it's more important to upgrade the hardware to run the HD video smoothly.
    In fact, all of your proposed upgrades are possible. The remote updates / diagnostics will probably be the most involved.

  • Kiosk-app

    itunes store will not open with the koisk-app on my iPone 5. It will open on my iPad 3 however?

    So, can anyone help me find a way to avoid moving the
    window of my kiosk?
    I'd do it by making my window a subclass of NSWindow. Then initialize it as a borderless window:
    <pre class="command">- (id)initWithContentRect:(NSRect)contentRect
    styleMask:(unsigned int)aStyle
    backing:(NSBackingStoreType)bufferingType
    defer:(BOOL)flag
    NSWindow* result = [super initWithContentRect:contentRect
    styleMask:NSBorderlessWindowMask
    backing:NSBackingStoreBuffered
    defer:NO];
    return result;
    }</pre>By default, your window's controls won't become enabled so you have to add this, too:
    <pre class="command">- (BOOL) canBecomeKeyWindow
    return YES;
    }</pre>Finally, in your window subclass, add an awakeFromNib method:
    <pre class="command">- (void)awakeFromNib
    NSScreen *myScreen = [self screen];
    NSRect myScreenRect = [myScreen frame];
    [self setFrame:myScreenRect display:YES];
    }</pre>That'll make your window full screen, without a title bar...
    charlie

  • Disable addressbar in Assigned Internet Explorer

    In my assigned user account I want to run Internet Explorer to display the configured start page. This works. However, the user is still able to see the address bar and can enter a new address. Does Modern IE support hiding the address bar like Desktop
    IE can do (via Registry settings)?

    This scenario has come up before and answers have varied between using third party modern browser apps and using Internet Explorer Kiosk Mode on the desktop. See:
    Windows 8.1 Kiosk Mode TechNet Forums thread
    How to setup Assigned Access in Windows 8.1 (Kiosk Mode!) on the
    Ask Premier Field Engineering (PFE) Platforms blog
    Brandon
    Windows Outreach Team- IT Pro
    Windows for IT Pros on TechNet

  • Locking down Win 8.1

    For security reasons, i need to investigate how to lock down windows 8.1 so that the user is restricted to the desktop only and only has access to a
    certain few applications.
    These PC's are in a domain and are used for either Accounting or POS.
    The software is what it is and changing the software is not an option. 
    Right now, the users log into XP machines. The desired programs auto-load and all is well.
    As of April 1st, the XP POS machines will no longer be PCI compliant. We prefer to step up to win 8.1 stations, but locking them down via group policy is proving to be difficult.
    We don't want third party tools. 
    Certainly this must be achievable via group policy.
    Any assistance will be greatly appreciated.
    Thanks 
    Jerry C
    (originally asked in answers.microsoft.com)

    Jerry
    I am sure you have but have you looked at kiosk mode?
    http://www.geek.com/microsoft/windows-8-1-kiosk-mode-locks-systems-to-a-single-app-1552963/
    http://blogs.msdn.com/b/hyperyash/archive/2013/10/25/enable-kiosk-mode-in-windows-8-1.aspx
    If Kiosk doesnt cut it the below thread has a bit about how to lock it down via GP.
    http://social.technet.microsoft.com/Forums/en-US/6c67d219-dba9-4de8-988f-ae46b19b2ccb/windows-81-kiosk-mode?forum=w8itproinstall
    Wanikiya and Dyami--Team Zigzag

  • How to launch a single URL in a locked windowed-kiosk mode?

    We need to launch a specific URL in Firefox in a windowed-kiosk mode.
    If this can be done via a command-line that would be great. The Company want to restrict the use of the browser to this one specific URL and only allow close controls on the opened app window.
    Is this possible?
    Any help much appreciated!

    See:
    *https://developer.mozilla.org/Command_Line_Options
    *FF Fullscreen: https://addons.mozilla.org/firefox/addon/FF_Fullscreen/
    See also:
    *http://mike.kaply.com/category/mozilla/
    *http://mike.kaply.com/2014/01/08/can-firefox-do-this/
    *CCK2 Wizard: https://addons.mozilla.org/firefox/addon/cck2wizard/

  • Windows 8.1 Update 1 Kiosk Mode difference

    We have a number of stations running modern IE on Windows 8.1 in Kiosk Mode. I ran the in-place upgrade on a few of them to test Windows 8.1 Update 1.  Everything runs fine except that hitting the Windows key 5 times no longer takes you to the login
    screen. Is this by design or just something that was over looked? I also noticed that Crt+Alt+Del works and though I haven't gone back to the original machines that have not been upgraded yet, I believe this didn't used to work.

    Hi,
    Sorry for late reply.
    Based on my test,we didn't meet this issue.
    I suggest that we check the Group policy  first.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • How to enable kiosk mode on windows 7

    hi
    How to enable kiosk mode on windows 7 ?
    i need to a sample that when windows be load Disable below things
     Task Manager
     Driver
     Task Bar
     Combine Keys for example (Alt + Tab , Alt + F4 and ....)
    please help me for solve it 
    it's urgent
    thanks

    Hi vahidbakhtiary,
    As the reply from Monkeyboy, you could modify registry settings on systems to achieve what you want. There are many demo code online which showed us how to modify registry settings.
    hi
    How to enable kiosk mode on windows 7 ?
    i need to a sample that when windows be load Disable below things
     Task Manager
     Driver
     Task Bar
     Combine Keys for example (Alt + Tab , Alt + F4 and ....)
    please help me for solve it 
    it's urgent
    thanks
    These options might be dangerous. If someone who knew nothing about the program with this function and he uses this program, it might hurt his system. Since this, it would be better not to post this code in the forum to avoid someone tried the code and hurt
    his system.
    Thanks for your understanding.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Windows 7 x64 MAK Key in KIOSK Image

    SCCM 2007 SP2 R2, WINDOWS 7, Kiosk image (no domain)
    Hi all,
      I am reimaging some kiosk image using MAK key. At the end of TS, i am using "cscript.exe c:\windows\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX". works, its activate (verify by slmgr.vbs /dli, and under properties)
    the question is when i do SLMGR.VBS /dli , it says Time Remaining 29 days.
     (ps. i removed Partial Product Key: in the image)
    I thought MAK key once activate you don't need to reactivate? i am not using Proxyactivation.
    orion

    thanks for reply
    Shaun
    I was running -ato, but this time i changed to run after reboot once Symantec install.
    So, it install symantec, reboot and i am running
    c:\windows\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
    c:\windows\system32\slmgr.vbs /ato
    works great
    orion

  • Bar charms accesible in kiosk mode in Windows 8 App assigned access

    Hi,
    a Windows 8 App running ok in kiosk mode during several months nowadays is having some problems related to the accesibility of charms bar.
    Nowadays a user can access to charms bar even when the App is running in kiosk mode.
    Any idea? May be an update needed?
    Thanks

    Hi,
    Have you check the Kiosk mode user status? Could the current user using Win key?
    How about choose other APP run in Kiosk mode? Have you tried yet?
    Roger Lu
    TechNet Community Support

  • Display window task bar on web page opened in kiosk mode.

    I am using IE8 in Window 7.
    I open a certain web page in kiosk mode (call IE browser with -k option, a full screen without window frame). How can the window task bar be displayed at the bottom of the web page while the web page is in kiosk mode?
    Thank you for advice.

    Hi,
    If you are using kiosk mode for a public access terminal, then you use the default Guest user account and use GPO to limit their access to other applications that are installed at the machine level.
    How the web browser opens links from other programs is set in Internet Options.
    I don't think your EULA's cover Word or Outlook on public access computers.
    Allowing the public to access the windows shell is asking for trouble.... putty and your networks mud.
    Firstly you should update the machine with the latest Windows updates and IE11. And download the admx files and use GPEdit applied to the Guest account to lock down the machine for that user account.(including the shell)
    Websearch: creating kiosk applications for IE Group Policy
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com/en-us
    Rob^_^

  • Kodak Compatible (Kiosk) Mac to Windows

    Hello,
    I've been creating images that I'd like printed at a photo lab. I create the images in Illustrator; Copy and paste into Photoshop; flatten the artwork and save as a jpg @ 300dpi and re-size the artwork to 4x6 (standard photo size)
    According to the photo lab there is nothing wrong with this file, however, the machine will not recognize it.
    I transfer my file to a USB stick that has been formatted to a MS DOS disk. The file is located on the disk by the Kodak (kphoto machine) and can be read, but it will not open or display it.
    I'm wondering if anyone else has had this problem and if I can overcome this "compatibility issue" Photoshop is the industry benchmark for photo editing so I assume it's a Windows/Mac issue or something I'm doing in the 'save as' options.
    Any help is always appreciated.
    Joe

    >I create the images in Illustrator; Copy and paste into Photoshop; flatten the artwork and save as a jpg @ 300dpi and re-size the artwork to 4x6 (standard photo size)
    That's a lot of extra steps. Why don't you 'save for web' directly from Illustrator? 'Save for web', whether from Illustrator or Photoshop automatically addresses the issues noted by Rick.

  • Windows 10 Kiosk Mode / Assigned Access?

    We would like to set up laptops for people to use to check out to temporarily work from home by RDP into their office desktop PC. The laptop will be used a dumb terminal connecting to their work PC over VPN.All they should be able to do is:Turn the laptop on, log in, connect to their home wireless network or a portable hotspot, connect to VPN, launch Remote Desktop, log out and power off the laptop. Nothing else! They don't need browser access to log into hotel or Starbucks wifi login pages because the laptops are intended for home use or else they will be provided with a MiFi. However, they need some indicator that the internet connection is working properly.I'd like to have the Cisco VPN client and remote desktop app both launch automatically and prompt the user for VPN credentials and computer name to connect to when the user logs...
    This topic first appeared in the Spiceworks Community

    We would like to set up laptops for people to use to check out to temporarily work from home by RDP into their office desktop PC. The laptop will be used a dumb terminal connecting to their work PC over VPN.All they should be able to do is:Turn the laptop on, log in, connect to their home wireless network or a portable hotspot, connect to VPN, launch Remote Desktop, log out and power off the laptop. Nothing else! They don't need browser access to log into hotel or Starbucks wifi login pages because the laptops are intended for home use or else they will be provided with a MiFi. However, they need some indicator that the internet connection is working properly.I'd like to have the Cisco VPN client and remote desktop app both launch automatically and prompt the user for VPN credentials and computer name to connect to when the user logs...
    This topic first appeared in the Spiceworks Community

  • IPhone 3gs will no longer sync to iTunes on Windows 7 x64

    My iPhone 3gs worked fine up until the last 2 updates. Ever since then, the iphone is not even recognized by iTunes. When I go under "devices" in the advanced settings I can see the backup for my phone. Why can't it recognize a phone that it's already recognized? I installed the latest 10.4 and still it's not recognized. I know the computer sees it as it's listed as "started" and "automatic" under services in the admin tools. I've pretty much tried every work around I can think of or seen online and nothing has worked at all. Really have no idea what to do next.
    If anyone has any idea how to resolve this issue, I would greatly appreciate it! My setup is below:
    Windows 7 pro x64
    iTunes 10.4
    iphone 3gs
    Thanks in advance for any assistance!

    Ok! So I just came across this randomly in another thread from user Kempas (thanks a lot!). It totally fixed the problem so I thought I'd repost it!
    https://discussions.apple.com/message/10644045#10644045
    Ok, I'm assuming everyone who is having trouble with Windows 7 (64-bit? mine is) has tried the following solution I found over at en.kioskea.net posted by a guy called Steve78545 (hey, you got to give a dude his due).
    It's maybe because Windows 7 uses a MTP driver instead of the USBAAPL by default, and what you need is an 'Apple Mobile Device USB Driver' which you might not have in 'Universal Serial Bus Controllers' (check it and see). If you haven't got it, as good ol' Steve78545 suggested:
    Update the driver by expanding 'Portable Devices' from the list, right click Apple iPhone/iPhone and select 'Update Driver Software'. Then select 'Browse My computer...'
    Copy the following path and paste it in - C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers - then hit 'Next'.
    Let the thing do it's...thing an it should work. At least it did for me, so I hope it helps a few people out!
    K

Maybe you are looking for